v_flutter_core 0.0.19
v_flutter_core: ^0.0.19 copied to clipboard
A core library for Flutter applications, offering essential tools and utilities for streamlined development and state management.
0.0.19 #
chore: bump flutter to 3.29.2 and other dependencies
0.0.18 #
feat: IgnoreHorizontalPaddingPivot
0.0.17 #
feat: kotlin-like scoping functions
fix: only invoke onOutsideScroll if barrierDismissible in DismissiblePortalTarget
feat: expose anchor to portalFollowerBuilder
fix: detect DismissiblePortalTarget's barrier scroll differently
0.0.16 #
feat: add ItemListStreamBehavior
0.0.15 #
chore: bump riverpod to ^2.6.1
0.0.14 #
chore: bump flutter version to 3.24.3 chore: bump dependency versions
0.0.13 #
fix: make LiveList's BehaviorSubject sync: true
0.0.12 #
feat: add childPadding property to the SeparatedColumn, SeparatedFlex and SeparatedRow widgets
0.0.11 #
fix: properly clean up ProviderSubscription when the streamOfAsyncData/streamOf streams are cancelled
0.0.10 #
fix: do not access BehaviorSubject value prematurely
0.0.9 #
Revert "fix: remove unnecessary AutoDisposeRef"
0.0.8 #
- fix: remove unnecessary
AutoDisposeRef - fix: order
- fix: make
removeItemreturn the removedT?item - feat: add some util functions:
getItem,requireItem,getItemStream - fix: rename
addItem->upsertItem& useupserIteminstead of_mergeItem - fix: rename
listDependency->listDependencies - fix: rename of remaining
getItemIdUpdated->getItemTrigger - fix: rename
getItem->fetchItem - feat: add
triggerPredicateReevaluation
0.0.7 #
- feat: add
whenparameters tostreamOfAsyncData, also broadcast flag - feat:
useThrottleCallback
0.0.6 #
- add refreshItem to LiveList
0.0.5 #
- Refactor LiveList
0.0.3 #
- Add
useDelayedExecution - Add
optionsViewOpenDirectionto AutocompleteDecoration (passed over to underlyingRawAutocomplete)
0.0.2 #
- Update README.md
0.0.1 #
- Initial version.