djangoflow_remote_config 0.2.0 copy "djangoflow_remote_config: ^0.2.0" to clipboard
djangoflow_remote_config: ^0.2.0 copied to clipboard

Djangoflow Remote Config is a library that helps to handle remote config in your flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add djangoflow_remote_config

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  djangoflow_remote_config: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:djangoflow_remote_config/djangoflow_remote_config.dart';
0
likes
150
points
46
downloads

Publisher

verified publisherapexive.com

Weekly Downloads

Djangoflow Remote Config is a library that helps to handle remote config in your flutter application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, djangoflow_bloc_extensions, djangoflow_openapi, djangoflow_openapi_extensions, flutter, flutter_bloc, freezed_annotation, hydrated_bloc, json_annotation

More

Packages that depend on djangoflow_remote_config