smart_flutter_utils 1.0.0
smart_flutter_utils: ^1.0.0 copied to clipboard
Utility wrappers and extensions to make flutter easy and smart.
1.0.0 #
- style: Applied strict lint rules
- refactor: Breaking Change: Renamed
ApiState
toDataState
- chore: Updated deprecated
backgroundColor
tosurfaceContainerColor
- feat: Added new collection extensions:
whereNot
,withoutBlanks
,nonNullValues
,nonBlankValues
,nonBlankStringValues
,removed
,takeLast
,skipLast
- perf: Optimized Debouncer class to use Completer for handling Future completion
- feat: Added type casting mehods:
$castInt
,$castBool
,$castColor
- feat: Add JSON utility methods
- refactor: Breaking Change: renamed and updated parameters of logger methods
- feat: Added number arithmetic extensions
- feat: Added
RouteUri
and extension methods for routing - feat: Added
Snackbars
utility class for displaying snack bars - feat: Added types.dart file with utility typedefs and callbacks
- feat: Added URL launcher utility methods
0.1.1 #
- Fixed BorderRadius nullable error.
0.1.0 #
- Flutter 3.7.0 fixes
0.0.9 #
- Flutter 3.7.0 support
0.0.8 #
PageInfo
bug fixes.
0.0.7 #
- Added
PageInfo.start
parameter.
0.0.6 #
- location utils fixes
0.0.5 #
- added more collection utils
0.0.4 #
- collection package dependency fixed.
0.0.3 #
- Improved String concatenation and renamed as
prefix
,suffix
andconfix
. - Added
mapToList
method
0.0.2 #
- Dart Format.
0.0.1 #
- initial release.