https://github.com/therasuldev/flutter-advance-bloc-usage
Advanced Bloc State Management
https://github.com/therasuldev/flutter-advance-bloc-usage
architecture bloc cubit-bloc flutter flutter-bloc flutter-lessons flutter-state-management state-management
Last synced: 9 months ago
JSON representation
Advanced Bloc State Management
- Host: GitHub
- URL: https://github.com/therasuldev/flutter-advance-bloc-usage
- Owner: therasuldev
- Created: 2023-11-07T18:28:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T10:09:24.000Z (11 months ago)
- Last Synced: 2025-01-30T11:22:39.225Z (11 months ago)
- Topics: architecture, bloc, cubit-bloc, flutter, flutter-bloc, flutter-lessons, flutter-state-management, state-management
- Language: Dart
- Homepage:
- Size: 8.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
#### Clone the repository:
```yaml
git clone https://github.com/therasuldev/flutter-advance-bloc-usage.git
```
#### Install dependencies:
```dart
flutter pub get
```