quotes_widget

Last updated:

0 purchases

quotes_widget Image
quotes_widget Images
Add to Cart

Description:

quotes widget

Quotes Widget #
QuotesWidget is a package used to display a random quote enclosed by a neumorphic container.

Getting Started #
Add this to your package's pubspec.yaml file
dependencies:
quotes_widget: ^0.0.2
copied to clipboard
Usage #
Next, you just have to import the package using:
import 'package:quotes_widget/quotes_widget.dart';
copied to clipboard
Widget build(BuildContext context) {
return QuotesWidget(
width: 300,
height: 200,
quoteFontSize: 21,
authorFontSize: 18,
),
}
copied to clipboard
Contributing #
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.