Klaus Jokisuo
Klaus Jokisuo
@sosite I'm unable to produce coloring on Android Studio output. ```dart dartLog.Level.LEVELS.forEach((level) { developer.log('Test!', level: level.value); }); ```  Any tips?
@getBoolean Sadly I didn't. I moved into another project, and haven't used melos since then.
@TahaTesser Any news on this or some workaround?
@ramioooz You can use Padding to move the logo. ` Note: As per the Google Maps Platform Terms of Service, your application must not remove or obscure the Google logo...
Same for iOS 16.2 simulator. ``` Launching lib/main.dart on iPhone 16 Pro in debug mode... Running Xcode build... Xcode build done. 24.5s [ERROR:flutter/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.mm(129)] Could not register as server for FlutterDartVMServicePublisher,...
You can use `OverflowBox` to move Marker widgets off-screen.
@davidmorgan hey, a bit off-topic, but do you mind explaining the fine-grained dependencies? I've seen quite a lot of commits with the Fine tag. Thanks! Also keep up the good...
> It means that the analyzer tracks what were the inputs to each analysis result, so it only needs to recompute when an input changed instead of when any transitive...