Skip to content

'DateUtils' is imported from both #43

@UjjawalPanchal

Description

@UjjawalPanchal

I am getting this error,

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
startDate = DateUtils.getFirstDayOfCurrentMonth();

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
endDate = DateUtils.toMidnight(endDate);

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
return DateUtils.isSameDay(selectedSingleDate, date);

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
var lastDayOfMonth = DateUtils.getLastDayOfMonth(widget.startDate);

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
bool isToday = DateUtils.isToday(date);

Error: 'DateUtils' is imported from both 'package:calendarro/date_utils.dart' and 'package:flutter/src/material/date.dart'.
bool isToday = DateUtils.isToday(date);

Can anyone help me with this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions