parmesan 0.2.1
parmesan: ^0.2.1 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.
0.2.1 #
- Fixed template path resolution on Windows when installed from pub.dev (
file://URI parsing)
0.2.0 #
- Expanded package description in pubspec.yaml
- Updated platform support documentation with detailed macOS incompatibility explanation
- Added Android and Web platform entries (theoretical support, not officially tested)
- Clarified that Parmesan is designed and tested specifically for desktop applications
0.1.0 #
- Initial release
- Module management: Add C++ modules with auto-generated headers, bridge code, and Dart FFI bindings
- Cross-platform builds: Windows and Linux platform support with CMake configuration
- Automatic binding generation: Parse C++ headers and generate
dart:ffibindings