- Aligns Dart and Flutter SDK constraints.
- Aligns Dart and Flutter SDK constraints.
- Updates minimum SDK version to Flutter 3.0.
- Updates README to reference correct URL.
- Updates README to link to API docs.
- Source moved to flutter/packages.
- Vertically center align the glyphs in the .ttf.
- Update README images
- Add README note that version 1.0.0 should be used until nnbd is on stable.
- Add Dart SDK constraint to make it compatible with null safety.
- Move to 1.0.0 and remove SDK version constraint since the font's codepoints are now fully compatible and missing glyphs are backfilled.
- dev.3's codepoints were off by 1. The previous "car" glyph was added but was not manually mapped to its previous codepoint.
- Serve icons map on GitHub Pages
- Auto width everything since not all SVGs have the same canvas.
- Add back missing icons from 0.1.3 not part of the new iOS icon repertoire to preserve backward compatibility.
- Duplicate codepoints for merged icons so they're addressable from different CupertinoIcons that have now merged.
- Add back 2 thicker chevrons for back/forward navigation.
- Updated font content to the iOS 13 system icons repertoire for use on Flutter SDK versions 1.22+.
- Updated 'chevron left' and 'chevron right' icons to match San Francisco font.
- Fix linter warning for missing lib/ folder.
- Constrain to Dart 2.
- Initial release.