Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pubspec and formatting.............
  • Loading branch information
LouiseHsu committed Dec 5, 2023
commit dae7b4d64fc3b512a01c9c91f403f2133546dfe2
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ class _MyHomePageState extends State<MyHomePage> {
intercepting: false,
child: ElevatedButton(
key: const Key('wrapped-transparent-button'),
child: const Text('Never calls onPressed transparent'),
child:
const Text('Never calls onPressed transparent'),
onPressed: () {
_clickedOn('wrapped-transparent-button');
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
pointer_interceptor_platform_interface: ^0.10.0
pointer_interceptor_web:
path: ../../pointer_interceptor_web
pointer_interceptor_platform_interface: ^0.10.0

dev_dependencies:
flutter_test:
Expand Down