ZupIT/beagle

[Flutter] BeagleScreenRequest isn't defined

Closed this issue · 3 comments

I can't find screenRequest property in BeagleWidget, and BeagleScreenRequest also isn't defined :(

pubspec.yaml
sdk: ">=2.7.0 <3.0.0"

beagle: ^0.9.4-alpha
beagle_components: ^0.9.4-alpha

main.dart
image

Flutter doctor
[√] Flutter (Channel stable, 2.2.2, on Microsoft Windows [Version 10.0.18363.1316], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Chrome - develop for the web
[√] Android Studio (version 4.1.0)
[√] VS Code (version 1.62.0)
[!] Proxy Configuration
! NO_PROXY is not set
[√] Connected device (2 available)

image

Hello @gympro159. Thanks for your interest. We'll be looking into it asap.

@gympro159, can you please downgrade to version 0.9.2-alpha and try again? Versions 0.9.3 and 0.9.4 should not have been published yet, I'll try to remove these versions from pubdev and take a look into how it happenned.

In any case, we'll have a stable version with support for yoga (flex) layout before the end of the year. Stay tuned!

If you want to try the most recent version (not yet published), you can point the dependency to our GitHub project and use our sample as an example.

We do recommend the use of the published and documented version though.