gst_text 0.0.4
gst_text: ^0.0.4 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.4 (2025-Oct-03) #
- Added new GST slabs and percentages:
- Merit rate: 5% (for essential items and priority sectors)
- Standard rate: 18% (applicable to most goods and services)
- Demerit rate: 40% (for sin goods and luxury items)
- GstText widget now fully supports new GST slabs, including showing GST type, percentage, and amount.
0.0.3 (2025-Sep-15) #
- Update documentation in README.md with better usage examples.
0.0.2 (2025-sep-11) #
Introduced gstMode property:
- Supports
inclusive,exclusive, or defaultGST. inclusive: Amount includes GST.exclusive: GST added on top of the amount.- Fixed minor when hiding/showing properties.
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.