Looking for ?

Translate

How to use '--warning-mode all' to show the individual deprecation warnings in flutter

 Hello folks, if you are facing and error during your project build which resulted that you are asked to use --warning-mode all  , The below is how you can add it.

Because once you add it, your can see the error immediately at the run time.


DO YOU NEED A WEBBSITE OF APP FOR YOUR BUSINESS,

CALL OR WHATSAPP WAKABIA ICT +2347063076212

Just create a file if not existed called gradle.properties in your root project:

root 
|--gradle.properties 
|--build.gradle 
|--app 
|----build.gradle


1.Then add inside that file:

org.gradle.warning.mode=all

2. Click on file on your android studio, click on settings, when opened, click on Compiler. At the Command-line options input field, enter the below code

--warning.mode=all


SHARE THIS POST

About Wakabia

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment