harsh1000-hub / Dice-Tapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dice-Tapping

This is a simple Dice button tapping Flutter App to generate random number to help in games like Ludo and comes with two button tapping Functionality.

Screenshot 2022-01-28 174144

1.) Flutter -> Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, Web platform, and the web from a single codebase.

2.) Stateful Widgets: The widgets whose state can be altered once they are built are called stateful Widgets. These states are mutable and can be changed multiple times in their lifetime. This simply means the state of an app can change multiple times with different sets of variables, inputs, data. Below is the basic structure of a stateful widget. Stateful widget overrides the createState() and returns a State. It is used when the UI can change dynamically. Some examples can be CheckBox, RadioButton, Form, TextField.

About


Languages

Language:Dart 86.1%Language:Swift 9.8%Language:Kotlin 3.2%Language:Objective-C 0.9%