Skip to content

usmanahmed00/simpsonscharacter

Repository files navigation

Flutter MVVM Starter

Create scalable Flutter apps with MVVM architecture, state management & dependency injection using the Stacked Flutter Framework.

Usage

  1. Clone the repository locally or use the template for your own projects:
cd flutter_stacked_starter
  1. Install dependencies using the following command:
flutter pub get
  1. Generate files with build_runner:
flutter pub run build_runner build --delete-conflicting-outputs
  1. Run the app on your emulator of choice (simulator in case of iOS):
flutter run

Folder Structure

lib/
|- api/
|- app/
|- constants/
|- enums/
|- exceptions/
|- models/
|- services
|- ui
  |- [screen_name]/
  |- shared/
|- main.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published