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

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

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/santimattius/flutter_elden_ring_app/branch/master/graph/badge.svg?token=4BXJWN2QVC)](https://codecov.io/gh/santimattius/flutter_elden_ring_app) [![travis](https://travis-ci.com/santimattius/flutter_elden_ring_app.svg?token=P7xvicFZMo2reEHHNuJS&branch=master)](https://travis-ci.com/santimattius/flutter_elden_ring_app)
# Elden Ring App

Elden Ring App using Flutter


Project packages
Project packages
Project packages
Project packages

## 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/)