flutter_font_picker 0.4.0 flutter_font_picker: ^0.4.0 copied to clipboard
A Flutter widget that lets the user select a Google Font from a custom dropdown/screen.
0.4.0 #
- Fix: Update dependencies to be compatible with Flutter 3.
0.3.3 #
- Fix: Setting
initialFontFamily
now works (defaulted always to Roboto before).
0.3.2 #
- Fix: Font variants' text color is now set to derive from Theme's onPrimary color.
0.3.1 #
- Fix: Font categories' text color is now set to derive from Theme's onPrimary color (closes #1).
0.3.0 #
- Refactor implementation files in /src.
- Fix issue in example in iOS not rendering the FontPicker in the AlertDialog.
- Add library-level and API documentation.
0.2.1 #
- Fix hardcoded color values for dark themes.
0.2.0 #
- Expose models and constants to callers.
- Rename fromFontSpec constructor.
0.1.1 #
- Fix formatting.
0.1.0 #
- First working version.
- TODO: Basic fonts option (to be included in assets).
- TODO: Filter languages according to selected fonts on initialization.
- TODO: Implement favorites feature.