td_remote_config 1.0.0 copy "td_remote_config: ^1.0.0" to clipboard
td_remote_config: ^1.0.0 copied to clipboard

Official Thinking RemoteConfig Flutter plugin. Used to get remote config data from Thinking Analytics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add td_remote_config

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

dependencies:
  td_remote_config: ^1.0.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:td_remote_config/remote_config.dart';
0
likes
145
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

Official Thinking RemoteConfig Flutter plugin. Used to get remote config data from Thinking Analytics.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, thinking_analytics

More

Packages that depend on td_remote_config

Packages that implement td_remote_config