Start a new Flutter app with theming, translations, and multi-environment config already wired up.
Rename an app's name, bundle ID, and text direction in one command with a preview and rollback.
Follow the included networking, testing, and CI conventions instead of deciding them from scratch.
| imrealarman/base_app | craftedwebpro/vault-os | imranduratbegovic/coban1.0 | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | Dart | Dart | Dart |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires creating local .env files for each environment before the app will build.
Base_app is a starter template for building mobile apps with Flutter, a framework for writing apps that run on both iPhone and Android from one codebase. Instead of just handing you an empty folder structure, this template comes with many of the tedious setup decisions already made and working, so a new project can focus on the actual product from day one rather than spending days wiring up infrastructure. The template includes a visual design system with support for light and dark themes, a way to add custom fonts without touching code, and built in translation support with English and Persian included as examples. It also supports right to left text layout, which can be switched with a single setting, useful for languages like Arabic and Persian. Configuration for development, staging, and production environments is handled separately, each with its own settings file, and the app is designed to catch configuration mistakes early rather than failing unpredictably later. For managing app state and data, it uses a library called Riverpod, paired with a networking library called dio for making API calls, including a worked out example feature showing how a real network request is built end to end. Navigation between screens uses a routing library called go_router, and errors from the network are converted into specific typed messages rather than raw technical text. Practical developer tooling is included as well: a command line tool that renames the entire app, its identifiers, and text direction in one step with a preview and automatic rollback if something goes wrong, generated app icons and splash screens from a single source image, and testing conventions covering widget, unit, and integration tests. Git hooks enforce code formatting and commit message conventions automatically, and a continuous integration setup on GitHub Actions runs formatting checks, static analysis, and tests automatically. The project is organized so that each feature of the app lives in its own folder, keeping unrelated parts of the app from depending on each other. It is released under the MIT license.
Base_app is an opinionated Flutter starter template with theming, i18n, RTL support, environment config, Riverpod state management, and a one-command app renamer.
Mainly Dart. The stack also includes Dart, Flutter, Riverpod.
Permissive open-source license, use freely for personal or commercial projects.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.