appliteui_core 0.0.2 copy "appliteui_core: ^0.0.2" to clipboard
appliteui_core: ^0.0.2 copied to clipboard

unlisted

A Flutter package for making API calls with support for interceptors, error handling, and typed responses. Built on top of Dio for robust HTTP operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add appliteui_core

With Flutter:

 $ flutter pub add appliteui_core

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

dependencies:
  appliteui_core: ^0.0.2

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:appliteui_core/appliteui_core.dart';
0
likes
0
points
62
downloads

Publisher

verified publisherfreddydro.dev

Weekly Downloads

A Flutter package for making API calls with support for interceptors, error handling, and typed responses. Built on top of Dio for robust HTTP operations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

adaptive_dialog, applite_image_picker, dio, firebase_storage, flutter, flutter_easyloading, flutter_image_compress, hive_ce, hive_ce_flutter, http

More

Packages that depend on appliteui_core