File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
# flutter_code_base
2
2
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.
4
5
5
- ## Getting Started
6
+ ## Project structure:
6
7
7
- This project is a starting point for a Flutter application.
8
8
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 )
10
18
11
- - [ Lab: Write your first Flutter app] ( https://flutter.dev/docs/get-started/codelab )
12
- - [ Cookbook: Useful Flutter samples] ( https://flutter.dev/docs/cookbook )
13
19
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.
17
20
# flutter_code_base
You can’t perform that action at this time.
0 commit comments