fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

编译出错 #30

Closed mengsiyitiaojie closed 3 years ago

mengsiyitiaojie commented 4 years ago

Compiler message: ../lib/src/flutter_sms_platform.dart:3:8: Error: Not found: 'dart:html' import 'dart:html' as html; ^ ../lib/src/flutter_sms_platform.dart:90:27: Error: Getter not found: 'window'. final _agent = html.window.navigator.userAgent; ^^^^^^

Compiler message: ../lib/src/flutter_sms_platform.dart:3:8: Error: Not found: 'dart:html' import 'dart:html' as html;

knyghtryda commented 4 years ago

see #23 for reason why. Short answer, either use 2.0.0+2 or merge in PR #25 to your own fork.

rodydavis commented 3 years ago

fixed on version 2.3.1 reopen if it is still an issue