Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 525 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 525 Bytes

sm_widget

English 简体中文

sm_widget is a Flutter component library written in Dart, containing implementations of commonly used Flutter widgets.

Installing

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