Skip to main content

15 Dart包基础知识

1 如何在dart包中使用widget

pubspec.yaml
...

dependencies:
flutter:
sdk: flutter

...