You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
646 B
15 lines
646 B
// You have generated a new plugin project without specifying the `--platforms`
|
|
// flag. A plugin project with no platform support was generated. To add a
|
|
// platform, run `flutter create -t plugin --platforms <platforms> .` under the
|
|
// same directory. You can also find a detailed instruction on how to add
|
|
// platforms in the `pubspec.yaml` at
|
|
// https://flutter.dev/to/pubspec-plugin-platforms.
|
|
|
|
library flutter_cocos_view;
|
|
|
|
export 'src/facade_controller.dart';
|
|
export 'src/facade_widget.dart'
|
|
if (dart.library.io) 'src/io/cocos_widget.dart';
|
|
export 'src/helpers/events.dart';
|
|
export 'src/helpers/misc.dart';
|
|
export 'src/helpers/types.dart';
|
|
|