🔷Flutter
Run this command with Flutter:
flutter pub add craftd_widget
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
craftd_widget: $last_version
more detail pub.dev
Last updated