unpuber_web 0.0.1
unpuber_web: ^0.0.1 copied to clipboard
custom pub.flutter-io.cn server web page
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unpuber_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
unpuber_web: ^0.0.1
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:unpuber_web/extension/router.dart';
import 'package:unpuber_web/main.dart';
import 'package:unpuber_web/page/home/home.dart';
import 'package:unpuber_web/page/pkg/pkg.dart';
import 'package:unpuber_web/page/profile/profile.dart';
import 'package:unpuber_web/page/publisher/add_publisher.dart';
import 'package:unpuber_web/page/publisher/publisher.dart';
import 'package:unpuber_web/page/search/search.dart';