tn_arenas 0.0.4
tn_arenas: ^0.0.4 copied to clipboard
这是一个tn的flutter库,里边封装了一些自己经常用到的方法
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tn_arenasThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tn_arenas: ^0.0.4Alternatively, 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:tn_arenas/tn_arenas.dart';