🐛 Fix captcha on web

This commit is contained in:
2025-04-03 00:14:11 +08:00
parent 4c9f3e799b
commit f311c1898c
3 changed files with 8 additions and 8 deletions

View File

@ -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';