baas_sdk 0.9.0 copy "baas_sdk: ^0.9.0" to clipboard
baas_sdk: ^0.9.0 copied to clipboard

Reusable SDK

Baas SDK #

Created the Flutter SDK using the Dio package for HTTP connections with the backend. The default configuration uses 'https://baas.pragmr.com' in the WorkioConfig file.

API Service: #

Implemented using Dio for backend communication.

Auth Service: #

Handles OTP and user authentication operations. Supports both REST and GraphQL endpoints for flexible integration. REST API: Used for sending OTP and user login. GraphQL: Added for new user registration and OTP verification. Dynamic parameters are passed to each method, allowing adaptable endpoint calls.

Exports: #

All API services, AuthService, and BaasConfig are exported in baas_sdk.dart for easy integration.

0
likes
105
points
709
downloads

Publisher

unverified uploader

Weekly Downloads

Reusable SDK

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

dio, flutter, http, http_parser, provider, shared_preferences

More

Packages that depend on baas_sdk