x_flutter_core 1.0.2 copy "x_flutter_core: ^1.0.2" to clipboard
x_flutter_core: ^1.0.2 copied to clipboard

A robust networking, storage, and infrastructure layer for scalable Flutter applications. Built on Dio with Clean Architecture patterns.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add x_flutter_core

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

dependencies:
  x_flutter_core: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:x_flutter_core/x_flutter_core.dart';
1
likes
160
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A robust networking, storage, and infrastructure layer for scalable Flutter applications. Built on Dio with Clean Architecture patterns.

Repository (GitHub)
View/report issues

Topics

#networking #dio #storage #architecture #core

License

Apache-2.0 (license)

Dependencies

connectivity_plus, dio, dio_cache_interceptor, flutter, flutter_secure_storage, internet_connection_checker_plus, pretty_dio_logger, retry, shared_preferences, x_flutter_core_models

More

Packages that depend on x_flutter_core