witsystem_device_manage 0.1.4 copy "witsystem_device_manage: ^0.1.4" to clipboard
witsystem_device_manage: ^0.1.4 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.4

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/MyIntl.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/SlcokHome.dart';
import 'package:witsystem_device_manage/pages/widget/HomeListData.dart';
import 'package:witsystem_device_manage/pages/widget/HomeTemplet.dart';
import 'package:witsystem_device_manage/witsystem_device_list_widget.dart';