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

Zero-boilerplate smart API engine for Flutter. Only uses http + shared_preferences.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add autopilot_api

With Flutter:

 $ flutter pub add autopilot_api

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

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

Publisher

unverified uploader

Weekly Downloads

Zero-boilerplate smart API engine for Flutter. Only uses http + shared_preferences.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on autopilot_api