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

outdated

A Dart package which connects to https://breaking-bad-quotes.herokuapp.com and get the Breaking Bad quotes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add breaking_bad_quotes

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

dependencies:
  breaking_bad_quotes: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:breaking_bad_quotes/breaking_bad_quotes.dart';
1
likes
0
pub points
12%
popularity

Publisher

unverified uploader

A Dart package which connects to https://breaking-bad-quotes.herokuapp.com and get the Breaking Bad quotes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter_lints, http, logger

More

Packages that depend on breaking_bad_quotes