uno 1.1.9 copy "uno: ^1.1.9" to clipboard
uno: ^1.1.9 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 uno

With Flutter:

 $ flutter pub add uno

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

dependencies:
  uno: ^1.1.9

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:uno/uno.dart';
124
likes
130
pub points
86%
popularity

Publisher

verified publisherflutterando.com.br

Uno is a multiplatform HTTP client, based on Axios and built following the Clean Dart approach by the Flutterando Community.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

characters, file, meta, mime_type, path, universal_io

More

Packages that depend on uno