PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] How can i remove error from my flutter project?

 November 15, 2022     error-handling, flutter, project     No comments   

Issue

enter image description here

How to remove error that I have in my project, although the app work fine with me without any problem


Solution

This is not an error, this is just showing as error because you are working on a Flutter project. Flutter will never understand build.gradle file. That is why showing as error.

Open your andorid folder as separate project then the error will be gone.

or

Open build.grale file on the top of the file there is an option Open for Editing in Android Studio if you click this option the android module will open in separate window. Now also the error will be gone.

or

Tools -> Flutter -> Open Android Module in Android Studio. Now also the error will be gone.



Answered By - Anandh Krishnan
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing