-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your issue
The project has a lot of deprecated dependencies and also it is not building for the flutter version of flutter's stable channel (i.e. currently 3.29.0).
The gradle files are using deprecated imperative apply of Flutter's Gradle plugins instead of declarative plugins block. (deprecated since flutter version 3.16.0 as seen here).
Steps to reproduce
Just build the project with flutter version 3.29.0.
What was the expected result?
There are two possibilities:
- Either convert the project to DSL gradle and make it support the updated versions of flutter.
- Mention the supported flutter version in pubspec.yaml
Put here any screenshots or videos (optional)
How can we contact you (optional)
I have started a chat in your zulip channel.
Would you like to work on this issue?
Yes
By submitting this issue, I have confirmed that:
- I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working