core_kit 1.0.7+3
core_kit: ^1.0.7+3 copied to clipboard
CoreKit (core_kit) — Flutter UI kit with responsive scaling inspired by screen_utils, Dio HTTP client, JWT token refresh, OTP & social auth, secure storage, paginated lists, forms, dialogs, and 35+ Ck [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add core_kitWith Flutter:
$ flutter pub add core_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
core_kit: ^1.0.7+3Alternatively, 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';