Skip to content

Clean Architecture inspired Template for Flutter Apps

Notifications You must be signed in to change notification settings

leorapini/flutter_boilerplate

Repository files navigation

flutter_boilerplate

Boilerplate template and basic Clean Architecture folder structure for a new Flutter App.

Motivation

Starting a new project is hard work. Many choices must be made when choosing the right architecture and so forth. I created this repository to expedite my development process by choosing the most common structure, architecture, and packages I use. Obviously, each project demands its own architecture, but this has helped me to get the ball rolling and start coding faster.

Technologies

  • Flutter 3.3.2
  • Dart 2.18.1

For dependencies please check the pubspeck.yaml file.

Running It

This template has been developed with a focus on mobile (iOS / Android) and Web.

flutter run

Testing

To run all tests, inside of the repository directory, type the following command in your terminal:

flutter test

About

Clean Architecture inspired Template for Flutter Apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages