Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/rajput-vinay/dicee_flutter
- Owner: Rajput-vinay
- Created: 2023-01-27T07:07:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T21:08:58.000Z (3 months ago)
- Last Synced: 2024-08-09T22:25:58.027Z (3 months ago)
- Topics: dart, flutter, flutter-apps, stateful, stateless
- Language: C++
- Homepage:
- Size: 719 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.