performance icon indicating copy to clipboard operation
performance copied to clipboard

Performance overlay for Flutter apps that works on web.

Results 3 performance issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/creativecreatorormaybenot/performance/issues/18 I used the fix recommended by the flutter team: https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0#your-code I also run `flutter pub get`, tell me if you want me to remove those changes

**Describe the bug** When running the tests, I get the warning: ```zsh ../../../.pub-cache/hosted/pub.dartlang.org/performance-0.1.0+1/lib/src/overlay.dart:223:22: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'...

Firstly, thanks for adding this package which is very useful when developing web apps. As the package hasn't been updated for a few years, I though it might be a...