Flutter/Dart SDK
Coming soon! The Flutter SDK is under development. For now, use direct HTTP calls.
📦 Installation
Add to your pubspec.yaml:
dependencies:
http: ^1.0.0
image_picker: ^1.0.0
💻 Quick Start
import 'dart:convert';
import 'package:http/http.dart' as http;
Future
⚠️ SDK Status
The official Flutter SDK is planned for Q2 2024. Current workaround:
- Use direct HTTP with http package
- Use Dio for advanced configuration
- Check GitHub for updates