aloisdeniel / aloisdeniel/figma_squircle
Affichage bizarre avec bouton
- Ngôn ngữ chính
- Dart
- Star
- 163
- Fork
- 41
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.