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

A new Flutter package project to show cryptocurrency list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cryptocurrency

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

dependencies:
  cryptocurrency: ^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:cryptocurrency/assets/proj_string.dart';
import 'package:cryptocurrency/assets/proj_style.dart';
import 'package:cryptocurrency/config/constants.dart';
import 'package:cryptocurrency/crypto_currency_body.dart';
import 'package:cryptocurrency/crypto_currency_list_page.dart';
import 'package:cryptocurrency/model/coin.dart';
import 'package:cryptocurrency/model/coin_price_changes.dart';
import 'package:cryptocurrency/model/enums.dart';
import 'package:cryptocurrency/utils.dart';
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project to show cryptocurrency list.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, http

More

Packages that depend on cryptocurrency