parent
d59fbf1d90
commit
7374eee0a2
11 changed files with 86 additions and 36 deletions
@ -0,0 +1,15 @@ |
||||
// |
||||
// Generated file. Do not edit. |
||||
// |
||||
|
||||
// ignore_for_file: lines_longer_than_80_chars |
||||
|
||||
import 'package:url_launcher_web/url_launcher_web.dart'; |
||||
|
||||
import 'package:flutter_web_plugins/flutter_web_plugins.dart'; |
||||
|
||||
// ignore: public_member_api_docs |
||||
void registerPlugins(Registrar registrar) { |
||||
UrlLauncherPlugin.registerWith(registrar); |
||||
registrar.registerMessageHandler(); |
||||
} |
@ -0,0 +1 @@ |
||||
C:/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+3/ |
Loading…
Reference in new issue