A mobile application for sports news and more made in Flutter.
This repository is the home of Sportify mobile application.
- Freezed (Immutable models)
- Riverpod + Hooks (State management)
- MVVM (Model-view-viewModel architecture)
- Firebase (Database)
This project is currently using Flutter 3.7.12.
https://docs.flutter.dev/release/archive
Download or clone this repository by using the link below:
https://github.com/antoniocranga/sportify.git
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
This project uses inject library that works with code generation, execute the following command to generate files:
flutter packages pub run build_runner build --delete-conflicting-outputs
Checkout [wiki] for more info (working on)