autopilot_api 1.0.1 copy "autopilot_api: ^1.0.1" to clipboard
autopilot_api: ^1.0.1 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 Flutter:

 $ flutter pub add autopilot_api

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

dependencies:
  autopilot_api: ^1.0.1

Alternatively, your editor might support 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
120
points
200
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on autopilot_api