liwe3 0.0.7 copy "liwe3: ^0.0.7" to clipboard
liwe3: ^0.0.7 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.7

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/currency.dart';
import 'package:liwe3/utils/debug.dart';
0
likes
0
pub points
36%
popularity

Publisher

unverified uploader

The LiWE3 Official Flutter library

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, get

More

Packages that depend on liwe3