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.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 2024-12-XX #

Added #

  • Initial release of Finance SDK
  • Firebase-based dynamic API orchestration
  • Automatic Firestore integration for API definitions
  • Remote Config integration for base URL management
  • Dynamic enum generation from Firestore data
  • Local caching with SharedPreferences
  • Comprehensive logging system
  • Firebase Performance Monitoring integration
  • Bearer token support for Authorization header
  • Base URL override feature for testing
  • Support for GET, POST, PUT, DELETE, PATCH requests
  • Custom HTTP logging client
  • Structured error handling with ApiResponse
  • Example app demonstrating all features
  • ProGuard rules for Android release builds
  • Comprehensive documentation

Security #

  • Embedded Firebase configuration to ensure all users use the same Firebase project
  • ProGuard rules to protect configuration in release builds
  • Secure token storage using SharedPreferences

Documentation #

  • Complete README with setup instructions
  • Firebase setup guide
  • Remote Config setup guide
  • Testing guide
  • API documentation
0
likes
0
points
18
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