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.
breaking_bad_quotes #
A Dart package which connects to https://breaking-bad-quotes.herokuapp.com and get the Breaking Bad quotes.
For details on API go to https://github.com/shevabam/breaking-bad-quotes.
This is an unofficial package for https://github.com/shevabam/breaking-bad-quotes. And I don't take any credit for the APIs related to https://github.com/shevabam/breaking-bad-quotes.
-
Add
breaking_bad_quotes: <version>
to the project. -
Add
import 'package:breaking_bad_quotes/breaking_bad_quotes.dart';
to start accessing the SDK features. -
Initialize the BreakingBadQuotes.
var breakingBadQuotes = BreakingBadQuotes();
- Start using the package to get single quotes or multiple.