flutter_vodozemac_plus 0.4.3
flutter_vodozemac_plus: ^0.4.3 copied to clipboard
Flutter bindings for the Rust Vodozemac library, add 16kb page size alignment for Android 15 support
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_vodozemac_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_vodozemac_plus: ^0.4.3Alternatively, 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:flutter_vodozemac_plus/flutter_vodozemac.dart';