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

A federated Flutter plugin consolidating Remote Config, Ads, Crashlytics, Analytics, Notifications, and Trial/Limits behind a single initialize() entry point with a strongly-typed configuration model.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add office_core

With Flutter:

 $ flutter pub add office_core

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

dependencies:
  office_core: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:office_core/office_core.dart';
0
likes
0
points
28
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A federated Flutter plugin consolidating Remote Config, Ads, Crashlytics, Analytics, Notifications, and Trial/Limits behind a single initialize() entry point with a strongly-typed configuration model.

Repository (GitHub)
View/report issues

Topics

#remote-config #ads #crashlytics #analytics #notifications

License

unknown (license)

Dependencies

dio, firebase_analytics, firebase_core, firebase_crashlytics, firebase_database, firebase_messaging, firebase_remote_config, flutter, flutter_local_notifications, flutter_udid, google_mobile_ads, internet_connection_checker_plus, package_info_plus, permission_handler, shared_preferences, shimmer

More

Packages that depend on office_core

Packages that implement office_core