Developed with 💙 by Never inc.
This is Flutter's Chat GPT boilerplate.
| Item | Description |
|---|---|
| Flutter SDK | Check the .tool-versions .fvmrc |
| Directory Structure | Feature-first |
| State | flutter_riverpod riverpod_generator |
| Navigation | go_router go_router_builder |
| Localizations | l10n |
| Assets | flutter_gen_runner |
| Lint | very_good_analysis riverpod_lint |
| Local DB | shared_preferences isar isar_flutter_libs isar_generator |
| Open AI | dart_openai |
[✓] Flutter (Channel stable, 3.22.1, on macOS 14.3.1 23D60 darwin-arm64, locale ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.89.1)Android, iOS, macOS apps are guaranteed to work, but other platforms are not covered.
Install packages and launch the application.
flutter pub get
flutter rundart run build_runner watchPlease check the Makefile.

