🐛 Fix captcha on web
This commit is contained in:
@ -1,3 +1 @@
|
||||
import 'package:flutter/foundation.dart' show kIsWeb;
|
||||
|
||||
export 'captcha_native.dart' if (kIsWeb) 'captcha_web.dart';
|
||||
export 'captcha_native.dart' if (dart.library.html) 'captcha_web.dart';
|
||||
|
Reference in New Issue
Block a user