Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 28, 2024
1 parent 8a2a977 commit 6a4a928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion forui/lib/src/widgets/popover.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:forui/forui.dart';

import 'package:meta/meta.dart';

import 'package:forui/forui.dart';

/// A controller that controls whether a [FPopover] is shown or hidden.
final class FPopoverController extends ChangeNotifier {
static final _fadeTween = Tween<double>(begin: 0, end: 1);
Expand Down
4 changes: 1 addition & 3 deletions forui/test/src/widgets/popover/popover_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ void main() {
expect(find.text('follower'), findsNothing);
});

testWidgets('', (tester) async {

});
testWidgets('', (tester) async {});
});
}

0 comments on commit 6a4a928

Please sign in to comment.