basecraft 1.0.0 copy "basecraft: ^1.0.0" to clipboard
basecraft: ^1.0.0 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: ^1.0.0

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
115
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, sqflite, uuid

More

Packages that depend on basecraft