|
1 | 1 | <br> |
2 | 2 | <br> |
3 | 3 | <p align="center"> |
| 4 | + |
4 | 5 | <img src="https://media-exp1.licdn.com/dms/image/C4D0BAQEU4y571j_M9w/company-logo_200_200/0/1654631302030?e=2147483647&v=beta&t=BsvDC8hQex8mbeHd23So2Skx8p2Gu6EyUlDXFdoyBj0" alt="sebastianpaz" height="200" /> |
5 | 6 | <img src="https://codigoonclick.com/wp-content/uploads/2019/07/flutter-introducci%C3%B3n.jpg" alt="sebastianpaz" height="200" /> |
6 | 7 | <img src="https://media-exp1.licdn.com/dms/image/C4D0BAQEU4y571j_M9w/company-logo_200_200/0/1654631302030?e=2147483647&v=beta&t=BsvDC8hQex8mbeHd23So2Skx8p2Gu6EyUlDXFdoyBj0" alt="sebastianpaz" height="200" /> |
7 | 8 | </p> |
8 | 9 |
|
9 | 10 |
|
10 | | -<h1 align="center">Flutter Template</h1> |
| 11 | +<h1 align="center">Flutter Boilerplate Template</h1> |
11 | 12 | <h3 align="center">A solid and easy-to-use template to quickstart your next Flutter project</h3> |
12 | 13 |
|
13 | | -<br> |
14 | 14 |
|
15 | 15 | ## ⚡ Introduction |
16 | | -This project is a powerful Flutter starter template that aims to bootstrap the development of your mobile application. This template comes with a few built-in components, and a clean and organized folder structure for getting a quick ramp up on your Flutter application. This template is being constantly maintained and contributions are well accepted. |
| 16 | +This project is a powerful Flutter boilerplate project that aims to bootstrap the development of your mobile application. This boilerplate project comes with a few built-in components, and a clean and organized folder structure for getting a quick ramp up on your Flutter application. We are constantly maintaining this project and contributions are well accepted. |
17 | 17 |
|
18 | 18 | ## ⭐ What's inside |
19 | 19 | - Built with the latest major version of Flutter (and we'll keep it updated!) |
20 | | -- Three screens with components and bottom navigation. |
21 | | -- Authentication-based route resolver. |
| 20 | +- Three screens with common widgets and navigation |
| 21 | +- Authentication-based route resolver |
22 | 22 | - Multi-language support |
23 | | -- Built-in dark mode and multi-theme support. |
24 | | -- Full SVG support |
25 | | - |
| 23 | +- Built-in dark mode and multi-theme with pixel-density-aware widget sizing |
| 24 | +- Ready for CI testing with Github Actions |
| 25 | + <a href="https://github.com/moove-it/flutter-template/actions"><img height="15" src="https://github.com/moove-it/flutter-template/actions/workflows/tests.yml/badge.svg" alt="Build Status"> |
| 26 | + </a> |
26 | 27 | ### Business Logic and Data. |
27 | | -- Layered pattern structure with Repository Pattern for data management. |
28 | | -- BloC-driven architecture 🔥 for a solid state management with BloCs and Cubits. |
29 | | -- Supports persistence and offline usage with HydratedBloC. |
30 | | -- Provides secure storage for sensitive data |
31 | | -- Provides key-pair value storage for user preferences. |
| 28 | +- Layered pattern structure with Repository Pattern for data management |
| 29 | +- BLoC-driven architecture 🔥 for a solid state management with BLoCs and Cubits |
| 30 | +- Supports persistence and offline usage with HydratedBLoC |
| 31 | +- Provides secure storage for sensitive data |
| 32 | +- Provides key-pair value storage for user preferences |
32 | 33 |
|
33 | 34 | ## 📲 How to run |
34 | 35 | 1. Follow the [Getting started](https://docs.flutter.dev/get-started/install) section of the Flutter docs to setup your Flutter environment. Also, make sure you have installed Android and iOS simulators. |
35 | | -2. Click the **Use this template** button at the top of this page and create a new repository from this template. |
| 36 | +2. Click the **Use this template** button at the top of this page and create a new repository from this boilerplate project. |
36 | 37 | 3. Go to your newly created repository and clone it. |
37 | 38 | 4. Run `flutter pub get` and `npx pod-install ios`. |
38 | 39 | 5. Run `flutter run` |
| 40 | +6. _(Optional):_ Rename your project using the [rename](https://pub.dev/packages/rename) package. |
39 | 41 |
|
40 | 42 | ## 📷 Screenshots |
41 | 43 | |  |  |  |  | | |
|
0 commit comments