idkit 0.4.9 copy "idkit: ^0.4.9" to clipboard
idkit: ^0.4.9 copied to clipboard

idkit is a package that makes it easier for developers to develop projects, and contains a variety of functions and components.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add idkit
copied to clipboard

With Flutter:

 $ flutter pub add idkit
copied to clipboard

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

dependencies:
  idkit: ^0.4.9
copied to clipboard

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:idkit/idkit.dart';
copied to clipboard
11
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

2024.06.25 - 2025.01.07

idkit is a package that makes it easier for developers to develop projects, and contains a variety of functions and components.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on idkit