device_manage 0.0.1
device_manage: ^0.0.1 copied to clipboard
A new Flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add device_manageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
device_manage: ^0.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:device_manage/assets/icons/WitsIcon.dart';
import 'package:device_manage/colors/ThemeColors.dart';
import 'package:device_manage/generated/intl/messages_all.dart';
import 'package:device_manage/generated/intl/messages_en.dart';
import 'package:device_manage/generated/intl/messages_zh_CN.dart';
import 'package:device_manage/generated/l10n.dart';
import 'package:device_manage/witsystem_theme_a.dart';