9 questions
Filter
- 1 votes1 answers9 views
How can I remove the DEBUG ribbon from the application title?
Writing the first application using Flutter, wondering how to remove the DEBUG ribbon from the main window.
- 0 votes1 answers21 views
Can I make web with flutter ?
**Hello developer? Can I make web with flutter and how can we convert it to web language ?**
- 1 votes1 answers38 views
How to create snackbar in flutter?
How can I create a toast in flutter? Something like a notification window that appears from bottom?
- 0 votes0 answers25 views
Use native Google Account Picker with B2C
This is more an Azure B2C question than a flutter/android question: TLDR: How can I get a B2C JWT token 'eyJhbGciO...' with a Google access token 'ya29.Glss...'? We ...
- 1 votes1 answers817 views
Change the application launcher icon on Flutter
When I create an app with flutter create command, the flutter logo is used as an application icon for both platforms. If I want to change the app icon, shall I ...
- 3 votes3 answers3.9K views
Flutter SVG rendering
I tried adding an image with a SVG source to my flutter application. new AssetImage("assets/images/candle.svg")) But I didn't get any visual feedback. How can I ...
- 8 votes2 answers69 views
+0.5
How can I remove the debug banner in right top corner ?
When I'm doing screenshots via flutter screenshot, it's taking the debug banner also. How can I turn off the debug banner? Also, note that I get a message not supported ...
- 7 votes2 answers11.1K views
Can't run flutter project: No connected device
When I'm running flutter run, it says No connected devices. This is my output of flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] ...
- 4 votes1 answers902 views
How can I get keyboard keys codes ?
I'm trying to detect keys from the keyboard, especially symbol '@'. I don't need to get string value via TextField Widget onChange listener or use RawKeyboardListener ...