This is a skeleton project for Flutter which provide a basic structure to organize your Flutter application.
The structure proposed here is the same as disgussed in:
- A Simple way to organize your code in Flutter
- A Simple way to organize your Styles & Themes in Flutter
- Boilerplate folder structur for a Flutter mobile project.
- Example code and comments to help you.
These instructions will help you grab a copy of the project and start developing.
- Clone the repository:
git clone https://github.com/SimpleAppsgr/flutter_skeleton
- Change into the new directory:
cd flutter_skeleton
- Fetch dependencies:
flutter clean
flutter pub get
- Run the project:
flutter run
This will launch your sample app on your emulator or device.