A simple flutter-client for numbersapi.
This app tries to mimic to real busines-apps.
It implements the Clean Architecture and uses:
- injectable
- json_annotation
- freezed
- provider
- retrofit
- Follow this tutorial on how to install and set up flutter for mobile development.
- Clone the repository: git clone https://github.com/xvadim/number_facts.git
- Build and run:
flutter run -d Android
or
flutter run -d iPhone
or
flutter run -d chrome