blocks_runtime_flutter 0.1.3
blocks_runtime_flutter: ^0.1.3 copied to clipboard
Flutter-specific implementations for blocks_runtime (secure storage, OAuth browser flow)
blocks_runtime_flutter #
Flutter-specific implementations for blocks_runtime. Provides secure token storage via flutter_secure_storage and OAuth browser flow via url_launcher.
Usage #
import 'package:blocks_runtime_flutter/blocks_runtime_flutter.dart';
Register the Flutter implementations at app startup:
final client = BlocksClient(
baseUrl: 'https://your-api.example.com',
secureStore: FlutterSecureStore(),
browserLauncher: FlutterBrowserLauncher(),
);
License #
Apache 2.0