nbr 1.0.3 copy "nbr: ^1.0.3" to clipboard
nbr: ^1.0.3 copied to clipboard

Generic implementation of the network-bound-resource algorithm in Dart

0.0.1 #

  • Initial version.

0.0.2 #

  • Bump Dart SDK version constraint and update dependencies.

0.0.3 #

  • Bump Dart SDK version constraint and update dependencies.

0.0.4 #

  • Bump Dart SDK version constraint and update dependencies.

1.0.0 #

  • GitHub repository cleanup
  • Regenerate analysis_options.yaml file

1.0.1 #

  • Dart 3 ready: new analysis_options.yaml file + bumped Dart SDK constraints

1.0.2 #

  • Update analysis_options.yaml file.

1.0.3 #

  • shouldFetch callback has a different signature, it's now defined as typedef ShouldFetchCallback<Entity> = FutureOr<bool> Function(Entity? entity) instead of typedef ShouldFetchCallback<Entity> = bool Function(Entity? entity)
2
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Generic implementation of the network-bound-resource algorithm in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on nbr