Tip Calculator app can calculate the exact tip amount and the total amount

0 0

  
  
  

Tip Calculator

This application is an UI challenge from frontend mentor. It is a ‘Tip Calculator’. It’s an open-source project, hence use of the source code is governed by an MIT-style license that can be found in the LICENSE file or at MIT LICENSE Info.

Packages Used

This application is using one third-party package from the open-source community. Thanks to the developers of flutter_svg: ^1.0.3 for this amazing package. The purpose of using this package is to enable the support of SVG files in the flutter application. It’s a Dart-native rendering library.

  flutter_svg: ^1.0.3   //For rendering svg images

Tip Calculator App Demo

File Pattern Inside The lib Folder

lib
├── src
│   ├── widget
│   │   ├── amount_text.dart
│   │   └── constant.dart
│   └── home_page.dart
└── main.dart

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior An app with The elm architecture demonstration made with ClojureDart on Flutter
Entrada siguiente A NGO App written in Flutter