aymtools.com

  • Packages
Results 12 packages owned by aymtools.com
Sort by

isolate_pool_executorcopy "isolate_pool_executor: ^2.2.1" to clipboard
isolate_pool_executor: ^2.2.1 copied to clipboard

16
likes
160
points
246
downloads
Just like a thread pool, but with isolates. The Isolate Pool Executor is a tool in Dart for managing concurrent tasks by limiting and reusing isolates to optimize performance.#isolate#isolate-pool#pool#thread#thread-pool

cancellablecopy "cancellable: ^2.3.1" to clipboard
cancellable: ^2.3.1 copied to clipboard

6
likes
160
points
605
downloads
This package provides a capability for cancellation.This feature allows termination or revocation of operations through a certain mechanism during task execution.#cancel#cancelable#cancel-token#cancellation#dispose

weak_collectionscopy "weak_collections: ^1.5.0" to clipboard
weak_collections: ^1.5.0 copied to clipboard

5
likes
160
points
711
downloads
Collection of weak references. WeakHashMap, WeakHashSet, WeakQueue. Weak reference effect achieved through WeakReference and Finalizer.#weak#weakset#weakhashmap#weakhashset#weakqueue

anlifecyclecopy "anlifecycle: ^3.5.0" to clipboard
anlifecycle: ^3.5.0 copied to clipboard

4
likes
160
points
1.21k
downloads
AnLifecycle draws on lifecycle in androidx to implement lifecycle on Flutter, Developers can sense the LifecycleState under the current context wherever you need it.#lifecycle#androidx#androidx-lifecycle#life#resume

an_lifecycle_cancellablecopy "an_lifecycle_cancellable: ^2.4.3" to clipboard
an_lifecycle_cancellable: ^2.4.3 copied to clipboard

3
likes
160
points
847
downloads
After merging Lifecycle and Cancellable, the toolkit provided in flutter#lifecycle#anlifecycle#cancel#cancellable#remember

an_viewmodelcopy "an_viewmodel: ^3.5.0" to clipboard
an_viewmodel: ^3.5.0 copied to clipboard

3
likes
160
points
663
downloads
A package for managing ViewModel that depends on an_lifecycle. Similar to Androidx ViewModel.#viewmodel#view-model#viewmodels#mvvm

remembercopy "remember: ^1.1.0" to clipboard
remember: ^1.1.0 copied to clipboard

recently created package Added 23 days ago
3
likes
160
points
400
downloads
A utility similar to Compose’s remember, which leverages anlifecycle to let Flutter’s BuildContext remember an instance and provide corresponding management functions.#remember#compose#disposable#auto-dispose

an_toastcopy "an_toast: ^1.0.0" to clipboard
an_toast: ^1.0.0 copied to clipboard

1
likes
160
points
124
downloads
A Flutter toast library with usage identical to Android would provide a simple API for displaying toast messages in Flutter.#toast

an_lifecycle_hookscopy "an_lifecycle_hooks: ^2.2.0" to clipboard
an_lifecycle_hooks: ^2.2.0 copied to clipboard

1
likes
150
points
226
downloads
Provide an extension development toolkit for the flutter_hooks library for anlifecycle and an_viewmodel.#hooks-lifecycle#use-lifecycle#use-view-model#use-lifecycle-view-model

an_consolecopy "an_console: ^1.0.0" to clipboard
an_console: ^1.0.0 copied to clipboard

1
likes
140
points
151
downloads
A developer can fully customize the console content, which can be used to display logs on the UI, serve as an app configuration center, and more functionalities.#console#vconsole#fconsole#configuration