🐛 Fix platform specific captcha solution cause build failed.

This commit is contained in:
2025-03-23 16:47:06 +08:00
parent 9311bfc3b5
commit 6bcb658d44
5 changed files with 48 additions and 36 deletions

View File

@ -0,0 +1,3 @@
import 'package:flutter/foundation.dart' show kIsWeb;
export 'captcha_native.dart' if (kIsWeb) 'captcha_web.dart';