repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
the theme color be display wrong
Invalid
step to reproduce 1 create a new flutter project with android studio 2 run the android emulator I use pixel 3a api 34 and pixel2 3 change the seedcolor color deeppurple to seedcolor color black flutter color issue expect result the expect result be that the col...
flutterflutter
develop flutter io plugin specify source for instal third party library in the podspec file
Invalid
step to reproduce I need to develop a flutter plugin that require third party librarie the installation method for the third party library be as follow and require specify the source source source pod ad cn 5 6 1 1 the podspec file for the plugin project s ios part be as follow ...
flutterflutter
in app purchase unsubscribe
Duplicate
use case how do I cancel my subscription I have a function to upgrade to a lifetime membership but this lifetime sku be consumable when a user purchase a lifetime membership the user s subscription need to be cancel how to implement this function proposal how do I cancel my subscription I hav...
flutterflutter
ios whole app screen glitch when show cupertinodatepicker
Duplicate
step to reproduce 1 show cupertinodatepicker with showmodalbottomsheet 2 scroll bottomsheet or scroll date in picker ui expect result no glitch anywhere on the screen actual result the whole screen be cover with glitch include the bottomsheet content and the screen under it where ...
flutterflutter
try run test of step 02 firebase get to know flutter codelab on mobile emulator android with android studio much breakage
Invalid
lib main dart 127 7 error app be already declare in this scope class app extend statelesswidget lib main dart 26 7 context previous declaration of app class app extend statelesswidget lib app state dart 7 8 error error when read lib firebase option dart t...
flutterflutter
android prompt when unable to install the apk due to conflict
Duplicate
use case when the apk fail to be instal on the target device flutter tool will try to uninstall without ask or wait for input this often lead to unexpected state datum loss to the developer it would be fascinating to prompt before we perform the uninstall action proposal this be how android projec...
flutterflutter
error after update to flutter 3 19 2
Invalid
step to reproduce after I run flutter upgrade then run flutter pub get I find this error note file be pin to version 7 0 0 by integration test from the flutter sdk see for detail because every version of integration test from sdk depend on file 7 0 0 and dart code metric 3 0 0 nullsafet...
flutterflutter
flutter as a platform for build cross vr experience
Invalid
use case I be watch the video and the lady be talk about her company build an sdk for build vr experience across platform they fail because they be too early it get I think why can t flutter enable this since it s build to work across platform proposal the idea be that flutter a vr app fr...
flutterflutter
error when combine scrolling and pull to refresh in debug
Duplicate
step to reproduce 1 pull for a pull to refresh and scroll the content at the same time watch the video and the sample code 2 it be necessary to repeat the step until the error occur 3 perhaps the error be relate to closed issue expect result no error actual result error the f...
flutterflutter
material menu anchor dart tab focus stop at submenubutton
Duplicate
step to reproduce open the menu focus first item then try tab focus through all item expect result should be able to tab to the end of the menu actual result tab focus get trap between the submenubutton code sample code sample dart import package flutter mat...
flutterflutter
package two dimensional scrollable error leadingxindex null be not true
Duplicate
step to reproduce run the two dimensional scrollable example target macos expect result shouldn t throw an error when overscrolle actual result throw an error when overscrolle code sample code sample this be just a copy of the two dimensional scrollable example ...
flutterflutter
popscope canpop doesn t work
Invalid
step to reproduce I m use an android phone it can pop by swipe up from the left bottom edge of the screen in old version of flutter with willpopscope I can disable that action in flutter 3 19 use popscope and set canpop false I can still pop by swipe gesture here my code ...
flutterflutter
multiple widget use the same globalkey with nest navigator inside widget
Invalid
step to reproduce put a navigator inside a widget and then push a route use it s key check code below expect result new push route should only fill a part of the screen as it s a nest navigator and the error should not appear check attach screenshot to see what I want to achieve actual resu...
flutterflutter
build for window fail with lnk2001 unresolved external symbol and more error
Invalid
step to reproduce create a simple project use visual code flutter extension such as the first flutter app namer app codelab and make sure to save it on a different device than the device visual studio window sdk be instal on click on run above the main declaration in the vscode pr...
flutterflutter
future behaviour different on web platform
Invalid
I have a question regard future in flutter web vs mobile we have a fully work app that be currently build for mobile desktop platform in it we have very large set of datum that we fetch from an api as a future and then store in a class here be how it typically look on mobile dart if response...
flutterflutter
package or feature to convert string to raw code
Invalid
use case we can use a cloud database to store the code for a page in string format ie row child container this can then be use in a flutter project to be able to make change without have to publish change we only need a function that convert a container from string to a raw runnable code ...
flutterflutter
not able to write a file image video on android medium and uninstalle the application be not be clear
Invalid
use case want to write all datum in android medium com example app than android datum proposal not able to write a file image video on android medium while instal be add to the android datum but I need to install on the android medium for insert the file and uninstalle the applicati...
flutterflutter
interactive example inside the documentation take long to run
Invalid
use case for the most common widget in the documentation page that describe it be present one or more dartpad snippet but often the preview take a considerable amount of time to get ready and even sometimes don t show at all proposal in my opinion at the beginning reader would like t...
flutterflutter
support the gap property
Invalid
use case the gap property be one of the great property to be add to css in the last decade and go hand in hand with flex layout not have it be jar to web developer and solution like sizebox in between feel ugly verbose and primitive the whole point of gap be that you don t have to check the i...
flutterflutter
strange behavior when press pageup pagedown button in textfield when there be r
Duplicate
step to reproduce 1 create an empty flutter project 2 use below code 3 paste a text which contain an r character the text should be enough long 4 focus on the text field and press button repeat expect result the cursor and viewport behave correctly actual result the ...
flutterflutter
bug in absorbimpact of stretch overscroll
Invalid
I have a question regard this absorbimpact function file package flutter lib src widget overscroll indicator dart dart handle a fling to the edge of the viewport at a particular velocity the velocity must be positive void absorbimpact double velocity double totaloverscro...
flutterflutter
go router parent route be build when navigate to subroute
Duplicate
step to reproduce 1 direct to sub route from parent route 2 parent route s builder function be call expect result only the current route be build actual result parent route s builder function be call code sample main dart dart import package flutter material dart impo...
flutterflutter
look up deactivate widget s ancestor be unsafe
Invalid
screenshot from 2024 02 28 10 30 21
flutterflutter
scrolling get stuck in weird loop
Invalid
step to reproduce create a listview and display a bunch of item integrate firebase in to your project use streambuilder on each item to show or hide item delete an item from another device or from firebase db directly expect result scroll listview should work normally and take user to the t...
flutterflutter
add one switch to webview flutter to control whether it be interactive or not
Invalid
use case when use webview flutter in web we can t interact with the area of flutter that on top of webview so we need to use pointerinterceptor as talk in issuecomment 1965628862 but I think webview flutter should have a switch to control interactive it self and when it be not interactive engin...
flutterflutter
when be there plan to support multi window on the desktop
Duplicate
use case when be there plan to support multi window on the desktop proposal when be there plan to support multi window on the desktop
flutterflutter
target debug unpack io fail exception binary
Duplicate
step to reproduce 1 flutter create my flutter app 2 cd my flutter app 3 flutter run v expect result can run normally on iphone 14 pro max simulator this empty project although it can not run on the simulator run fine on a real device quite strange actual re...
flutterflutter
get platform exception error flutter runtime dart vm initializer cc 41 unhandled exception platformexception null error host platform return null value for non null return value null null e flutter 28941 0
Invalid
step to reproduce the error I get on debug console d fluttergeolocator 3804 flutter engine connect connect engine count 1 e flutter 3804 error flutter runtime dart vm initializer cc 41 unhandled exception platformexception null error host platform return null value for non nul...
flutterflutter
hapticfeedback not work on android samsung galaxy a52s 5 g android 14
Duplicate
step to reproduce add the following to a button on press or a gesture detector on tap wrap any element hapticfeedback heavyimpact not work hapticfeedback mediumimpact not work hapticfeedback lightimpact not work hapticfeedback selectionclick not work hapticfeedback vi...
flutterflutter
lint unreachable from main have false positive with typedef
Invalid
step to reproduce turn on the lint yaml linter rule unreachable from main true define a typedef for a widget and use it inside main dart void main runapp const myapp typedef myapp materialapp expect result no lint warning as I m use ...
flutterflutter
fail assertion line 5200 pos 16 owner debugcurrentbuildtarget this be not true
Invalid
step to reproduce sample dart import package flutter material dart import package news feed screen page head line page dart import package news feed screen page news list page dart class homescreen extend statefulwidget const homescreen super key override sta...
flutterflutter
set pub cache path environment fail
Invalid
step to reproduce 1 download flutter sdk 2 execute command flutter doctor v success 3 change environment variable pub cache flutter root path ref the system package cache 4 then flutter command flutter doctor v fail actual result yujz download xxx flutter...
flutterflutter
can not type in dialog
Invalid
note I do a flutter upgrade from 3 19 1 from 3 19 0 reran and it work step to reproduce 1 start flutter app in intellij not debug 2 show dialog for text entry 3 receive stack trace of error expect result ability to enter text in text field actual result nothing ...
flutterflutter
platform script be return a bad non existent file
Duplicate
migrate from dart repository to flutter repository step to reproduce dart static void testdir final scriptfile file platform script path debug script path scriptfile path debug exist scriptfile existssync expect result ...
flutterflutter
firebase core web 2 11 4 method not find after upgrade
Invalid
step to reproduce I have those dependency of firebase firebase core 2 25 4 firebase crashlytic 3 4 15 firebase message 14 7 16 and current flutter version be 3 19 1 when I run it by command flutter run d chrome expect result I expect to run norm...
flutterflutter
update intl library in flutter localization
Duplicate
step to reproduce I want to update intl 0 18 1 to intl 0 19 0 but I can not do that because flutter localization contain 0 18 1 version expect result 1 actual result note intl be pin to version 0 18 1 by flutter localization from the flutter sdk because klp depend on flutter localiza...
flutterflutter
unable to use identity server 4 in flutter web
Invalid
step to reproduce unable to use any api method in identity server 4 in web expect result I should get the response as per the request it be work fine in angular and net project actual result same code sample code sample dart paste your code here screensho...
flutterflutter
lexical or preprocessor issue onesignal onesignal h file not find
Invalid
step to reproduce xcode version 15 2 flutter 3 16 9 on macos 14 3 1 23d60 darwin arm64 macos 14 3 1 m1 pro onesignal flutter 3 5 2 I have try with the late version as well face same issue 1 create flutter project 2 add onesignal flutter late version 3 run on io simulator 15pr...
flutterflutter
tool crash processexception bad cpu type in executable command user vinaypratapsingh sdk flutter bin cache artifact engine darwin x64 impellerc os error code 86
Invalid
co
flutterflutter
flutter web throw an error when load jpeg network image
Duplicate
step to reproduce intel mac use chrome loading jpeg image with image network result in an error expect result show the pic actual result screen white code sample code sample dart image network xxx jpeg screenshot or video screenshot video demonstration ...
flutterflutter
be there a way to get the past purchase whether they be pende successful fail or cancel in io for consumable
Duplicate
use case I want to be able to handle the situation where the user already pay for the consumable but before the completepurchase function be call the app close I notice from the documentation that if the completepurchase have not be call after 3 day for a purchase then the user will be refund then be t...
flutterflutter
impeller regression text foreground paint not render correctly
Duplicate
step to reproduce add an outline stroke to make text thick the outer stroke win t be place correctly around the inner text we use this trick as a workaround to we notice this regression with recent version of impeller on master 3 20 0 7 0 pre 17 see pic below test on iphone 13 pro io 17 2 1 ...
flutterflutter
link fatal error lnk1104 can not open file atls lib
Invalid
app run perfectly in web issue come up only in window step to reproduce 1 flutter run 2 choose window actual result screenshot 679 log log console connect device window desktop window window x64 microsoft windows version 10 0 22000 ...
flutterflutter
ios flutter plugin bring in old version of libwebp 1 2 4 which have cve exploit
Invalid
step to reproduce apology if this be not a bug I don t see anywhere that a specific version of libwebp be be bring in as a dependency 1 create new project use 3 19 1 flutter create test 2 add plugin dependency flutter image compress common 1 0 3 3 build for io flutter build io 4 ...
flutterflutter
tool crash socketexception write fail os error o pipe est sendo fechado errno 232
Duplicate
command flutter run machine start pause d 0080394598 devtool server address target c user pc lucas e nathalia desktop lucas diamondsolution curriculum front lib main dart step to reproduce 1 2 3 log socketexception write fail os error o pipe es...
flutterflutter
websocket be not connect
Invalid
step to reproduce here be my code snippet websocketchannel connect uri parse wsurl upoun debge websocket impl dart I find these value nonce ckpaqxx7w6rezh3smwpaya accept kfh9qismvzcl6xepyxphzw8sz8w expect result it should compare accept and nonce and return true as it be conne...
flutterflutter
flutter doctor output nothing
Duplicate
windows11 23h2 22631 2861 step to reproduce 1 download flutter window 3 19 1 stable zip from 2 unzip flutter window 3 19 1 stable zip to d tool flutter 3 config system environment variable path add d tool flutter bin flutter storage base url pub host url https pub f...
flutterflutter
web try to use the project I build with flutter in an html css file
Invalid
do before I create flutter element embed without any problem by build the flutter project with flutter build web and open a file call flutter in a new html css project and copy the build file there the code I use here be as follow in index html at problem what I m try to do now be to...
flutterflutter
incompatible module in window
Invalid
step to reproduce when you compile in window if you use different module but in this module have same variable name I think cmake mixs variable I ve open a case with more detail expect result if I set variable in cmakelist txt the variable must be isolate actual result when you la...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter no color attach machine device i d 10ac560sra0014 m lib main dart step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter complete dart async future impl dart 43 31 1 flutterdev...
flutterflutter
12k open issue go back to 2015 move to other platform people
Invalid
step to reproduce step to reproduce uninstall flutter when a simple feature as an autocomplete do not work infinite width issue and keyboard arrow and selection and the bug be open 3 year ago and still not fix it be time to move to another platform this will be my last project with this dumpster ...
flutterflutter
flutter be break wreck full of misbehave widget and hack move to other platform
Invalid
step to reproduce step to reproduce 1 uninstall flutter when a simple feature as an autocomplete do not work infinite width issue and keyboard arrow and selection and the bug be open 3 year ago and still not fix it be time to move to another platform this will be my last project with this dumps...
flutterflutter
why const myapp super key in my code be error flutter
Invalid
dart import package flutter material dart import package mn 651413018 menu dart import package mn 651413018 gpstracke dart void main runapp const myapp class myapp extend statelesswidget const myapp super key this widget be the root of your application ...
flutterflutter
error load local h5 resource use flutter plugin webview flutter
Invalid
step to reproduce future onloadflutterassetexample return webviewcontroller loadflutterasset asset www index html return webviewcontroller loadflutterasset asset www index html theme day appversion 9 80 platform android expect result webviewcontroller loadflutterasset ...
flutterflutter
last character not show when type password obscure on io only
Duplicate
step to reproduce create default project create textfield set obscure to true run on io type anything you ll notice that the last character be not display when you type your password be this the expect behavior on io expect result I be expect it to behave as usual on mobile ...
flutterflutter
I find that when I add a package to the yaml file if the source code of the package do not include an ios folder or an android folder I could not add the package to the ios project via pod same for android
Invalid
step to reproduce flutter pub get cd ios pod install actual result I find that when I add a package to the yaml file if the source code of the package do not include an ios folder or an android folder I could not add the package to the ios project via pod same for android log log ...
flutterflutter
the process below the print statement be not execute after click the submit button
Invalid
step to reproduce I want to store datum in firestore and route to the previous page when the submit button be press but need to make sure it return a print statement before the navigate action code sample code sample dart elevatedbutton ...
flutterflutter
platformview android unexpected behavior when embed an android surfaceview
Duplicate
step to reproduce expect result ui render normal actual result ui error code sample code sample dart paste your code here my app zip screenshot or video screenshot video demonstration upload medium here log l...
flutterflutter
platformexception videoerror fail to load video operation stop null null on io
Duplicate
step to reproduce 1 add video as xfile use imagepicker pickvideo source imagesource gallery and explicitly add mimetype to it 2 upload video on my own server 3 open window with video in my app use video player and chewie on android it work fine I also try to use a link t...
flutterflutter
tap on a textfield that have an active obscuretext will automatically repeat the insertion and deletion of single byte space
Duplicate
step to reproduce tap the next textfield const textfield obscuretext true keyboardtype textinputtype visiblepassword expect result textfield become active and any string of text can be enter from the keyboard actual result automatically insert and remove si...
flutterflutter
jbl club 700bt graphiceq 1 txt
Invalid
jbl club 700bt graphiceq 1 txt
flutterflutter
flutter need a multi platform nosql local database write in dart
Invalid
use case as flutter be multi platform we need a nosql database in dart which can support any platfrom proposal need a local nosql database in pure dart so that it support all platfrom
flutterflutter
dart ffi question
Invalid
step to reproduce code expect result len be right but code name exchange be wrong actual result dart can read name correctly code sample code sample dart datatransffi dart import dart ffi import package ffi ffi dart import generate bindi...
flutterflutter
the table cell merging
Invalid
use case please support table and cell merging proposal please support table and cell merging
flutterflutter
flutter 3 16 9 textfield magnifier break when use canrequestfocus
Duplicate
step to reproduce present on both platform android ios 1 create a simple textfield with the code provide in the code sample 2 try to magnify the text inside the textfield on both platform expect result the magnifier s overlay entry should disappear and not be blend into the screen ...
flutterflutter
firebasemessage disablenetwork and enablenetwork
Invalid
use case for my app which completely rely on firebase fcm service to function when the internet connection be intermittent firebase messaging have a delay of couple of minute to get to receive message again which make my app completely useless I already ask a question about this with no answer ...
flutterflutter
can not pick image on io
Invalid
what package do this bug report belong to image picker what target platform be you see this bug on io have you already upgrade your package yes dependency version pubspec lock lock paste file content here work on iphonex with io 16 7 4 fail on iphone 15 pro wi...
flutterflutter
textformfield get focus error when obscuretext be true
Duplicate
step to reproduce 1 click name field 2 click password field expect result password field get focus actual result the soft input be show but password field lose focus code sample padding padding const edgeinset only top 10 bottom 0 ...
flutterflutter
the follow assertion be throw during performlayout
Invalid
package flutter src widget framework dart fail assertion line 2716 pos 20 debugcurrentbuildtarget context be not true
flutterflutter
viewrootimpl windowstoppe on flutter app resume
Duplicate
step to reproduce 1 app in backgroud mode 2 use other app 3 app resume expect result app run normally actual result black screen occur when app resume it occur probabilistically viewrootimpl eaafae7 mainactivity handleappvisibility mappvisible false visible ...
flutterflutter
vscode disconnect the app after run main isolate be pause in the debugger
Duplicate
step to reproduce add comma to one of the file for example screen dart and run the app use vscode press f5 expect result the app should run normally on the device and the vscode should show work normally actual result the code will pause the app and main isolate be pause...
flutterflutter
cupertinoslivernavigationbar largetitle edge padding doesn t match native io 17 app padding
Invalid
step to reproduce 1 create simple app with cupertinoslivernavigationbar 2 largetitle edge padding doesn t match native io 17 app if we manually add pad to text widget inside largetitle hero animation look glitchy when navigate to a new page and back expect result expect const...
flutterflutter
popscope in navigator 2 0 doesn t call onpopinvoke when canpop be true
Duplicate
step to reproduce I ve run into strange popscope behaviour and I believe it should not work this way it only happen while use navigator 2 0 with navigator 1 0 popscope work as expect I ve test it on both android and io and output be the same popscope doesn t trigger onpopinvoke when ...
flutterflutter
alignment doesn t work when there be format within a short string with markdownbody
Invalid
alignment doesn t seem to work when there be format within a short string with markdownbody work fine with markdown markdownbody datum aliqua ut et cillum velit non stylesheet markdownstylesheet fromtheme theme of context copywith textalign wrapalignment ...
flutterflutter
how to handle promotional offer for android in flutter use in app purchase package
Invalid
I be work on a project so there be require to give promotional offer I be use in app purchase package so for io it be very easy to handle promotional offer but for android I didn t anything please explain with sample code or give any resource reference
flutterflutter
while I can introduce web socket channel into dart io win t be able to call this package
Invalid
step to reproduce I introduce separate package into the yaml file fluttertoast 8 2 4 bot toast 4 1 3 web socket channel 2 4 4 then flutter pub get cd ios pod install actual result fluttertoast be normal while I can introduce web socket channel and bot toast into ...
flutterflutter
modification to the layout engine must not be perform from a background thread after it have be access from the main thread
Duplicate
step to reproduce 1 expect result actual result modification to the layout engine must not be perform from a background thread after it have be access from the main thread code sample code sample dart paste your code here screenshot or vid...
flutterflutter
harmonyos support
Duplicate
step to reproduce harmonyos support expect result harmonyos support actual result harmonyos support code sample code sample dart paste your code here screenshot or video screenshot video demonstration upload medium here log log ...
flutterflutter
tool crash filesystemexception can not open file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225
Duplicate
command flutter create platform window step to reproduce 1 2 3 log filesystemexception can not open file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225 0 fi...
flutterflutter
tool crash typeerror 0 programinfobuilder createinfonodefor package vm snapshot analysis v8 profile dart 419 75
Duplicate
command flutter build apk analyze size target platform android arm64 step to reproduce 1 2 3 log typeerror 0 programinfobuilder createinfonodefor package vm snapshot analysis v8 profile dart 419 75 0 programinfobuilder createinfon...
flutterflutter
rendersliverfixedextentboxadaptor getminchildindexforscrolloffset unsupported operation infinity or nan toint
Duplicate
actual result we ve encounter an unexpected crash in our flutter app that s leave we scratch our head here s what we know error message io flutter plugin firebase crashlytic fluttererror unsupported operation infinity or nan toint error throw location rendersliverfixedextentboxadaptor ...
flutterflutter
video player dispose
Invalid
error flutter runtime dart vm initializer cc 41 unhandled exception a videoplayercontroller be use after be dispose once you have call dispose on a videoplayercontroller it can no long be use
flutterflutter
gorouter have duplicate log
Duplicate
step to reproduce by use the late go router version with late log package version can be reproduce as below log package 1 set debuglogdiagnostics true in gorouter 2 have the configuration below for log in code sample section also with version go router 10 2 0 and below the l...
flutterflutter
assertionerror package flutter src service hardware keyboard dart
Invalid
step to reproduce try to write something on the keyboard and then delete it try this in the simulator you will encounter more I m not sure if it s encounter on the physical device expect result I want it to delete successfully when I press the backspace key actual result the ...
flutterflutter
my app crash with red screen after set localization
Invalid
step to reproduce hello everone well I wanna renovate exist app for localization so I follow step from here when I run command fvm flutter run app crash with red screen which tell unsupported operation can not modify unmodifiable map xxxx but after remove localization set sen...
flutterflutter
typeerror class constructor indexeddblocalpersistence can not be invoke without new
Invalid
step to reproduce add firebase package to flutter expect result running application smooth actual result typeerror class constructor indexeddblocalpersistence can not be invoke without new dart sdk lib internal js dev runtime private ddc runtime operation dart 462 37 checkandcall ...
flutterflutter
run flutter pub get package to cause flutter to crash
Invalid
step to reproduce 1 clone code 2 use vs code on windows 11 target an android emulator 3 flutter doctor v report no issue 4 try to run the get pub from terminal flutter pub get package flutter test flutter test dart 5 it crash and create a crash report expect result it suppos...
flutterflutter
icon miss some expand content icon
Duplicate
step to reproduce though the official material icon website have expand content the material library do not have it expect result the material library include expand content icon actual result the library do not have expand content icon code sample code sample dart icon...
flutterflutter
how to remove firebase from a flutter io project
Invalid
step to reproduce I remove all dependency relate to firebase from the pubspec yaml file delete the flutterfire cli from my macos system run flutter clean clear xcode cache and even delete the flutter io branch in the project and rebuild it however I still encounter firebase configuration error in...
flutterflutter
polite request in console error to report this error
Duplicate
step to reproduce I m not really sure what cause this error or how to reproduce it I m in the middle of a huge refactor and have no idea what break it I m just create this bug report because the cli ask I to report the error here and the message say please so I feel bad ignore it that say I don t th...
flutterflutter
flutter markdown support return markdown text when a section of text be select
Duplicate
use case I want to implement selection highlighting in flutter markdown but I can only get the select plain text so I can t locate the position of this text in the markdown text and I can t highlight the text so I request to add a return to the select text correspond callback for markdown text pro...
flutterflutter
android sdk 34 be it necessary
Duplicate
step to reproduce when build the application I m get this warning warn the plugin url launcher android require android sdk version 34 for more information about build configuration see review the gradle build configuration one or more plugin require a high android sdk version fix this is...
flutterflutter
I encounter an error ld framework not find flutter please help I check what be cause this
Invalid
I find error when run flutter build io release no codesign in log run pod install 8 1s run xcode build xcode build do 5 9 fail to build io app error output f...
flutterflutter
flutter web tab title on chrome on io always show flutter
Duplicate
step to reproduce I have develop a website at for my company you can see the tab title on desktop web be always chi nh nh luy n ng l o cai but when you browse my website in chrome on io and click on some top menu button the tab title will change to a default value flutter step to reproduce...
flutterflutter
neverscrollablescrollphysic doesn t work as intend when wrap inside a selectionarea
Duplicate
step to reproduce 1 wrap a widget such as pageview with selectionarea 2 set physics property to const neverscrollablescrollphysic expect result to not be able to navigate to any other page by interaction if physics be set to be never scrollable actual result when select...
flutterflutter
proposal for dart 4 0
Invalid
use case improve the dart language ecosystem so that the platform have great growth proposal the detail be describe in this link the detail be describe in this link
flutterflutter
flutter enablesreturnkeyautomatically text retrun
Duplicate
step to reproduce flutter enablesreturnkeyautomatically text retrun actual result flutter enablesreturnkeyautomatically text retrun log log console flutter doctor output doctor output console
flutterflutter
bug dart define from file be break from 3 19 0
Duplicate
step to reproduce run flutter run dart define from file config dev json dev json json app name test it still work for 3 16 5 expect result I should see the variable in generate xcconfig in xcode app name test actual result there be n...
flutterflutter
codelab
Invalid
step to reproduce 1 launch visual studio code 2 open the command palette f1 or ctrl shift p or shift cmd p then type flutter new when it appear select the flutter new project command 3 select empty application 4 name your project 5 in the left pane of vs code click on explore...
flutterflutter
flutter flavor be not work on web with flutter 3 19 0
Duplicate
step to reproduce 1 your flutter version should be 3 19 0 2 add support for flutter flavor in your multi platform application 3 try to launch your app it will throw follow error moreover when I do flutter build web flavor it s throw this error note in version 3 ...