hello_plugin
flutter create --template=plugin --platforms=android,ios -i objc -a java hello_plugin
A new Flutter plugin project. 这是一个flutter插件包 对原生一些系统api的封装用到flutter项目中
Getting Started
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.