s_widgets 2.0.1
s_widgets: ^2.0.1 copied to clipboard
A Flutter package that gathers small custom widgets such as text buttons, loading indicators, and more.
2.0.1 #
s_packagespackage dependency upgraded
2.0.0 #
- package no longer holds the source code for it, but exports/exposes the
s_packagespackage instead, which will hold this package's latest source code. - The only future changes to this package will be made via
s_packagespackage dependency upgrades, in order to bring the new fixes or changes to this package - dependent on
s_packages: ^1.1.2
1.1.1 #
- Updated
s_buttondependancy
1.1.0 #
- Bug Fix: Fixed
ScrollTextFormFieldWhenKeyboardIsShownwidget causing runtime error "Unexpected null value" when scrolling (especially with mouse wheel on web)- Replaced incorrect
Scrollable+viewportBuilderpattern with a simpleSingleChildScrollViewthat properly manages its own scroll position
- Replaced incorrect
1.0.1 #
- pubspec.yaml updated
1.0.0 #
- Keyboard Management:
DismissKeyboardwidget to dismiss keyboards on tap, andInputDoneViewwithKeyboardOverlayfor iOS-style done button overlay - Loading Indicators:
SLoadingIndicatorwrappingLoadingIndicatorwith transform support and animation control - State Management:
MountedStatebase class for safesetStatecalls, preventing errors on unmounted widgets - Widget Extensions: Extensions on all widgets for adding Material wrapping, tooltips, color filters, border radius, box decorations
- UI Utilities:
SDividerfor custom dividers,STextButtonandSIconButtonfor flexible button implementations - Responsive Utilities:
ForcePhoneSizeOnWebfor forcing phone-sized frames on web,ScrollTextFormFieldWhenKeyboardIsShownfor auto-scrolling - Animation Utilities:
SBlurandSAnimatedBlurfor blur effects,SButtonintegration for tap interactions - Widget Measurement:
MeasureChildSizeWidgetto measure child dimensions during layout - UI Components:
ExpandCollapseButtonandTextFormFieldClearButtonfor common UI patterns - Snackbar Extensions:
ShowSnackBarextension on BuildContext for showing custom snackbars - Helper Functions:
getWidgetPositionandgetWidgetSizeutilities for determining widget dimensions - Full Documentation: Comprehensive API documentation and multiple examples for all widgets
- Performance: Static widget caching and optimized rendering for better performance
0.0.1 #
- Initial release