nezha_ui 1.0.1
nezha_ui: ^1.0.1 copied to clipboard
轻量、优雅且专业的 Flutter 移动端组件库。NezhaUI 致力于为现代应用开发提供丝滑、灵敏且高度可定制的 UI 组件。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nezha_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nezha_ui: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nezha_ui/nezha_ui.dart';