https://github.com/lamnguyen17/auth_flow_flutter_rxdart
Sample Flutter apply 🍭 Clean Architecture, Bloc_pattern , SOLID, Get_it (DI), Dio, Dartz, RxDart. 🚀🚀🚀 Functionalities: Authentication Flow, Main flow
https://github.com/lamnguyen17/auth_flow_flutter_rxdart
bloc-pattern clean-architecture coroutines cryptoswift dartz dependency-injection dio flutter-bloc reactive reactive-programming rxdart rxswift stream
Last synced: 7 months ago
JSON representation
Sample Flutter apply 🍭 Clean Architecture, Bloc_pattern , SOLID, Get_it (DI), Dio, Dartz, RxDart. 🚀🚀🚀 Functionalities: Authentication Flow, Main flow
- Host: GitHub
- URL: https://github.com/lamnguyen17/auth_flow_flutter_rxdart
- Owner: LamNguyen17
- Created: 2024-07-03T15:51:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T03:04:32.000Z (about 1 year ago)
- Last Synced: 2025-01-27T18:09:46.696Z (8 months ago)
- Topics: bloc-pattern, clean-architecture, coroutines, cryptoswift, dartz, dependency-injection, dio, flutter-bloc, reactive, reactive-programming, rxdart, rxswift, stream
- Language: Dart
- Homepage:
- Size: 905 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🚀 Features
- ❄️ Functionalities: `Signin with Email`, `Signin with Social(facebook, email)`, `Register`, `Get Profile`, `Signout`, `Delete Account`.
- ❄️ Method Channel Encrypt & Decrypt AES-256: Kotlin Coroutines, RxSwift, CryptoSwift.
- ❄️ TODO Notifications.
```
├── Authentication
| ├── Signin with Email
| ├── Signin with Social(facebook, email)
| ├── Register
| ├── Get Profile
| ├── Signout
| └── Delete Account
├── Main
| ├── Home
| ├── Movies
| | ├── Movie List
| | ├── Movie Detail
| | └── Movie Reservation (TODO)
| └── Profile
└── Notifications (TODO)
```
This project is a starting point for a Flutter application.A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
Flutter Build-Runner
- dart run build_runner build