Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flutter-cupertino-date-picker
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
flutter-cupertino-date-picker
Commits
d267b018
Commit
d267b018
authored
Apr 01, 2021
by
Rizal Hermawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit
parent
541a1bdd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
lib/src/date_picker.dart
+1
-1
pubspec.yaml
+1
-0
No files found.
lib/src/date_picker.dart
View file @
d267b018
...
@@ -100,7 +100,7 @@ class DatePicker {
...
@@ -100,7 +100,7 @@ class DatePicker {
onCancel:
onCancel
,
onCancel:
onCancel
,
onChange:
onChange
,
onChange:
onChange
,
onConfirm:
onConfirm
,
onConfirm:
onConfirm
,
theme:
Theme
.
of
(
context
,
shadowThemeOnly:
true
),
theme:
Theme
.
of
(
context
),
barrierLabel:
barrierLabel:
MaterialLocalizations
.
of
(
context
).
modalBarrierDismissLabel
,
MaterialLocalizations
.
of
(
context
).
modalBarrierDismissLabel
,
minuteDivider:
minuteDivider
,
minuteDivider:
minuteDivider
,
...
...
pubspec.yaml
View file @
d267b018
...
@@ -3,6 +3,7 @@ description: Flutter cupertino date picker. Display DatePicker in iOS style. Sup
...
@@ -3,6 +3,7 @@ description: Flutter cupertino date picker. Display DatePicker in iOS style. Sup
version
:
1.0.26+2
version
:
1.0.26+2
author
:
Dylan Wu <dylanwuzh@gmail.com>
author
:
Dylan Wu <dylanwuzh@gmail.com>
homepage
:
https://github.com/wuzhendev/flutter-cupertino-date-picker
homepage
:
https://github.com/wuzhendev/flutter-cupertino-date-picker
publish_to
:
none
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