bad_fl 0.0.3
bad_fl: ^0.0.3 copied to clipboard
A flutter package, including components, implementations, helper functions and extensions. Designed to provide a simple way to develop with flutter.
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