Unverified Commit cddd5524 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Remove deprecated DayPicker and MonthPicker (#98543)

parent 3f52d580
...@@ -56,7 +56,6 @@ export 'src/material/data_table_source.dart'; ...@@ -56,7 +56,6 @@ export 'src/material/data_table_source.dart';
export 'src/material/data_table_theme.dart'; export 'src/material/data_table_theme.dart';
export 'src/material/date.dart'; export 'src/material/date.dart';
export 'src/material/date_picker.dart'; export 'src/material/date_picker.dart';
export 'src/material/date_picker_deprecated.dart';
export 'src/material/debug.dart'; export 'src/material/debug.dart';
export 'src/material/desktop_text_selection.dart'; export 'src/material/desktop_text_selection.dart';
export 'src/material/dialog.dart'; export 'src/material/dialog.dart';
......
...@@ -96,10 +96,10 @@ abstract class MaterialLocalizations { ...@@ -96,10 +96,10 @@ abstract class MaterialLocalizations {
/// The tooltip for the more button on an overflowing text selection menu. /// The tooltip for the more button on an overflowing text selection menu.
String get moreButtonTooltip; String get moreButtonTooltip;
/// The tooltip for the [MonthPicker]'s "next month" button. /// The tooltip for the [CalendarDatePicker]'s "next month" button.
String get nextMonthTooltip; String get nextMonthTooltip;
/// The tooltip for the [MonthPicker]'s "previous month" button. /// The tooltip for the [CalendarDatePicker]'s "previous month" button.
String get previousMonthTooltip; String get previousMonthTooltip;
/// The tooltip for the [PaginatedDataTable]'s "first page" button. /// The tooltip for the [PaginatedDataTable]'s "first page" button.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment