1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Add riverpod and remove getx

This commit is contained in:
Kamran Ahmed
2023-02-28 17:18:41 +00:00
parent c8b8e12b64
commit 64d3ad662c
3 changed files with 2 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +0,0 @@
# Flutter_bloc
flutter_bloc is a Flutter package that implements the BLoC pattern and provides a set of tools for building BLoC-based apps. It provides a set of widgets, such as `BlocProvider` and `BlocBuilder`, that make it easier to implement the BLoC pattern in your app. It also provides utility classes, such as `Bloc` and `BlocEvent`, that help you to write reusable and testable business logic components.
Visit the following resources to learn more:
- [Core Concepts](https://bloclibrary.dev/#/flutterbloccoreconcepts)
- [flutter_bloc](https://pub.dev/packages/flutter_bloc)

View File

@@ -0,0 +1 @@
# Riverpod