Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajput-vinay/dicee_flutter

This is a flutter project which can be used at multiple platforms applications like Android app, Mac app and web-based applications. The project Dicee is a dice app. You can make the die roll at the press of a button. With this app in your pocket, you’ll be able to settle any score on the go!
https://github.com/rajput-vinay/dicee_flutter

dart flutter flutter-apps stateful stateless

Last synced: 5 days ago
JSON representation

This is a flutter project which can be used at multiple platforms applications like Android app, Mac app and web-based applications. The project Dicee is a dice app. You can make the die roll at the press of a button. With this app in your pocket, you’ll be able to settle any score on the go!

Awesome Lists containing this project

README

        

# Dicee
This is a flutter project which can be used at multiple platforms applications like Android app, Mac app and web-based applications.
The project Dicee is a dice app. You can make the die roll at the press of a button. With this app in your pocket, you’ll be able to settle any score on the go!
## User Interface

![image](https://user-images.githubusercontent.com/105452265/215096792-da648e19-722a-481e-9625-a8587b5a819e.png)

## Learnings throughout project

- How to use Flutter stateless widgets to design the user interface.
- How to use Flutter stateful widgets to update the user interface.
- How to change the properties of various widgets.
- How to use onPressed listeners to detect when buttons are pressed.
- How to use setState to mark the widget tree as dirty and requiring update on the next render.
- How to use Expanded to make widgets adapt to screen dimensions.
- Understand and use string interpolation.
- Learn about basic dart programming concepts such as data types and functions.
- Code and use gesture controls.

## Feedback

If you having any feedback or having any problem in using or running program do comment down your thoughts and querys.