thingsboard / flutter_thingsboard_app

ThingsBoard Mobile Application
https://thingsboard.io/products/mobile/
BSD 3-Clause "New" or "Revised" License
208 stars 155 forks source link

I am not able to setup in my mac M1 . I have flutter 3 version. Plzz help me. I am getting a lot of errors #43

Closed amanat-2003 closed 5 months ago

amanat-2003 commented 11 months ago
                      ^

: Error: Required named parameter 'minScrollExtent' must be provided. scroll_metrics.dart:202 return FixedScrollMetrics( ^ : Context: Found this candidate, but the arguments don't match. scroll_metrics.dart:142 FixedScrollMetrics({ ^^^^^^^^^^^^^^^^^^ : Error: The method 'toMap' isn't defined for the class 'AxisDirection'. scroll_metrics.dart:218

ybeshkarov commented 5 months ago

Hello @amanat-2003!

Please try with the latest Flutter 3.19.0 • channel stable • https://github.com/flutter/flutter.git. And don't forget to run the commandsudo softwareupdate --install-rosetta --agree-to-license in your terminal according to Flutter documentation.

All works well for me.