https://github.com/smotastic/smocabulary
Vocabulary Trainer written in Flutter
https://github.com/smotastic/smocabulary
Last synced: 2 months ago
JSON representation
Vocabulary Trainer written in Flutter
- Host: GitHub
- URL: https://github.com/smotastic/smocabulary
- Owner: smotastic
- Created: 2021-10-08T13:34:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T09:06:49.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T09:00:44.741Z (over 2 years ago)
- Language: Dart
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smocabulary
// flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translationsA new Flutter project.
## 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)