aloisdeniel / aloisdeniel/figma_squircle
Affichage bizarre avec bouton
- Dominant language
- Dart
- Stars
- 163
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
J'ai utilisé votre package pour les smooth corners mais le rendu est bizarre quand le radius est élevé !
Il y a comme une espèce de pointe là où il ne faudrait avoir qu'un arrondi !

Un extrait de mon code:
import 'package:figma_squircle/figma_squircle.dart';
import 'package:auth_button_kit/auth_button_kit.dart';
AuthButton(
onPressed: (m) => print('pressed $m'),
brand: Method.google,
shape: SmoothRectangleBorder(
borderRadius: SmoothBorderRadius(
cornerRadius: 30,
cornerSmoothing: 1,
),
),
),
Merci par avance
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.