parmesan 0.2.0 copy "parmesan: ^0.2.0" to clipboard
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 parmesan

With Flutter:

 $ flutter pub add parmesan

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

dependencies:
  parmesan: ^0.2.0

Alternatively, 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';
1
likes
160
points
156
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path

More

Packages that depend on parmesan