opticore 2.1.0
opticore: ^2.1.0 copied to clipboard
OptiCore is a lightweight micro-framework for Flutter that simplifies and optimizes your app development
📌 Changelog #
All notable changes to this project are documented here. Each release includes details about new features, improvements, bug fixes, and any breaking changes, helping users and developers track the evolution of OptiCore.
🔄 Versioning Strategy #
We follow Semantic Versioning (SemVer) to indicate the nature of changes:
- 🚀 MAJOR: Breaking changes that may affect compatibility.
- 🌟 MINOR: New features or improvements that are backward compatible.
- 🛠 PATCH: Bug fixes and minor improvements that are backward compatible.
Each section lists the changes in chronological order, with the most recent release at the top. Where applicable, links to relevant discussions or issues are provided.
🌟 [2.1.0] - Core Improvements & New Components #
🆕 New Features
- 🧩 Added
StateBuilderwidget for selective UI updates based on specific component states - 🏗️ Added
ComponentDataStateinRenderStatefor better state management - 🧰 New Extensions:
DoubleFormatterfor smart number formatting (formatSmart)IterableExtensionwithfirstWhereOrNullmethod for safer collection operations
- 🎛️ Enhanced CoreButton with new properties (
dimmedBackgroundColor,dimmedTextColor)
🔄 Improvements
- 🖼️ SvgWidget Enhancements:
- Auto-detection of SVG type
- More flexible property requirements (path, bytes, or file)
- 🌐 API & Network improvements:
- Better error handling
- Fixed issues with status code parsing
- Improved connection timeout handling with proper loading states
- Fixed
updateHeadersissues inBaseRepo
- 📱 UI Components:
- Enhanced click behavior in
ExpandableText - Added
enableScrollproperty toCoreSheet - Set
itemPaddingdefault to zero inFlexibleListView
- Enhanced click behavior in
- 📊 Code Quality:
- Improved
BaseBlocimplementation - Updated dependencies to latest versions
- Improved
🛑 Breaking Changes
- 🔄 Renamed
buildertoitemBuilderinFlexibleGridViewfor API consistency
📝 [2.0.1] - Documentation Update #
- 📖 Enhanced README.md: Improved clarity, structure, and formatting for better readability.
🔹 [2.0.0] - Initial Stable Release #
- 🎉 First official stable release of OptiCore.
For a complete history of updates during the beta phase, refer to CHANGELOG-BETA.md.
Stay updated with the latest enhancements and fixes! 🚀