uno 1.1.12
uno: ^1.1.12 copied to clipboard
Uno is a multiplatform HTTP client, based on Axios and built following the Clean Dart approach by the Flutterando Community.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add unoWith Flutter:
$ flutter pub add unoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
uno: ^1.1.12Alternatively, 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:uno/uno.dart';