core_kit 1.0.3 copy "core_kit: ^1.0.3" to clipboard
core_kit: ^1.0.3 copied to clipboard

A Flutter package bundling production-ready UI widgets, responsive layout helpers, Dio-based networking with token refresh, secure storage, and authentication modules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add core_kit

With Flutter:

 $ flutter pub add core_kit

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

dependencies:
  core_kit: ^1.0.3

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:core_kit/core_kit.dart';
11
likes
0
points
414
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package bundling production-ready UI widgets, responsive layout helpers, Dio-based networking with token refresh, secure storage, and authentication modules.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

android_id, cached_network_image, dio, file_picker, flutter, flutter_country_state, flutter_html, flutter_reorderable_grid_view, flutter_secure_storage, flutter_svg, http, http_parser, image_picker, intl, intl_phone_field_v2, path, path_provider, permission_handler, share_plus, shared_preferences, skeletonizer, universal_io, uuid

More

Packages that depend on core_kit