Skip to content

Br0nch1t3/flutter-workshop-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Installation

  • For Arch, Fedora and Ubuntu based distros:
    pip install -r requirements
    chmod +x install.py
    ./install.py

Troubleshooting

  • First run flutter doctor

    Unable to find the android SDK
    • Open android studio and make sure the android sdk is installed
    • run flutter config --android-studio-dir <directory>

Setup

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages