shared_map 1.0.8 copy "shared_map: ^1.0.8" to clipboard
shared_map: ^1.0.8 copied to clipboard

Offers a versatile, synchronized Map for efficient sharing between Dart application parts, including Isolates or external apps.

1.0.8 #

  • SharedMap:
    • Added values, entries and where.

1.0.7 #

  • SharedMap:
    • Added clear.
  • New FutureSharedMapExtension and FutureOrSharedMapExtension.

1.0.6 #

  • New NotSharedMap, NotSharedStore and SharedMapSync.

  • Refactored SharedMapField and SharedStoreField:

    • Handle non-shared and shared instances appropriately.
    • Improved handling of isolate copies and shared references for better consistency across isolates.
  • SharedMap:

    • Improved resolution and caching mechanisms to enhance performance and reduce redundant operations.

1.0.5 #

  • New SharedStoreField.

1.0.4 #

  • SharedMap:
    • Added keys, length, remove and removeAll.

1.0.3 #

  • New SharedMapCached.
  • Fix SharedStoreGeneric and SharedMapGeneric.
  • Improve tests for SharedStoreGeneric and SharedMapGeneric.

1.0.2 #

  • SharedMap:
    • Added putIfAbsent.
  • SharedType:
    • Rename shareReference to sharedReference.

1.0.1 #

  • Add documentation.

1.0.0 #

  • Initial version.
11
likes
0
pub points
76%
popularity

Publisher

unverified uploader

Offers a versatile, synchronized Map for efficient sharing between Dart application parts, including Isolates or external apps.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on shared_map