Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
multi_select_flutter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dart-package
multi_select_flutter
Commits
10e78938
Commit
10e78938
authored
Nov 22, 2023
by
Rizal Hermawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to flutter version 3
parent
a863bcb9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
+1
-3
lib/bottom_sheet/multi_select_bottom_sheet.dart
+0
-1
lib/dialog/mult_select_dialog.dart
+0
-1
pubspec.yaml
+1
-1
No files found.
lib/bottom_sheet/multi_select_bottom_sheet.dart
View file @
10e78938
...
@@ -128,7 +128,6 @@ class _MultiSelectBottomSheetState<V> extends State<MultiSelectBottomSheet<V>> {
...
@@ -128,7 +128,6 @@ class _MultiSelectBottomSheetState<V> extends State<MultiSelectBottomSheet<V>> {
return
Theme
(
return
Theme
(
data:
ThemeData
(
data:
ThemeData
(
unselectedWidgetColor:
widget
.
unselectedColor
??
Colors
.
black54
,
unselectedWidgetColor:
widget
.
unselectedColor
??
Colors
.
black54
,
accentColor:
widget
.
selectedColor
??
Theme
.
of
(
context
).
primaryColor
,
),
),
child:
CheckboxListTile
(
child:
CheckboxListTile
(
checkColor:
widget
.
checkColor
,
checkColor:
widget
.
checkColor
,
...
...
lib/dialog/mult_select_dialog.dart
View file @
10e78938
...
@@ -122,7 +122,6 @@ class _MultiSelectDialogState<V> extends State<MultiSelectDialog<V>> {
...
@@ -122,7 +122,6 @@ class _MultiSelectDialogState<V> extends State<MultiSelectDialog<V>> {
return
Theme
(
return
Theme
(
data:
ThemeData
(
data:
ThemeData
(
unselectedWidgetColor:
widget
.
unselectedColor
??
Colors
.
black54
,
unselectedWidgetColor:
widget
.
unselectedColor
??
Colors
.
black54
,
accentColor:
widget
.
selectedColor
??
Theme
.
of
(
context
).
primaryColor
,
),
),
child:
CheckboxListTile
(
child:
CheckboxListTile
(
checkColor:
widget
.
checkColor
,
checkColor:
widget
.
checkColor
,
...
...
pubspec.yaml
View file @
10e78938
...
@@ -7,7 +7,7 @@ documentation: https://github.com/CHB61/flutter-multi-select
...
@@ -7,7 +7,7 @@ documentation: https://github.com/CHB61/flutter-multi-select
homepage
:
https://github.com/CHB61/flutter-multi-select
homepage
:
https://github.com/CHB61/flutter-multi-select
environment
:
environment
:
sdk
:
'
>=
2.12.0
<3
.0.0'
sdk
:
'
>=
3.2.0
<4
.0.0'
dependencies
:
dependencies
:
flutter
:
flutter
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment