base_package 1.0.0 copy "base_package: ^1.0.0" to clipboard
base_package: ^1.0.0 copied to clipboard

outdated

A new Flutter package.封装了项目的框架(主要是网络框架、工具类),第一次写的package,作为学习用,后面做个玩安卓的客户端来测试使用以下

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_package

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  base_package: ^1.0.0

Alternatively, 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:base_package/base_package.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.封装了项目的框架(主要是网络框架、工具类),第一次写的package,作为学习用,后面做个玩安卓的客户端来测试使用以下

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on base_package