Skip to content

Commit

Permalink
fix: Make dependencies more compatible with user's packages
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Apr 15, 2024
1 parent bc82bac commit a2eaf20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/platform/fake/fake_platform_binding_delegate_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class _FakeNativeBindingDelegateMessenger implements CallApiRecorderInterface {
}

class FakeNativeBindingDelegate extends PlatformBindingsDelegateInterface {
// ignore: library_private_types_in_public_api
FakeNativeBindingDelegate(this.messenger);

// ignore: library_private_types_in_public_api
Expand Down

0 comments on commit a2eaf20

Please sign in to comment.