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

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

With Flutter:

 $ flutter 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.2

Alternatively, your editor might support dart pub get or flutter 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
120
pub points
0%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter_lints, http, logger

More

Packages that depend on breaking_bad_quotes