zwwhappy

Results 1 comments of zwwhappy

> I got same issue. For me, I edited the library directly. In flutter_datetime_picker.dart, add 'as' in the 'import'. > > `library flutter_datetime_picker;` `import 'package:flutter_datetime_picker/src/datetime_picker_theme.dart' as dpt;` > > Then,...