You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't remove paddings between blocks (look at screen 1).
Also, margins has strange behavior (screen 2) - is too big. Different behaviors when I run from Run and Debug and when I run from terminal: flutter run -d chrome --web-renderer html. After deploy on Firebase my ui looks like on second screenshot.
Hi @Elevencode , currently, using HTML rendering on the web can lead to many strange issues. Considering maintainability, I do not plan to spend more time on compatibility with HTML mode for now.
The presence of padding in the code is because you added padding in the wrapper of PreConfig
Describe the bug
flutter run -d chrome --web-renderer html
. After deploy on Firebase my ui looks like on second screenshot.What I do wrong?
Screenshots
![image](https://private-user-images.githubusercontent.com/14857315/247454948-7590843d-9cb7-400b-88ef-592bfce54ed7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTczNjEsIm5iZiI6MTczOTYxNzA2MSwicGF0aCI6Ii8xNDg1NzMxNS8yNDc0NTQ5NDgtNzU5MDg0M2QtOWNiNy00MDBiLTg4ZWYtNTkyYmZjZTU0ZWQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEwNTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ5NjlhYjczMTgyMmRiZDAxMTUxY2VmZDE3NmNiNTYxODM5OGViYjg1NjE1ODhhZDFkOTllODQwZTM2NzgzOTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.k8MS2skAwr2qm6pRhewzOKTC9j44opwKgzwEqrrAbi4)
![image](https://private-user-images.githubusercontent.com/14857315/247458479-b4e8d927-89d9-46cf-ae12-a6a9a4692597.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTczNjEsIm5iZiI6MTczOTYxNzA2MSwicGF0aCI6Ii8xNDg1NzMxNS8yNDc0NTg0NzktYjRlOGQ5MjctODlkOS00NmNmLWFlMTItYTZhOWE0NjkyNTk3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEwNTc0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRmNzIyNGY5YjYyNmE2NDAzNTk4ZGVmYzI0NGE2YTY2NWZiNDk2NDllYzQxYjBlOWI2MTUxZmNlNWViZWYyODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.s6vyX2O6WV473VI9V25w7uE_kroIBG8JLdY2AKrfr40)
My code:
Environment(please complete the following information):
markdown_widget: ^2.2.0
Platform
Web
Source data
Please provide a minimal source data that can help locating the problem
The text was updated successfully, but these errors were encountered: