craft_launcher_modded 0.0.4
craft_launcher_modded: ^0.0.4 copied to clipboard
A Dart package for launching Minecraft Java Edition with mod loaders such as Fabric. This library extends the `craft_launcher_core` package to provide additional functionality for modded Minecraft instances.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add craft_launcher_moddedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
craft_launcher_modded: ^0.0.4Alternatively, 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:craft_launcher_modded/craft_launcher_modded.dart';