liwe3_flutter 0.0.1
liwe3_flutter: ^0.0.1 copied to clipboard
The LiWE3 Flutter library
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liwe3_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liwe3_flutter: ^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:liwe3_flutter/components/button.dart';
import 'package:liwe3_flutter/components/dialog.dart';
import 'package:liwe3_flutter/components/input_text.dart';
import 'package:liwe3_flutter/components/tag_input.dart';
import 'package:liwe3_flutter/main.dart';
import 'package:liwe3_flutter/stores/theme.dart';
import 'package:liwe3_flutter/utils/challenge.dart';
import 'package:liwe3_flutter/utils/currency.dart';
import 'package:liwe3_flutter/utils/debug.dart';