Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo quizzler

quizzler, a flutter quiz app that tests your general knowledge. as one of the most popular types of apps on the app stores, you can create your own quiz for other people to enjoy!

quizzler - minimalist quiz app (2os)
quizzler – minimalist quiz app

what i learnt while making this app

  • modularising code into separate classes.
  • dart classes and objects.
  • using class constructors.
  • extracting widgets to refactor your code.
  • private and public modifiers in dart.
  • how to use dart lists.
  • the difference between var, const and final.

code snippet for project

question('some cats are actually allergic to humans', true),
    question('you can lead a cow down stairs but not up stairs.', false),
    question('approximately one quarter of human bones are in the feet.', true),
    question('a slug's blood is green.', true),
    question('buzz aldrin's mother's maiden name was "moon".', true),
    question('it is illegal to pee in the ocean in portugal.', true),
    question(
        'no piece of square dry paper can be folded in half more than 7 times.',
        false),
    question(
        'in london, uk, if you happen to die in the house of parliament, you are technically entitled to a state funeral, because the building is considered too sacred a place.',
        true),
    question(
        'the loudest sound produced by any animal is 188 decibels. that animal is the african elephant.',
        false),
    question(
        'the total surface area of two human lungs is approximately 70 square metres.',
        true),
    question('google was originally called "backrub".', true),
    question(
        'chocolate affects a dog's heart and nervous system; a few ounces are enough to kill a small dog.',
        true),
    question(
        'in west virginia, usa, if you accidentally hit an animal with your car, you are free to take it home to eat.',
        true),

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top