Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget Positioning #1155

Closed
EveMoraga opened this issue Aug 15, 2022 · 10 comments
Closed

Widget Positioning #1155

EveMoraga opened this issue Aug 15, 2022 · 10 comments

Comments

@EveMoraga
Copy link

The widget is always positioned at the top of the screen. Cover the App Bar. It even sits at the top, even if you put it in a Stack

@marcobraghim
Copy link

Same here, I just can't define the position of the map, how can I solve it?

Screenshot_20220817-090111

@marcobraghim
Copy link

The solution on the issue #1008 works for me

@mekkolodziejski
Copy link

error is in SdkVersion > 31. After updated widgets and flutter(dart) cannot compile < 33

@marcobraghim
Copy link

marcobraghim commented Aug 19, 2022

@mekkolodziejski

Could you please explain it with more details?

@mekkolodziejski
Copy link

compileSdkVersion 33 error //31 work

aaptOptions {
    noCompress 'tflite'
    noCompress 'lite'
}

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
    // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
    applicationId "com.captoo.business"
    minSdkVersion 25
    targetSdkVersion 33 error //31 work
    versionCode 1
    versionName "1.0.0"
}

@mekkolodziejski
Copy link

the only thing left to do without fun is to undo the dependencies and flutter to the working version for me is flutter 2.10.5 sdk 2.16.2

@marcobraghim
Copy link

@mekkolodziejski sadly it doesn't seem to be the issue. I'm already using the version 31...

@mekkolodziejski
Copy link

mekkolodziejski commented Aug 19, 2022

@marcobraghim
you have flutter 2.10.5 and dart 2.16.2?
mapbox_gl: ^0.15.0?

@marcobraghim
Copy link

marcobraghim commented Aug 19, 2022

@mekkolodziejski
Nop... Flutter 3 here... =/

@mvarendorff
Copy link

This was a bug in the Flutter engine currently powering the stable Flutter release. It's fixed on the Flutter beta channel. Related PR: flutter/engine#33599

Duplicate issue: #1146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants