df_pod 0.10.1
df_pod: ^0.10.1 copied to clipboard
A package offering tools to manage app state using ValueNotifier-like objects called Pods.
Changelog #
0.10.1 #
- Released @ 8/2024 (UTC)
- feat: Add additional callbacks for PodService
0.10.0 #
- Released @ 8/2024 (UTC)
- breaking: Simplify PodService and add the DI class to manage dependency injection
0.9.5 #
- Released @ 8/2024 (UTC)
- chore: TempPod and GlobalPod now extends ProtectedPod
- chore: Add more casting methods to the extension CastPodListenableX
0.9.4 #
- Released @ 8/2024 (UTC)
- chore: Add casting methods for PodListenable types
0.9.3 #
- Released @ 8/2024 (UTC)
- chore: Update dependencies, add experimental EasyPod
- docs: Update comments
0.9.2 #
- Released @ 8/2024 (UTC)
- chore: Update df_will_dispose dependency
0.9.1 #
- Released @ 8/2024 (UTC)
- chore: Update dependencies
0.9.0 #
- Released @ 8/2024 (UTC)
- breaking: Update structure, examples and implement df_will_dispose package
0.8.0+1 #
- Released @ 8/2024 (UTC)
- docs: Improve readme
0.8.0 #
- Released @ 8/2024 (UTC)
- breaking: Refactor code to address minor complexity and stability issues
- docs: Update readme
0.7.2 #
- Released @ 8/2024 (UTC)
- refactor: Simplify temp and global Pods
0.7.1 #
- Released @ 8/2024 (UTC)
- refactor: Update OnLoadingSnapshot to use createdAt instead of elapsed
0.7.0 #
- Released @ 8/2024 (UTC)
- refactor: Update builders to pass context again
0.6.0 #
- Released @ 8/2024 (UTC)
- fix: Fix issues with ListCallbackBuilder and ListCallbackStateBuilder and simplify
0.5.0 #
- Released @ 8/2024 (UTC)
- refactor: Rename CallbackBuilder to ListCallbackBuilder, add ListCallbackStateBuilder, refactor
- chore: Update dependencies
0.4.0 #
- Released @ 8/2024 (UTC)
- chore: Fix and rename builders and provide usage example of CallbackBuilder and PodListCallbackBuilder
- refactor: Simplify code structure
0.3.4 #
- Released @ 8/2024 (UTC)
- docs: Update library description comment
- chore: Update topics to pubspec.yaml
0.3.3 #
- Released @ 8/2024 (UTC)
- chore: Rename tests folder to more_tests and address pub warnings
- fix: Fix potential issues in pubspec.yaml and update dependencies
- docs: Update readme and details in pubspec.yaml
0.3.2 #
- Released @ 8/2024 (UTC)
- chore: Update dependencies for Flutter compatibility
0.3.1 #
- Released @ 8/2024 (UTC)
- chore: Update Flutter SDK version
0.3.0 #
- Released @ 8/2024 (UTC)
- refactor: Address null issues
- refactor: Move Pod reducers to classes and refactor typedefs
- chore: Remove unused exceptions and update comments
- feat: Separate global and temp Pods into their own Pods
- docs: Improve readme and usage example
0.2.3 #
- Released @ 8/2024 (UTC)
- refactor: Remove unnecessary await in shared_pod.dart
0.2.2 #
- Released @ 8/2024 (UTC)
- feat: Remove FuturePodBuilder and FuturePodListBuilder
- feat: PodBuilder, PodListBuilder and PollingPodBuilder can now use FutureOr
0.2.1 #
- Released @ 8/2024 (UTC)
- feat: Add FuturePodBuilder and FuturePodListBuilder
0.2.0 #
- Released @ 8/2024 (UTC)
- feat: Add SharedPod
- refactor: Refactor for clarity
0.1.0 #
- Released @ 8/2024 (UTC)
- Initial release