project_starter_kit 1.0.1
project_starter_kit: ^1.0.1 copied to clipboard
A collection of essential Flutter utilities, including theming helpers, a versatile form validator, and useful Dart extensions.
Changelog #
All notable changes to this package will be documented in this file.
1.0.1 #
- Decreased Dart SDK version constraint to
3.0.0. - Fixed iOS/macOS debug logger output so logs print correctly without truncation or broken ANSI colors.
1.0.0 #
- Initial release of the
common_utilspackage. - Includes utilities for theming, validation, and debugging.
- Provides extensions for
StringandIterable.