File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : Run flutter test and analyze
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - uses : actions/setup-java@v4
2121 with :
2222 java-version : " 12.x"
Original file line number Diff line number Diff line change 1+ # 5.3.4
2+ - Fix deprecated member 'primary'
3+
4+ Thanks to [ NeroThroN] ( https://github.com/NeroThroN )
5+
16# 5.3.3
27- Remove self linter with ** flutter_lints**
38- Fix linter issues
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Follow these steps to use this package
4040
4141``` yaml
4242dependencies :
43- group_button : ^5.3.3
43+ group_button : ^5.3.4
4444` ` `
4545
4646### Add import package
Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ class GroupButtonItem extends StatelessWidget {
8888 onPressed: onPressed,
8989 style: ElevatedButton .styleFrom (
9090 elevation: elevation ?? 0.0 ,
91- // ignore: deprecated_member_use
92- primary: _getBackgroundColor (theme),
91+ backgroundColor: _getBackgroundColor (theme),
9392 shape: _buildShape (),
9493 padding: (width != null || height != null ) ? EdgeInsets .zero : null ,
9594 alignment: (width != null || height != null ) ? alignment : null ,
Original file line number Diff line number Diff line change 11name : group_button
22description : Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.
3- version : 5.3.3
3+ version : 5.3.4
44homepage : https://github.com/Frezyx/group_button
55repository : https://github.com/Frezyx/group_button
66issue_tracker : https://github.com/Frezyx/group_button
You can’t perform that action at this time.
0 commit comments