parmesan 0.2.0
parmesan: ^0.2.0 copied to clipboard
A CLI tool that scaffolds Flutter + C++ FFI projects with automatic Dart binding generation, module management, and cross-platform CMake configuration for Windows and Linux.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add parmesanWith Flutter:
$ flutter pub add parmesanThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
parmesan: ^0.2.0Alternatively, 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:parmesan/parmesan.dart';