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

not running #10

Open
ManasRanjan-create opened this issue Dec 12, 2022 · 2 comments
Open

not running #10

ManasRanjan-create opened this issue Dec 12, 2022 · 2 comments

Comments

@ManasRanjan-create
Copy link

there is a flutter and dart version upgrade issue i guess,

@akashmishra242
Copy link

akashmishra242 commented Dec 14, 2022

No, there is no flutter and dart version upgrade issue in the project, it's due to a package.

Reason of error :

The issue is due to "enough_gify_flutter" package whose last update was 9 month before and is using deprecated widgets.
thus, giving this type of error:

image

this is because some widgets such as FlatButton, RaisedButton etc is now deprecated and replaced by ElevatedButton and ElevatedButton...

image
https://docs.flutter.dev/release/breaking-changes/buttons#context

Solution :

Just remove the 'enough_gify_flutter' package and its relevent code everywhere in the project and it will work perfectly.

dear @RivaanRanawat kindly look into the matter and replace ''enough_gify_flutter'' package with other suitable package at pub.dev .

Regards,
Akash @akashmishra242

@ManasRanjan-create
Copy link
Author

ManasRanjan-create commented Dec 14, 2022 via email

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

No branches or pull requests

2 participants