https://github.com/piotrfleury/cards
A barcode card wallet made in Flutter
https://github.com/piotrfleury/cards
Last synced: 3 months ago
JSON representation
A barcode card wallet made in Flutter
- Host: GitHub
- URL: https://github.com/piotrfleury/cards
- Owner: PiotrFLEURY
- Created: 2021-11-21T12:40:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T12:38:54.000Z (over 3 years ago)
- Last Synced: 2024-12-28T05:25:56.463Z (4 months ago)
- Language: Dart
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cards
Barcode cards wallet made with Flutter
## Getting Started
This project is a starting point for a Flutter application that follows the
[simple app state management
tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple).For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Assets
The `assets` directory houses images, fonts, and any other files you want to
include with your application.The `assets/images` directory contains [resolution-aware
images](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).## Localization
This project generates localized messages based on arb files found in
the `lib/src/localization` directory.To support additional languages, please visit the tutorial on
[Internationalizing Flutter
apps](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)