flutter_helper_utils 1.0.8
flutter_helper_utils: ^1.0.8 copied to clipboard
The Flutter Helper Package is a valuable tool for developers who want to speed up their development process. It offers various extensions and helper methods that can make development more efficient.
1.0.0 #
- INITIAL: initial release
1.0.1 #
- UPDATE: update readme file
1.0.2 #
- UPDATE: rename some getters to fix conflicts with the
get
package
1.0.3 #
- UPDATE: add capitalizeFirstLetter, toPascalCase, toTitleCase, and toCamelCase to String extension.
1.0.4 #
- UPDATE: update readme file
1.0.5 #
- UPDATE: change pop to popPage to solve conflicts with go_router package extensions.
1.0.6 #
- UPDATE: support null safety to ThemeMode and Brightness.
1.0.7 #
- UPDATE: add new color extension to support converting Hex String to color and check if string is a Hex Color
1.0.8 #
- UPDATE: fix color extension bug