Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dependencies issues and updated intl package version #435

Merged
merged 5 commits into from
Oct 18, 2023

Conversation

Nishant0073
Copy link
Contributor

@Nishant0073 Nishant0073 commented Oct 18, 2023

Facing too many error while setting up project due to package versions:

Because every version of flutter_localizations from sdk depends on intl 0.18.1 and friday depends on intl ^0.17.0, flutter_localizations from sdk is forbidden.
So, because friday depends on flutter_localizations from sdk, version solving failed.
exit code 1

Fixed some errors and need to change some plugins like DateTimePicker and charts flutter to alternatives.

DateTimePicker and charts_flutter plugins are discontinued, need to use another plugin for it.

Updated intl dependency to version 0.18.1
Replace plugin DateTimePicker with DateTimePickerSelector
Replace plugin charts_flutter with dchart

@avinashkranjan avinashkranjan linked an issue Oct 18, 2023 that may be closed by this pull request
4 tasks
Copy link
Owner

@avinashkranjan avinashkranjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.. Great Work @Nishant0073

@avinashkranjan avinashkranjan added Approved PR Approved and Ready to Merge HACKTOBERFEST-ACCEPTED labels Oct 18, 2023
@avinashkranjan avinashkranjan merged commit c4479a4 into avinashkranjan:main Oct 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved PR Approved and Ready to Merge HACKTOBERFEST-ACCEPTED
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Need to update dependencies.
2 participants