micro_core_http 0.0.3 copy "micro_core_http: ^0.0.3" to clipboard
micro_core_http: ^0.0.3 copied to clipboard

This package is a wrapper of the http package with a handful of features outside the box.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add micro_core_http
copied to clipboard

With Flutter:

 $ flutter pub add micro_core_http
copied to clipboard

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

dependencies:
  micro_core_http: ^0.0.3
copied to clipboard

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:micro_core_http/micro_core_http.dart';
copied to clipboard
3
likes
150
points
40
downloads

Publisher

verified publisherjotapetecnologia.com.br

Weekly Downloads

2024.08.28 - 2025.03.12

This package is a wrapper of the http package with a handful of features outside the box.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

http, http_parser

More

Packages that depend on micro_core_http