Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 746 Bytes

Tip Calculator

Tipsy

Packages Used

This application is using one third-party package from the open-source community. Thanks to the developers of flutter_svg: ^1.1.0 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.1.0   //For rendering svg images

App Demo

File Pattern Inside The lib Folder

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