I have a project I built with Flutterflow and I intend on publishing this to the web on AWS.
I download the code and open a terminal window. here I use 'flutter build web' then it fails.
It first does the dependency check
"Got dependencies!
13 packages have newer versions incompatible with dependency constraints."
>>>This is followed by a long list of warnings and errors
>>>This is followed by a list of #'d throw exceptions and async suspensions
>>>Finally i get Exception: Failed to compile application for the Web.
I've tried using flutter pub outdated which only shows 3 things:
- google_fonts
-intl
-package_info_plus
I then update the google fonts but then the maps says the fonts are incompatable. This starts a looping cycle of flutter pub outdated >update yaml file, flutter pub clean, flutter pub get, flutter build web.