Hi everyone! This is a Flutter project for your Brainstorming.
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.
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
To Start with the project follow the following steps:
- 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:
- Clone the repo
git clone https://github.com/gauranshkumar/iquizzler.git
. - Open the github project in either Android Studio or VSCode.
- Open the terminal and type
flutter pub get
to download all the dependencies. - Now type
flutter run -d <deviceName>
instead of<deviceName>
put the name of your device attached to run the app. - If you want to build the app then type
flutter build <type>
…
- Clone the repo
- Open the github project in either Android Studio or VSCode.
- Open the terminal and type
flutter pub get
to download all the dependencies. - Now type
flutter run -d <deviceName>
instead of<deviceName>
put the name of your device attached to run the app. -
If you want to build the app then type
flutter build <type>
and instead of<type>
put the type of build eg.apk
orweb
.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
An Introduction to Flutter : It’s All Widgets! | by Aditya Patnaik | Flutter Community | Medium
Aditya Patnaik ・ ・
Medium
Issues
If you face any issues reated to the Project then please report it to GitHub Issues
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)