Application apptimedev/flutter_app_template helps you to create a mobile (Android/iOS) application project. Included l10n localization, state management, and a code architecture.
$ git clone https://github.com/apptimedev/flutter_app_template
$ cd flutter_app_templateThis project is a starting point for a Flutter application that follows the simple app state management tutorial.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
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.
This project generates localized messages based on arb files found in
the lib/locales directory.
To support additional languages, please visit the tutorial on Internationalizing Flutter apps
- flutter_localization: Localized messages based on arb (l10n).
- flutter/plugins: Plugins for Flutter.
- dart-lang/http: A composable API for making HTTP requests.
- fluttercommunity/get_it: Simple direct Service Locator.
BSD licensed. See the LICENSE file for details.