term_glyph 1.2.2
term_glyph: ^1.2.2 copied to clipboard
Useful Unicode glyphs and ASCII substitutes.
1.2.2 #
- Require Dart 3.1
- Move to
dart-lang/toolsmonorepo.
1.2.1 #
- Migrate to
package:lints. - Populate the pubspec
repositoryfield.
1.2.0 #
- Stable release for null safety.
- Update SDK constraints to
>=2.12.0-0 <3.0.0based on beta release guidelines.
1.1.0 #
-
Add a
GlyphSetclass that can be used to easily choose which set of glyphs to use for a particular chunk of code. -
Add
asciiGlyphs,unicodeGlyphs, andglyphsgetters that provide access toGlyphSets.
1.0.1 #
- Set max SDK version to
<3.0.0.
1.0.0 #
- Initial version.