You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to have a circular PencilKit by wrapping it into a card with a CircleBorder shape, but the background and drawing area extends slightly beyond the limits of the border of the shape and I don't understand why.
This could be linked to Flutter itself having a hard time clipping native views, but I don't know.
Also note that I have tried many combinations of wrapping PencilKit or the Card itself into ClipOvals, with or without custom clippers, to no avail.
(base) ~/dev/flutter-pencilkit git:[main]
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.2 24C101 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Android Studio (version 2024.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.3.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.3.1)
[✓] VS Code (version 1.96.0)
[✓] Connected device (5 available)
! Error: Browsing on the local area network for iPhone de Sebastien. Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network
as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
Build type
Debug mode
Device
iPad Readl device
Device model
iPad Pro (12.9-inch) (5th generation)
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered:
Description
I am trying to have a circular PencilKit by wrapping it into a card with a CircleBorder shape, but the background and drawing area extends slightly beyond the limits of the border of the shape and I don't understand why.
This could be linked to Flutter itself having a hard time clipping native views, but I don't know.
Also note that I have tried many combinations of wrapping PencilKit or the Card itself into ClipOvals, with or without custom clippers, to no avail.
Steps to reproduce
Snack or a link to a repository
https://github.com/sarbogast/flutter-pencilkit
package version
2.1.0
Flutter Doctor Output
(base) ~/dev/flutter-pencilkit git:[main]
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.5, on macOS 15.2 24C101 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.2)
[✓] Android Studio (version 2024.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.3.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.3.1)
[✓] VS Code (version 1.96.0)
[✓] Connected device (5 available)
! Error: Browsing on the local area network for iPhone de Sebastien. Ensure the device is unlocked and attached with a cable or associated with the same local
area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
! Error: Browsing on the local area network for iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network
as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
Build type
Debug mode
Device
iPad Readl device
Device model
iPad Pro (12.9-inch) (5th generation)
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: