Skip to content

Commit 7025bd3

Browse files
committed
Update: Info and link to the Flutter SDK superellipse shape
1 parent 167ed47 commit 7025bd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: Deploy
1616
on:
1717
push:
18-
branches: [none]
18+
branches: [master]
1919
paths-ignore:
2020
- "**.md"
2121
pull_request:

lib/app/models/shape_borders.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ enum ShapeBorders {
2424
roundedSuperellipseBorder(
2525
type: 'RoundedSuperellipse',
2626
shortName: 'RoundedSuperellipseBorder',
27-
from: 'Flutter SDK MASTER',
28-
url: 'https://main-api.flutter.dev/flutter/painting/RoundedSuperellipseBorder-class.html',
29-
describe: 'New super ellipse shape in Flutter.',
27+
from: 'Flutter SDK',
28+
url: 'https://api.flutter.dev/flutter/painting/RoundedSuperellipseBorder-class.html',
29+
describe: 'Superellipse shape in Flutter 3.32.0 and later.',
3030
icon: Icons.vignette_rounded,
3131
),
3232
continuous(

0 commit comments

Comments
 (0)