bad_fl 0.3.0
bad_fl: ^0.3.0 copied to clipboard
A flutter package, including components, implementations, helper functions and extensions. Designed to provide a simple way to develop with flutter.
0.3.0 #
2024.12.23
- Still WIP.
0.2.0 #
2024.11.05
- Add date in the changelog
- The project structure is about to change. This version is available for use in existing projects
0.1.0 #
Reorganized the entire project and renamed most of the classes (prefixed with bad).
- Everything can still be imported via
import 'package:bad_fl/bad_fl.dart' - Still not stable, so the major version is still
0
0.0.3 #
BREAKING CHANGES:
BadWebviewFragment:- renamed to
BadWebview - moved to
prefabcollection
- renamed to
CacheImpl: renamed toFileCacheImplCacheImpl.remove: renamed toFileCacheImpl.delete
NEW FEATURES:
BadBackToTop: Implement the back-to-top logic (show and hide, scroll to the top) according to the passedScrollControllerBadFloating: A wrapper that allows the components inside it to be dragged and placed anywhere on the screenBadScrollAnchorScope: A wrapper on top ofSingleChildScrollView, allowing its child elements to act as anchors (be used as scroll target, listen to its show/hide state changes)BadSignature: A canvas component that can be used to make simple signaturesBadSnapshot: A wrapper for capturing snapshot of its child widget
0.0.2 #
BUG FIXES:
BadTextInput,BadTextField: Only dispose the internally maintainedTextEditingControllerto avoid multiple dispose
DOCS:
- Updated README.md
OPTIMIZE:
BadOTPInput,BadPasswordInput: remove unnecessary controller
0.0.1 #
- Initial version, created by lopo