mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-18 18:13:46 +02:00
fix: update github action
This commit is contained in:
parent
f9525c60b5
commit
09b11dbbc7
2 changed files with 2 additions and 1 deletions
2
.github/workflows/melos-component-ci.yml
vendored
2
.github/workflows/melos-component-ci.yml
vendored
|
@ -11,4 +11,4 @@ jobs:
|
|||
secrets: inherit
|
||||
permissions: write-all
|
||||
with:
|
||||
flutter_version: 3.19.6
|
||||
flutter_version: 3.24
|
|
@ -141,6 +141,7 @@ class _HeartAnimationState extends State<HeartAnimation> {
|
|||
unawaited(
|
||||
Future.delayed(const Duration(milliseconds: 100)).then((value) async {
|
||||
active = widget.liked;
|
||||
// ignore: use_build_context_synchronously
|
||||
var navigator = Navigator.of(context);
|
||||
await Future.delayed(widget.duration);
|
||||
navigator.pop();
|
||||
|
|
Loading…
Reference in a new issue