https://github.com/pyozer/carmanager
https://github.com/pyozer/carmanager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyozer/carmanager
- Owner: Pyozer
- Created: 2022-06-08T22:41:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T23:29:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T07:48:38.764Z (over 1 year ago)
- Language: Dart
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# car_manager
A 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 development, view the
[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)