feature_wrapper_retain 1.0.2 copy "feature_wrapper_retain: ^1.0.2" to clipboard
feature_wrapper_retain: ^1.0.2 copied to clipboard

discontinuedreplaced by: feature_flutter

Feature source that allows to retain feature state across launches.

feature_wrapper_firebase #

Important note: We recommend that you read about the feature_core package before using it.

Installation #

To use this library you need to have the following packages:

dependencies:
  feature_core: &feature_version ^1.1.0
  feature_wrapper_retain: *feature_version

Usage #

Compatible with wrappers:

FeaturesManager(
  sources: {
    ...,
    FirebaseFeatureSource(
      remoteConfig: FirebaseRemoteConfig.instance, // required
      minimumFetchInterval: const Duration(hours: 12), // default
      fetchTimeout: const Duration(minutes: 1) // default
    ),
    ...,
  }
);
0
likes
30
pub points
0%
popularity

Publisher

verified publisherdart.nogipx.ru

Feature source that allows to retain feature state across launches.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

feature_core, shared_preferences

More

Packages that depend on feature_wrapper_retain