- Require Dart 3.1
- Migrate to
package:lints
. - Populate the pubspec
repository
field.
- Stable release for null safety.
- Update SDK constraints to
>=2.12.0-0 <3.0.0
based on beta release guidelines.
-
Add a
GlyphSet
class that can be used to easily choose which set of glyphs to use for a particular chunk of code. -
Add
asciiGlyphs
,unicodeGlyphs
, andglyphs
getters that provide access toGlyphSet
s.
- Set max SDK version to
<3.0.0
.
- Initial version.