flutter_vodozemac_plus 0.4.4
flutter_vodozemac_plus: ^0.4.4 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 Dart:
$ dart pub add flutter_vodozemac_plusWith Flutter:
$ flutter pub add flutter_vodozemac_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_vodozemac_plus: ^0.4.4Alternatively, 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:flutter_vodozemac_plus/flutter_vodozemac.dart';