Skip to content

cronative/flutter_quizapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

A Quiz Application developed using Flutter.

Getting Started

Make sure you have installed required configuration. If not, Please follow Documentation to Flutter Setup

Android


  • Open Project in VSCode (make sure you are connected with device or any emulator)

  • Run project on your device

  • For run by CLI :

> flutter run 

iOS


Run by CLI :

  • Open Terminal to your project and set flutter/bin path
export PATH=[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin:$PATH
  • Upgrade flutter packages
flutter upgrade
  • open simulator
open -a simulator
  • Run Application
flutter run

You can run project from xCode after following the first three steps of CLI run.

For help getting started with Flutter, view our online documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published