Grzegorz Leoniec

Results 193 comments of Grzegorz Leoniec
trafficstars

> It is published already :) Just install it with package@beta I was searching it in the releases tab on GitHub and did not find it 🙈

`checkSummaryGrouping is not defined` is thrown when I want to get a summaryReport ```js client.summaryReport( { workspace_id, start_date, end_date }, (err, report) => { if (err) { reject(err); } else...

there is another package for that: https://pub.dev/packages/flutter_acrylic

@jinfagang just put a colored container in the wished spot!? So for a mac os style you would use transparent for the left and a colored container on the right...

@guoyanyunyan666 You could use a package like https://pub.dev/packages/desktop_multi_window

Hey @EdsonBueno would you mind merging that one? There are a lot of projects that need to patch that currently. Thanks in advance!

Will break with pre 3.0 projects. There is another official approach: https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0

Have the same issue, anyone any luck in dealing with it?

I solved it in my case by NOT calling `Map.dispose();` myself.