Klaus Jokisuo

Results 8 comments of 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); }); ``` ![image](https://user-images.githubusercontent.com/36441457/76393417-2d942700-637c-11ea-9d7f-751c6cd23444.png) Any tips?

@getBoolean Sadly I didn't. I moved into another project, and haven't used melos since then.

@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...