English | 简体中文 |
---|
sm_widget is a Flutter component library written in Dart, containing implementations of commonly used Flutter widgets.
Depend on it
Run this command:
With Dart:
dart pub add sm_widget
with Flutter:
flutter pub add sm_widget
Or add the dependency to your pubspec.yaml
file and run dart pub get
:
dependencies:
sm_widget: ^0.0.1