singgih_counter_widget 1.0.6
singgih_counter_widget: ^1.0.6 copied to clipboard
A Flutter package providing a customizable counter widget and a live chat widget powered by WebView.
1.0.6 #
- Add
LiveChatOverlayButton— a floating, draggable overlay button that sits on top of all app content.- Drag freely to reposition anywhere on screen.
- Drag to any horizontal edge to hide; a slim restore tab appears on the same side.
- Swipe the restore tab toward the screen center to bring the button back.
- Tap to open the live chat WebView as a modal bottom sheet.
- Fix overlay entry not appearing on normal app launch (non-VSCode) by moving insertion to
initStatewith post-frame retry. - Add
WidgetsBindingObserverto re-insert overlay on app resume from background.
1.0.5 #
- Fix internal imports using relative paths instead of
package:src references. - Add dartdoc to
LiveChatWidgetandLivechatModel. - Update README with correct GitHub links and
LiveChatWidgetusage example. - Update example app to demonstrate
LiveChatWidget.
1.0.4 #
- Fix path
1.0.3 #
- Add Export in counter widget
1.0.2 #
- Add Model, WebView and Widget
1.0.1 #
- Updated GitHub repository URL from
singgih_counter_widgettotest_package.
1.0.0 #
- Initial release.
- Added
CounterPagewidget with increment functionality and Material Design support.