Skip to content

Commit 34e48d8

Browse files
authored
Update readme for pakages i used
1 parent 418419c commit 34e48d8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# flutter_code_base
22

3-
A new Flutter project.
3+
A Base code for new flutter project.
4+
Use many modern codes and packages that can help you build your own project really fast and effectively.
45

5-
## Getting Started
6+
## Project structure:
67

7-
This project is a starting point for a Flutter application.
88

9-
A few resources to get you started if this is your first Flutter project:
9+
## Packages:
10+
- [get_it : Dependency injection](https://pub.dev/packages/get_it)
11+
- [flutter_bloc: State management - BLoC (Business Logic Component) design pattern](https://pub.dev/packages/flutter_bloc)
12+
- [equatable: helps to implement value based equality without needing to explicitly override == and hashCode](https://pub.dev/packages/equatable)
13+
- [logger: Show Logs](https://pub.dev/packages/logger)
14+
- [retrofit: Networking - An dio client generator using source_gen](https://pub.dev/packages/retrofit)
15+
- [floor: Local Database - SQLite abstraction](https://pub.dev/packages/floor)
16+
- [flutter_secure_storage: Provides API to store data in secure storage](https://pub.dev/packages/flutter_secure_storage)
17+
- [flutter_easyloading: Loading view ](https://pub.dev/packages/flutter_easyloading)
1018

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1319

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
1720
# flutter_code_base

0 commit comments

Comments
 (0)