JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

error when build in ios #25

Closed eggysudianto closed 2 years ago

eggysudianto commented 2 years ago

Showing All Messages ../../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_styled_toast-2.1.3/lib/src/styled_toast.dart:497:63: Error: Property 'window' cannot be accessed on 'WidgetsBinding?' because it is potentially null

flutter 2.10.5 dart 2.16.2

JackJonson commented 2 years ago

Upgrading to flutter 3.0.0.

Urvish24 commented 2 years ago

is there any alternative solution?

JackJonson commented 2 years ago

@Urvish24 flutter_styled_toast: ^2.0.0

moradiyajay commented 2 years ago

@Urvish24 flutter_styled_toast: ^2.0.0

flutter_styled_toast: 2.0.0 Works for me