dart_quote is a simple dart package for wrapping a String with quote marks
Features
- String style, Quote style & padding is configurable.
Getting started
Easy to use as follows
const DartQuote(text: 'Quote Test')
Usage
Please check Example main.dart file
const like = 'sample';
Additional information
