- For Arch, Fedora and Ubuntu based distros:
pip install -r requirements
chmod +x install.py
./install.py-
First run
flutter doctor- Open android studio and make sure the android sdk is installed
- run
flutter config --android-studio-dir <directory>
- Register a NewsAPI API key
- Create your flutter project
flutter create news_app cd news-app/ flutter pub add provider flutter pub add dio flutter pub add json_annotation flutter pub add json_serializable --dev flutter pub add build_runner --dev flutter pub get