Skip to content

TarcosS/flutter_quiz_app

Repository files navigation

FLUTTER LEARNING - Quiz App

License: MIT GitHub stars GitHub issues

The Flutter Quiz App is a user-friendly and interactive quiz application built using the Flutter framework. Designed for both educational and entertainment purposes, this app allows users to create, take, and share quizzes on a variety of topics.

What Did I Learn?

  • TweenAnimationFlutter A Flutter widget that animates a value from a start value to an end value over a specified duration.
  • SizedBox A box with a specified size. It can be used to create space in your layout.
  • SingleChildScrollView A box in which a single widget can be scrolled.
  • .styleFrom Property Likely refers to the `ButtonStyle.from` method, which creates a `ButtonStyle` from simple values.
  • Aligment of Any Items Likely refers to the alignment property in Flutter, which determines where a widget should be positioned within its parent widget.
  • State and Prop Usage Refers to the use of stateful and stateless widgets in Flutter.
  • Lifecycle Management Refers to handling the lifecycle of Flutter widgets, such as initialization and disposal.
  • Using `...` operator on dart Refers to handling the lifecycle of Flutter widgets, such as initialization and disposal.
  • Creating a Model for Dumb Data Refers to creating a data model, likely for mock data used during development.

Pictures

There are a few pictures on Quiz App.

Splash Page

Questions Page - Question Section

Result Page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published