https://github.com/santimattius/flutter_elden_ring_app
Elden Ring App
https://github.com/santimattius/flutter_elden_ring_app
android clean-architecture flutter ios testing
Last synced: 2 months ago
JSON representation
Elden Ring App
- Host: GitHub
- URL: https://github.com/santimattius/flutter_elden_ring_app
- Owner: santimattius
- Created: 2022-04-03T18:59:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-29T22:09:13.000Z (about 4 years ago)
- Last Synced: 2025-04-03T07:38:21.879Z (over 1 year ago)
- Topics: android, clean-architecture, flutter, ios, testing
- Language: Dart
- Homepage:
- Size: 6.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codecov.io/gh/santimattius/flutter_elden_ring_app) [](https://travis-ci.com/santimattius/flutter_elden_ring_app)
# Elden Ring App
Elden Ring App using Flutter
## Packages
```yaml
dependencies:
flutter:
sdk: flutter
# Service locator
get_it: ^7.1.3
# Bloc for state management
flutter_bloc: ^7.0.0
# Value equality
equatable: ^2.0.0
# Functional programming thingies
dartz: ^0.9.2
# Remote API
data_connection_checker: ^0.3.4
http: ^0.13.3
# Local cache
shared_preferences: ^2.0.5
# Cache Image widget
cached_network_image: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.7
bloc_test: ^8.0.0
```
## References
- [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
- [Clean Code](https://blog.cleancoder.com/)
- [Flutter Documentation](https://flutter.dev/docs)
- [Dart packages](https://pub.dev/)