DEV Community

Cover image for IQUIZZLER
Gauransh Kumar
Gauransh Kumar

Posted on

IQUIZZLER

Hi everyone! This is a Flutter project for your Brainstorming.
Brainstorming Image
This is one of my initial flutter projects and an app that uses most of the basics of Flutter & Dart.

In this blog I will give you a guided instrucions on how to start with flutter and create this super awesome App.

Flutter Logo


Before Starting

But before we continue if you want to test it now then head over to IQUIZZLER WEB.

Also I believe that you have done the following before continuing ahead:

  • Installed and Setup Flutter if not the goto Install Flutter

  • Familier with some basic Programming Concepts.

  • Familarity with basic Git Commands.

    If you want to get familier with git then goto Github Hello World.

  • Some inspiration to go along :)


Getting Started

Starting

To Start with the project follow the following steps:

  1. Clone the github repo

    iquizzler

    An app to test your IQ.

    IQuizzler - Web

    I have released the app to web so if you want to try now then head over to IQuizzler-Web

    Also if you want to test it on real Android device then download the release from IQuizzler-Android-Release.

    Build From Source:

    Build Instructions from Source Code.

    But before that please make sure you have installed and setup the Flutter if not then go to Installed and Setup Flutter if not the goto Install Flutter.

    Steps to build:

    1. Clone the repo git clone https://github.com/gauranshkumar/iquizzler.git.
    2. Open the github project in either Android Studio or VSCode.
    3. Open the terminal and type flutter pub get to download all the dependencies.
    4. Now type flutter run -d <deviceName> instead of <deviceName> put the name of your device attached to run the app.
    5. If you want to build the app then type flutter build <type>
  2. Open the github project in either Android Studio or VSCode.
  3. Open the terminal and type flutter pub get to download all the dependencies.
  4. Now type flutter run -d <deviceName> instead of <deviceName> put the name of your device attached to run the app.
  5. If you want to build the app then type flutter build <type> and instead of <type> put the type of build eg. apk or web.

    To build for Web you must enable Web support, to know more go to Flutter for Web.

Flutter Objects

Here is a detailed list of most common Flutter Objects by the Official Flutter Community


Issues

If you face any issues reated to the Project then please report it to GitHub Issues


Thank You

Thanks for Reading the Article !!
See you in the next geek read and till then do something productive :)

Please follow me for more such blogs and do comment about the article.

Top comments (0)