okmsbun_flutter 0.0.15
okmsbun_flutter: ^0.0.15 copied to clipboard
Package util package that aims to get rid of boilerplate to start the project quickly
Changelog #
0.0.1 #
- TODO: Describe initial release.
0.0.13 #
Additions and Changes #
-
Added an
alignment
parameter toimage_asset.dart
,image_memory.dart
,image_network.dart
, andimage_widget.dart
.- All image widgets now support alignment, providing more flexible positioning options.
- In factory constructors such as
ImageWidget.asset
,ImageWidget.network
, andImageWidget.bytes
, thealignment
parameter defaults toAlignment.center
.
-
Updated dependencies:
cached_network_image
: ^3.3.1 → ^3.4.1dio
: ^5.4.0 → ^5.7.0flutter_lints
: ^3.0.1 → ^5.0.0- Other minor version upgrades (e.g.,
sqflite
,path_provider
).
-
Revised linter rules and the
okmsbun_flutter_lints.yaml
file:- Enabled a number of additional rules by default (e.g.,
avoid_as
,list_remove_unrelated_type
, etc.). - Some rules are now optional (e.g.,
avoid_positional_boolean_parameters
,always_specify_types
). - Deactivated redundant or conflicting rules.
- Enabled a number of additional rules by default (e.g.,
-
Bumped version in pubspec.yaml from
0.0.12
to0.0.13
.- Updated
environment
constraints forsdk
andflutter
. - Moved to Flutter 3.27.2 for better linter compatibility.
- Updated
Important Reminder #
- When upgrading, note that the new
alignment
parameter may simplify how you position images. If you were previously using another widget just for alignment, you can now take advantage of the built-inalignment
. - Check for any breaking changes in packages like
dio
orcached_network_image
. Usedart pub outdated
anddart pub upgrade
to verify compatibility before fully adopting this version.
0.0.14 #
Refactor EstimatedAppBarContainer for improved readability; update version to 0.0.14; remove unused VSCode settings
0.0.15 #
Enhance documentation and linting rules.