-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2fa03f
commit e199e9f
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# notepad | ||
|
||
<img align="right" width="296" height="600" src="https://github.com/raheemadamboev/notepad/blob/master/banner.gif" /> | ||
|
||
Flutter application to add and edit notes to Firebase Firestore cloud. It also has authentication system via Firebase Auth. | ||
|
||
As a Native Android developer there are so many similarities in Flutter and Native Android Development. | ||
|
||
- Bloc and Cubit state management technology is the flutter equvialent of MVVM, Jetpack ViewModel and Kotlin Flows API. | ||
- Injectable dependency injection framework is built top of the GetIt framework is equvialent of Jetpack's Dagger Hilt. | ||
- Freezed technology gives you Kotlin's powerful data and sealed classes vibe to Dart. It also provides you methods like Kotlin's when statement. | ||
- AutoRoute technology is very similar to Compose Destinations API. | ||
|
||
<a href="https://github.com/raheemadamboev/notepad/blob/master/demo.apk">Download demo</a> | ||
|
||
**Tech Stack** | ||
|
||
- MVVM | ||
- Firebase | ||
- Injectable Dependency Injection | ||
- Bloc | ||
- Cubit | ||
- AutoRoute | ||
- Freezed |