Skip to content

Commit 82eb414

Browse files
authored
Update README.md
1 parent 79ae01b commit 82eb414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Repository pattern is an integral part of this architecture. The repository
1919
## About GetX 📦
2020
GetX is an efficient and easy to use state management, navigation, and dependency injection library for Flutter. In the context of this architecture, GetX is used to bind the ViewModels to Widgets in a reactive way, making it easy to update the UI whenever the ViewModel's state changes.
2121

22-
## About Freezed? 🧊
22+
## About Freezed 🧊
2323
In our Flutter MVVM template, we utilize the freezed library for creating immutable, safe, and more expressive classes. Freezed allows us to work with design patterns such as Union/Sealed classes, generating necessary boilerplate code for copyWith, hashCode, toString, and more.
2424

2525
### Key Advantages:

0 commit comments

Comments
 (0)