File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.2.8
2+ - Updated dependencies.
3+
14## 0.2.7
25- Fixed link.
36
Original file line number Diff line number Diff line change 11/// Provides an extension on [StringBuffer] with
22/// methods for converting objects to String literals enclosed by quotation
33/// marks.
4- library quote_buffer ;
4+ library ;
55
66export 'src/quote.dart' ;
Original file line number Diff line number Diff line change 11name : quote_buffer
22
3- description : Extension methods for transforming
4- objects and iterables into quoted strings and writing
5- them to a string buffer.
3+ description : Extension methods for transforming objects and iterables into
4+ quoted strings and writing them to a string buffer.
65
7- version : 0.2.7
6+ version : 0.2.8
87
98homepage : https://github.com/simphotonics/quote_buffer
109
1110environment :
1211 sdk : ' ^3.0.0'
1312
1413dev_dependencies :
15- lints : ^3 .0.0
16- test : ^1.25 .2
14+ lints : ^6 .0.0
15+ test : ^1.26 .2
You can’t perform that action at this time.
0 commit comments