https://github.com/byhbt/flutter-tip-calculator
This is my very first mobile app in Flutter. It's interesting.
https://github.com/byhbt/flutter-tip-calculator
Last synced: 7 months ago
JSON representation
This is my very first mobile app in Flutter. It's interesting.
- Host: GitHub
- URL: https://github.com/byhbt/flutter-tip-calculator
- Owner: byhbt
- Created: 2021-04-06T16:34:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T16:41:48.000Z (over 4 years ago)
- Last Synced: 2025-01-20T14:53:46.724Z (9 months ago)
- Language: Dart
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tip Calculator
I follow the [Youtube](https://www.youtube.com/watch?v=Dif19S_p5fk&ab_channel=KiloLoco) video to learn how to build an Flutter app.
Implement simple tip calculator to learn Flutter.
### What learnt in this tutorials:
- Widgets (Column, Input, Button, SizedBox, Center ...)
- Binding action
- Handle input and click event### What could be better:
- Add Splash screen
![]()