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

outdated

Arna Web Service is a simple and powerful HTTP package for Flutter.

pub.dev

Introduction #

A simple and powerful HTTP package for Flutter.

Getting Started #

Add Arna Web Service as a dependency in your pubspec.yaml:

dependencies:
  arna_web_service: ^1.0.0

Import it:

import 'package:arna_web_service/arna_web_service.dart';

Use it!

final ArnaWebService webService = ArnaWebService.service();
final Response? response = await webService.get(
  Uri.parse('https://api.ipify.org'),
);

3
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Arna Web Service is a simple and powerful HTTP package for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

arna_logger, flutter, http

More

Packages that depend on arna_web_service