Skip to content

Commit

Permalink
Remove plugin definitions because wiredash has no native code
Browse files Browse the repository at this point in the history
The build error
Package wiredash:android references wiredash:android as the default plugin, but it does not provide an inline implementation.
Ask the maintainers of wiredash to either avoid referencing a default implementation via `platforms: android: default_package: wiredash` or add an inline implementation to wiredash via `platforms: android:` `pluginClass` or `dartPluginClass`.
  • Loading branch information
passsy committed Sep 16, 2024
1 parent 5fb4cfc commit 46c43f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
19 changes: 0 additions & 19 deletions macos/Classes/WiredashPlugin.swift

This file was deleted.

22 changes: 0 additions & 22 deletions macos/wiredash.podspec

This file was deleted.

15 changes: 0 additions & 15 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,6 @@ flutter:
assets:
- packages/wiredash/assets/images/logo_white.png

plugin:
platforms:
android:
default_package: wiredash
ios:
default_package: wiredash
linux:
default_package: wiredash
macos:
default_package: wiredash
web:
default_package: wiredash
windows:
default_package: wiredash

fonts:
- family: Inter
fonts:
Expand Down

0 comments on commit 46c43f7

Please sign in to comment.