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

retracted

A Flutter plugin for Firebase-based dynamic API orchestration. Fetches API configurations from Firestore and Remote Config to handle HTTP requests dynamically.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add finance_sdk

With Flutter:

 $ flutter pub add finance_sdk

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

dependencies:
  finance_sdk: ^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:finance_sdk/finance_sdk.dart';
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Firebase-based dynamic API orchestration. Fetches API configurations from Firestore and Remote Config to handle HTTP requests dynamically.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, firebase_core, firebase_performance, firebase_remote_config, flutter, http, plugin_platform_interface, shared_preferences

More

Packages that depend on finance_sdk

Packages that implement finance_sdk