This repository contains some useful flutter templates to start coding quickly following some design and state management patterns.
The templates are made to start coding right away. Follow this steps to use the template:
- Create a flutter application.
- Delete the lib folder.
- Choose a template and copy its lib folder to your project.
- Add the template's dependencies written on the pubspec.yaml to your project's pubspec.yaml.
- Run the application.