dart_quote 0.0.2 copy "dart_quote: ^0.0.2" to clipboard
dart_quote: ^0.0.2 copied to clipboard

Creates quote widget or string

dart_quote is a simple dart package for wrapping a String with quote marks

Features #

There are two types of Quote Widgets here.

WidgetQuote & String Quote

WidgetQuote - Wrap a given text with Quote marks like a whole widget StringQuote - Wrap a give text with Quotes marks like String.

Getting started #

Easy to use as follows

import 'package:dart_quote/widget_quote.dart';

or 

import 'package:dart_quote/string_quote.dart';

Usage #

01. StringQuote
StringQuote(
      text: 'This is the sample text including Quotes.',
    ).quote()

02. WidgetQuote
WidgetQuote(
      text: 'This is the sample text including Quotes.',
    ).quote()
1
likes
130
points
35
downloads

Publisher

verified publisherappmarchsoftware.com

Weekly Downloads

Creates quote widget or string

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dart_quote