packagetoken 0.0.1 copy "packagetoken: ^0.0.1" to clipboard
packagetoken: ^0.0.1 copied to clipboard

DashBoard ManKiBat

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add packagetoken

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

dependencies:
  packagetoken: ^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:packagetoken/cubit/DashCubit.dart';
import 'package:packagetoken/cubit/DashState.dart';
import 'package:packagetoken/network/ApiService.dart';
import 'package:packagetoken/network/ApiService.g.dart';
import 'package:packagetoken/network/Dashboard.dart';
import 'package:packagetoken/screen/Content.dart';
import 'package:packagetoken/screen/DashBoardScreen.dart';
import 'package:packagetoken/screen/MyButton.dart';
import 'package:packagetoken/screen/packagetoken.dart';
0
likes
100
pub points
26%
popularity

Publisher

unverified uploader

DashBoard ManKiBat

Documentation

API reference

License

unknown (LICENSE)

Dependencies

build, dio, flutter, flutter_bloc, flutter_svg, json_annotation, retrofit

More

Packages that depend on packagetoken