gst_text 0.0.1
gst_text: ^0.0.1 copied to clipboard
A customizable Flutter widget to calculate and display GST with flexible UI options.
Changelog #
All notable changes to the gst_text package will be documented in this file.
This project follows Semantic Versioning.
0.0.1 (2025-Sep-10) #
- Initial release of
gst_textpackage. GstTextwidget for displaying GST amount, GST type, and total in Flutter apps.- Supports customization: show/hide GST percentage, type, total, and currency symbol.
GstModelclass with staticcalculatemethod for programmatic GST calculation.- Callback support to retrieve calculated GST values for further processing.
- Ready-to-use, reusable widget that can be easily integrated into Flutter screens.