young-pale-man / DiceeFlutter

My first Flutter project written while taking a development course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dicee or DiceRoller🎲

An application written to learn the basics of Flutter such as importing files into a project, random functions and working with Stateful Widgets.

Technologies🔧

- Flutter

- StatefulWidgets

- Random

Interface💻

The project interface is a single screen with two images of dice displayed.

Functionality🕹

When you click on any of the dice, the random function is launched, which changes both images to random ones from the library.

The image library includes 6 dice pictures with different meanings in PNG format. The random function generates a random value from 1 to 6 and assigns it to a variable that is built into Stateful Widget and points the image widget to the path to the desired image file in the library.

This creates an application that, when pressed, displays a random combination of two dice on the screen and can be used for board games or dispute resolution😅

About

My first Flutter project written while taking a development course


Languages

Language:C++ 45.9%Language:CMake 37.7%Language:Dart 6.0%Language:HTML 3.7%Language:Swift 3.5%Language:C 2.9%Language:Kotlin 0.2%Language:Objective-C 0.1%