Flutter Quiz App

  1. Home
  2. Docs
  3. Flutter Quiz App
  4. App Setup

App Setup

Step 1: Create new flutter project

flutter create quiz

Step 2: 

Copy assets & lib folder from purchased script into newly created project

Step 3:

Update your dependencies & assets


dependencies:
  flutter:
    sdk: flutter
  flutter_circular_chart: ^0.1.0
  share: ^0.6.1+1
  http: ^0.12.0+2
  connectivity: ^0.4.3+2
  url_launcher: ^5.4.2
  cupertino_icons: ^0.1.2

Step 4:

Update your ip address or web url in lib/constants.dart (don’t change sub url, update only ip & port or web url)