Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
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
abdullh.alsoleman
Front-End
Commits
cddd5524
Unverified
Commit
cddd5524
authored
Feb 23, 2022
by
Kate Lovett
Committed by
GitHub
Feb 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated DayPicker and MonthPicker (#98543)
parent
3f52d580
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
612 deletions
+2
-612
material.dart
packages/flutter/lib/material.dart
+0
-1
date_picker_deprecated.dart
...ages/flutter/lib/src/material/date_picker_deprecated.dart
+0
-609
material_localizations.dart
...ages/flutter/lib/src/material/material_localizations.dart
+2
-2
No files found.
packages/flutter/lib/material.dart
View file @
cddd5524
...
...
@@ -56,7 +56,6 @@ export 'src/material/data_table_source.dart';
export
'src/material/data_table_theme.dart'
;
export
'src/material/date.dart'
;
export
'src/material/date_picker.dart'
;
export
'src/material/date_picker_deprecated.dart'
;
export
'src/material/debug.dart'
;
export
'src/material/desktop_text_selection.dart'
;
export
'src/material/dialog.dart'
;
...
...
packages/flutter/lib/src/material/date_picker_deprecated.dart
deleted
100644 → 0
View file @
3f52d580
This diff is collapsed.
Click to expand it.
packages/flutter/lib/src/material/material_localizations.dart
View file @
cddd5524
...
...
@@ -96,10 +96,10 @@ abstract class MaterialLocalizations {
/// The tooltip for the more button on an overflowing text selection menu.
String
get
moreButtonTooltip
;
/// The tooltip for the [
Month
Picker]'s "next month" button.
/// The tooltip for the [
CalendarDate
Picker]'s "next month" button.
String
get
nextMonthTooltip
;
/// The tooltip for the [
Month
Picker]'s "previous month" button.
/// The tooltip for the [
CalendarDate
Picker]'s "previous month" button.
String
get
previousMonthTooltip
;
/// The tooltip for the [PaginatedDataTable]'s "first page" button.
...
...
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