rect_getter
rect_getter copied to clipboard
Getting error because GlobalKey<_RectGetterState> uses private type
trafficstars
I see the following error because I can't specify type of created global key:

Show me your flutter doctor info pls :)
Here it is:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale en-DE)
[!] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS
[✓] Android Studio (version 4.1)
[✓] Connected device (1 available)
! Error: Starlink is not connected. Xcode will continue when Starlink is connected. (code
-13)
Here it is:
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.5.3, on macOS 11.6 20G165 darwin-x64, locale en-DE) [!] Android toolchain - develop for Android devices (Android SDK version 31.0.0) ✗ cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest"` See https://developer.android.com/studio/command-line for more details. ✗ Android license status unknown. Run `flutter doctor --android-licenses` to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/macos#android-setup for more details. [✓] Xcode - develop for iOS and macOS [✓] Android Studio (version 4.1) [✓] Connected device (1 available) ! Error: Starlink is not connected. Xcode will continue when Starlink is connected. (code -13)
Did you add strong-mode: implicit-casts: false in analysis_options.yaml ?

Well, I got the same error after configuring this option. I will update it later.