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

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.

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

Screen Shot 2021-04-06 at 11 30 37 PM