nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
24 stars 4 forks source link

Migrate to applying Gradle plugins with the declarative plugins block #287

Open chornerman opened 6 months ago

chornerman commented 6 months ago

Why

If we run the project that is being generated from our template at the moment on Android, we will see the following warning. Hence, we need to migrate to applying Gradle plugins with the declarative plugins block following this document.

Screenshot 2567-05-13 at 18 03 59

Who Benefits?

Everyone