breaking_bad_quotes 1.0.2 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';