witsystem_device_manage 0.3.1 copy "witsystem_device_manage: ^0.3.1" to clipboard
witsystem_device_manage: ^0.3.1 copied to clipboard

witsystem 设备管理页面模块.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add witsystem_device_manage

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  witsystem_device_manage: ^0.3.1

Alternatively, 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:witsystem_device_manage/assets/icons/WitsIcon.dart';
import 'package:witsystem_device_manage/colors/ThemeColors.dart';
import 'package:witsystem_device_manage/generated/intl/messages_all.dart';
import 'package:witsystem_device_manage/generated/intl/messages_en.dart';
import 'package:witsystem_device_manage/generated/intl/messages_zh_CN.dart';
import 'package:witsystem_device_manage/generated/l10n.dart';
import 'package:witsystem_device_manage/pages/home/add/AddCustomWidget.dart';
import 'package:witsystem_device_manage/pages/home/add/AddDevice.dart';
import 'package:witsystem_device_manage/pages/home/bindRelay/BindRelay.dart';
import 'package:witsystem_device_manage/pages/home/makeOver/MakeOver.dart';
import 'package:witsystem_device_manage/pages/home/options/MoreOptions.dart';
import 'package:witsystem_device_manage/pages/home/ota/BleOta.dart';
import 'package:witsystem_device_manage/pages/home/qrcode/DeviceQrcode.dart';
import 'package:witsystem_device_manage/pages/home/share/DeviceShare.dart';
import 'package:witsystem_device_manage/pages/home/share/DeviceShortShare.dart';
import 'package:witsystem_device_manage/pages/home/share/ShortShareInfo.dart';
import 'package:witsystem_device_manage/pages/home/slock/SlcokHome.dart';
import 'package:witsystem_device_manage/pages/home/slock/card/AddCard.dart';
import 'package:witsystem_device_manage/pages/home/slock/card/CardList.dart';
import 'package:witsystem_device_manage/pages/home/slock/info/DeviceInfo.dart';
import 'package:witsystem_device_manage/pages/home/slock/mark/AddMark.dart';
import 'package:witsystem_device_manage/pages/home/slock/mark/MarkInfo.dart';
import 'package:witsystem_device_manage/pages/home/slock/mark/MarkList.dart';
import 'package:witsystem_device_manage/pages/home/slock/password/AddPassword.dart';
import 'package:witsystem_device_manage/pages/home/slock/password/PasswordInfo.dart';
import 'package:witsystem_device_manage/pages/home/slock/password/PasswordList.dart';
import 'package:witsystem_device_manage/pages/home/slock/record/LockRecord.dart';
import 'package:witsystem_device_manage/pages/home/slock/setup/SlockSetup.dart';
import 'package:witsystem_device_manage/pages/home/slock/setup/Volume.dart';
import 'package:witsystem_device_manage/pages/home/slock/widget/MarkWidget.dart';
import 'package:witsystem_device_manage/pages/home/slock/widget/UnlockWidget.dart';
import 'package:witsystem_device_manage/pages/home/userManage/UserManageItem.dart';
import 'package:witsystem_device_manage/pages/home/userManage/UserManageWidget.dart';
import 'package:witsystem_device_manage/pages/scan/ScanCode.dart';
import 'package:witsystem_device_manage/pages/widget/CustomFloatingActionButtonLocation.dart';
import 'package:witsystem_device_manage/pages/widget/FloatingActionButtonScaffold.dart';
import 'package:witsystem_device_manage/pages/widget/HomeListData.dart';
import 'package:witsystem_device_manage/pages/widget/HomeTemplet.dart';
import 'package:witsystem_device_manage/util/DeviceAuth.dart';
import 'package:witsystem_device_manage/util/DeviceInfoAuth.dart';
import 'package:witsystem_device_manage/witsystem_device_list_widget.dart';