Explorar o código

fix: DiagnosticableMixin not found

Artyom Sasin %!s(int64=5) %!d(string=hai) anos
pai
achega
7935ca4ad8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/src/datetime_picker_theme.dart

+ 1 - 1
lib/src/datetime_picker_theme.dart

@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
 
 // Migrate DiagnosticableMixin to Diagnosticable until
 // https://github.com/flutter/flutter/pull/51495 makes it into stable (v1.15.21)
-class DatePickerTheme with DiagnosticableMixin {
+class DatePickerTheme with Diagnosticable {
   final TextStyle cancelStyle;
   final TextStyle doneStyle;
   final TextStyle itemStyle;