Closed definitelyme closed 2 years ago
As a temporary workaround for anyone experiencing the same, put this
enough_platform_widgets:
git:
url: https://github.com/definitelyme/enough_platform_widgets.git
ref: deps-update
under the dependency_overrides section of pubspec.yaml
; until a fix is published on pub.dev.
published as version v0.5.0, thanks a lot, Brendan!!
In flutter version 3.0.0, both
FlatButton
andRaisedButton
were marked as deprecated and replaced withTextButton
andElevatedButton
. As of flutter 3.3.0, both classes have been completely removed. This change was also effected influtter_platform_widgets: ^2.0.0
, but trying to compile my application using the latest version ofenough_platform_widgets: ^0.4.0
, fails with the error below: