basecraft 2.0.2 copy "basecraft: ^2.0.2" to clipboard
basecraft: ^2.0.2 copied to clipboard

Basic Flutter setup with GetX and Dio – everything you need to kick off a new project fast.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basecraft

With Flutter:

 $ flutter pub add basecraft

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

dependencies:
  basecraft: ^2.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:basecraft/basecraft.dart';
4
likes
0
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

Basic Flutter setup with GetX and Dio – everything you need to kick off a new project fast.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, get, get_storage, intl, path_provider, plugin_platform_interface, sqflite, uuid

More

Packages that depend on basecraft

Packages that implement basecraft