Skip to content

Commit

Permalink
Forcing error to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
intervall-peter committed Jul 22, 2023
1 parent 70b697e commit f29bbea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/fade_page_route.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flutter/material.dart';

class FadeRoute extends PageRouteBuilder {
FadeRoute({required this.page})
: super(
pageBuilder: (_, __, ___) => page,
transitionsBuilder: (_, animation, __, child) => FadeTransition(
Expand Down

0 comments on commit f29bbea

Please sign in to comment.