skip to Main Content

android studio not formatting dart code correctlly

I'm writing flutter app, and I have this block of dart code Widget launchScreen() { return Screen( child: Container( color: Colors.lightBlue, child: Center( child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ Container( height: 200, width: 200, child: Image.asset("resources/images/logo.png") ), ] ) )…

VIEW QUESTION

Facing the issue in pubspec.yaml – Shopify

When i integrate the library new_version: ^0.2.0 in the project after pub get i get this error - Because new_version >=0.0.7 depends on package_info_plus ^1.0.0 which depends on package_info_plus_platform_interface ^1.0.0, new_version >=0.0.7 requires package_info_plus_platform_interface ^1.0.0. And because package_info_plus_platform_interface >=1.0.0-nullsafety.1 depends…

VIEW QUESTION
Back To Top
Search