basecraft 2.2.0 copy "basecraft: ^2.2.0" to clipboard
basecraft: ^2.2.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 Flutter:

 $ flutter pub add basecraft

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

dependencies:
  basecraft: ^2.2.0

Alternatively, your editor might support 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
150
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)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, intl, path_provider, plugin_platform_interface, shared_preferences, sqflite, uuid

More

Packages that depend on basecraft

Packages that implement basecraft