blockquote 0.0.1 copy "blockquote: ^0.0.1" to clipboard
blockquote: ^0.0.1 copied to clipboard

discontinued

Create HTML <blockquote/> widget in flutter

blockquote #

Pub

blockquote package helps you to create a <blockquote></blockquote> Widget.

Getting Started #

BlockQuote(
        child: Column(
          children: [
            Text(
              'Lorem ipsum dolor sit amet, is the best place to hide a text.',
              textAlign: TextAlign.justify,
            ),
            Text(
              '~ Change my mind!',
              textAlign: TextAlign.end,
            )
          ],
        ),
      ),

Add to pubspec #

blockquote: any

import in project #

import 'package:blockquote/blockquote.dart';

Arguments inputs if null / default to
blockColor Color [Theme]'s accentColor
blockWidth double 4
childPadding EdgeInsetsGeometry EdgeInsets.only(left: 15, top: 5, bottom: 5)
child Widget required / SizedBox.Shrink()
outerPadding EdgeInsetsGeometry EdgeInsets.symmetric(horizontal: 15)

More Quotes coming soon ! #

6
likes
30
pub points
21%
popularity

Publisher

unverified uploader

Create HTML <blockquote/> widget in flutter

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on blockquote