Skip to content

Conversation

trdevendran
Copy link

This fix resolves the build error when uses both flutter_datetime_picker and intl libraries in a project. Class name is conflicting with DatePickerTheme between this library and material library.

Error: 'DatePickerTheme' is imported from both 'package:flutter/src/material/date_picker_theme.dart' and 'package:flutter_datetime_picker/src/datetime_picker_theme.dart'.
flutter_datetime_picker.dart:6
import 'package:flutter_datetime_picker/src/datetime_picker_theme.dart';
datetime_picker_theme.dart:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant