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

outdated

A new Flutter project.

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.1.7

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/options/MoreOptions.dart';
import 'package:witsystem_device_manage/pages/home/share/DeviceShare.dart';
import 'package:witsystem_device_manage/pages/home/share/ShareType.dart';
import 'package:witsystem_device_manage/pages/home/slock/SlcokHome.dart';
import 'package:witsystem_device_manage/pages/home/slock/record/LockRecord.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/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/witsystem_device_list_widget.dart';