An open API service indexing awesome lists of open source software.

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

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