liwe3 0.0.10 liwe3: ^0.0.10 copied to clipboard
The LiWE3 Official Flutter library
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add liwe3
With Flutter:
$ flutter pub add liwe3
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
liwe3: ^0.0.10
Alternatively, your editor might support dart pub get
or 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/components/button.dart';
import 'package:liwe3/components/dialog.dart';
import 'package:liwe3/components/input_text.dart';
import 'package:liwe3/components/tag_input.dart';
import 'package:liwe3/components/txt.dart';
import 'package:liwe3/stores/app.dart';
import 'package:liwe3/stores/theme.dart';
import 'package:liwe3/utils/api.dart';
import 'package:liwe3/utils/challenge.dart';
import 'package:liwe3/utils/conversions.dart';
import 'package:liwe3/utils/currency.dart';
import 'package:liwe3/utils/debug.dart';