diff --git a/docs/assets/AssetManifest.json b/docs/assets/AssetManifest.json index bea88a2..f41eb33 100644 --- a/docs/assets/AssetManifest.json +++ b/docs/assets/AssetManifest.json @@ -1 +1 @@ -{"packages/panache_core/logo.png":["packages/panache_core/lib/logo.png"]} \ No newline at end of file +{"packages/panache_ui/github.png":["packages/panache_ui/assets/github.png"],"packages/panache_core/logo.png":["packages/panache_core/lib/logo.png"]} \ No newline at end of file diff --git a/docs/assets/packages/panache_ui/assets/github.png b/docs/assets/packages/panache_ui/assets/github.png new file mode 100644 index 0000000..8b25551 Binary files /dev/null and b/docs/assets/packages/panache_ui/assets/github.png differ diff --git a/docs/index.html b/docs/index.html index b02111d..40aea8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,6 @@ rel="stylesheet"> - - diff --git a/panache_web/lib/src/web_link_service.dart b/panache_web/lib/src/web_link_service.dart index 1e9ab3a..49957c6 100644 --- a/panache_web/lib/src/web_link_service.dart +++ b/panache_web/lib/src/web_link_service.dart @@ -1,3 +1,4 @@ +// ignore: uri_does_not_exist import 'dart:html' as html; import 'package:panache_core/panache_core.dart'; diff --git a/panache_web/web/index.html b/panache_web/web/index.html index b02111d..40aea8f 100644 --- a/panache_web/web/index.html +++ b/panache_web/web/index.html @@ -7,7 +7,6 @@ rel="stylesheet">