flutter-whatsapp-clone
flutter-whatsapp-clone copied to clipboard
not running
there is a flutter and dart version upgrade issue i guess,
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:
this is because some widgets such as FlatButton, RaisedButton etc is now deprecated and replaced by ElevatedButton and ElevatedButton...
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
Appreciate 🙌🙌
On Wed, 14 Dec, 2022, 11:48 pm Akash Mishra, @.***> wrote:
No, there is no flutter and dart version upgrade issue in the project, it's due 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: image] https://user-images.githubusercontent.com/91900783/207671894-f29f46ca-182a-4462-a637-0877dd287289.png
this is because some widgets such as FlatButton, RaisedButton https://api.flutter.dev/flutter/material/RaisedButton-class.html etc is now deprecated and replaced by ElevatedButton https://api.flutter.dev/flutter/material/ElevatedButton-class.html and ElevatedButton...
[image: image] https://user-images.githubusercontent.com/91900783/207672364-4c1bb497-9bc2-4b1e-8239-c47f51d60792.png 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 https://github.com/RivaanRanawat kindly look into the matter and replace ''enough_gify_flutter'' package with other suitable package at pub.dev http://url .
Regards, Akash @akashmishra242 https://github.com/akashmishra242
— Reply to this email directly, view it on GitHub https://github.com/RivaanRanawat/flutter-whatsapp-clone/issues/10#issuecomment-1351902503, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFRQ6DMWLDRWKVDONPH7UDWNIFPVANCNFSM6AAAAAAS32D6AU . You are receiving this because you authored the thread.Message ID: @.***>