File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 8.0.0] - 2024.05.13
2+
3+ - Update widgets for Material 3 (#50 ) (@Satsrag )
4+ - New tonal buttons (@Satsrag )
5+ - New ` MongolFilledButton ` widget (@Satsrag )
6+ - New ` MongolCheckboxListTile ` widget (@Satsrag )
7+ - New ` MongolRadioListTile ` widget (@Satsrag )
8+ - New ` MongolSwitchListTile ` widget (@Satsrag )
9+ - New ` MongolCheckedPopupMenuItem ` (@Satsrag )
10+ - Update for breaking change in Flutter 3.22
11+
112## [ 7.0.0] - 2023.12.27
213
314- Update APIs to match the Flutter 3.16 release. (#47 ) (with lots of help from @Satsrag )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import 'demos/resizable_text_demo.dart';
1818import 'demos/text_demo.dart' ;
1919import 'demos/text_span_demo.dart' ;
2020
21- const versionTitle = 'Flutter mongol package 7 .0.0' ;
21+ const versionTitle = 'Flutter mongol package 8 .0.0' ;
2222
2323void main () {
2424 runApp (const DemoApp ());
Original file line number Diff line number Diff line change 11name : mongol
22description : Flutter widget package for displaying and editing vertical Mongolian text.
33# When updating version, also update CHANGELOG.md and example/lib/main.dart
4- version : 7 .0.0
4+ version : 8 .0.0
55homepage : https://github.com/suragch/mongol
66topics :
77 - text
You can’t perform that action at this time.
0 commit comments