Skip to content

Flutter-Start is an open-source Flutter boilerplate hosted on GitHub that provides a solid starting point for building cross-platform mobile apps. The boilerplate includes a preconfigured project structure, authentication flow, state management using Provider, localization support, and a set of commonly used UI components.

girish54321/Flutter-Starter

Repository files navigation

Flutter Starter with Flavors ❤️

Welcome

Welcome to our Flutter starter repo! This repo includes a variety of core features to help you get started building a top-quality mobile app.

Flavor builds

Need to create different versions of your app for different markets or audiences? No problem! This starter repo includes support for flavor builds, so you can easily create unique versions of your app with their own branding, assets, and configurations.

GetX

GetX is a powerful and lightweight state management library for Flutter apps. We've included it in this starter repo to help you manage the state of your app in a consistent and efficient manner.

Get started building your dream app today with this Flutter starter repo!

Run Locally

Clone the project

  git clone https://github.com/girish54321/Flutter-Starter.git
  flutter build apk --release -t lib/main-reqres_dev.dart --flavor reqres_dev

Flutter Doctor

[✓] Flutter (Channel stable, 3.7.0, on macOS 13.2 22D49 darwin-x64, locale
    en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    ✗ cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for
      more details.
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[!] Android Studio (version 2022.1)
    ✗ Unable to find bundled Java version.
[✓] VS Code (version 1.77.3)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

! Doctor found issues in 2 categories.

Create APK

  flutter build apk --release -t lib/main-reqres.dart --flavor reqres

Change App Icon

  flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-reqres.yaml

React, React native, Redux

If you find my work useful, please consider supporting me by buying me a coffee!

Your support helps me continue to develop and maintain this project.

Thank you!

Buy Me A Coffee

About

Flutter-Start is an open-source Flutter boilerplate hosted on GitHub that provides a solid starting point for building cross-platform mobile apps. The boilerplate includes a preconfigured project structure, authentication flow, state management using Provider, localization support, and a set of commonly used UI components.

Topics

Resources

Stars

Watchers

Forks