repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
in app purchase how can I check the product be purchase for restricite user access
Invalid
I only find await inapppurchase instance restorepurchase in documentation it return nothing if user have no purchase be there coorect way to check user have actual non consumable purchase whose exist and be not refunded
flutterflutter
flutter web image picker plugin get image from folder instead of webcam
Duplicate
image picker seem to be work fine in mobile but in web even after pass source as camera image be pick from folder I check this in stackoverflow here seem no solution please let I know what be the issue final pickedfile await picker pickimage source imagesource camera ...
flutterflutter
include all resource of the project in the build web directory
Duplicate
I have build a web project but three resource be not read from the local server be there any way I can load it from the local server 1 2 3 resource
flutterflutter
how to use pan gesture in pageview
Invalid
the description be in picture 20210719184615
flutterflutter
component or page use animation navigator pop or push to cause rebuild
Invalid
when I use animation there be many unnecessary rebuild for page push or pop how can I reduce the number of rebuild output 1 first run I flutter 10098 rebuild I decorview 10098 old windowmode 1 new windomode 1 I flutter 10098 rebuild d awarebitmapcacher 10098 handlei...
flutterflutter
flutter web need a way to support update meta tag open graph sharing and basic seo
Duplicate
use case if your develop any kind of web base platform use flutter let s say something like reddit facebook or pretty anything you need to be able to dynamical update the open graph meta tag and seo meta tag so if a user be share a public page or post a url on linkedin slack or anywhere the correct title ...
flutterflutter
flutter firebase phone authentication crash the app on io
Invalid
I be use phone authentication to link with google authentication this implementation be work before for I to run now just keep crash my app I have search but non solve my problem this be implementation be work before but all of a sudden just crash the app here be my full code import package f...
flutterflutter
error notsupportederror fail to load because no support source be find
Invalid
get this error when use the audioplayer package error notsupportederror fail to load because no support source be find at object createerrorwithstack at object rethrow at async asynccallbackentry new callback at object microtaskloop at startmicrotaskloop ...
flutterflutter
single item recall problem
Invalid
indeed he can get here but the application screen remain black without display anything import package cloud firestore cloud firestore dart import package flutter material dart import package try22 config toast component dart class userinformation extend statefulwidget userinfor...
flutterflutter
can t build flutter tls error
Invalid
can t build flutter in manjaro distribution get building flutter tool get tls error try to find package crypto at error unable to pub upgrade flutter tool retrying in five second 9 try leave what to do here
flutterflutter
web hot restart lose current url work in stable 2 0 4
Duplicate
greeting in flutter web stable 2 0 4 when I do a hot restart it reset the state as expect and keep the same url since upgrade include to beta 2 2 0 10 2 pre and the late master today 2 4 0 5 0 pre 79 when I do a hot restart the url reset to the default one this add a lot of extra clicking when I m do itera...
flutterflutter
google map marker animation on marker location update
Invalid
there be no possibility to animate the navigation of a marker when location be change eg from a location to b location when latlong be update the marker jump there be no smooth movement to the new location instead in java there be an option call animator where interpolar animation can be do like uber vehicle mo...
flutterflutter
deprecate link in codelab in write your first flutter app part 2
Duplicate
in 2 there be a deprecate link that need to be update death link
flutterflutter
io buld error phasescriptexecution fail
Invalid
command phasescriptexecution fail with a nonzero exit code note use new build system note building target in parallel note planning build note construct build description warn none of the architecture in arch arm64 be valid consider set arch to archs standard...
flutterflutter
how to pass an object when I open a new tab or window in the browser
Invalid
I be try to pass an object to a new tab that the app open use dart html window open in my sample code I try to use provider in the new tab but I get null value do that mean the provider win t work when I use window open be there any other way I can open a new tab in the browser and pass an object in the sampl...
flutterflutter
feature request rawkeyboardlistener for soft keyboard
Duplicate
how can I detect soft keyboard key event soft keyboard input trigger rawkeyboardlistener on flutter 1 but not flutter 2 2 on some android device it scan barcode and send message like soft keyboard I can not get this input on flutter 2 2 without focus on some text field
flutterflutter
check image existance in asset
Duplicate
dart file asset image logo png existssync on desktop it s work but on android always return false there be other issue still open
flutterflutter
container bottom border be get thicken while vertical scrolling
Duplicate
hi team I have arrange the multiple container widget in the row and column wise inside the nest scrollview widget and I have set the left and bottom border to the container by use boxdecoration while vertical scrolling the container s bottom border seem thicken code snippet dart class simplesamp...
flutterflutter
request focus repeat text in textfield
Invalid
step to reproduce 1 type something in the text field 2 unfocus 3 request focus 4 press space or any other letter you will see that the last word in the textfield you enter before be repeat copy work fine with numerical value though platform android code import ...
flutterflutter
click get offall
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
flutter web require unsafe csp
Duplicate
hi we be look into use flutter 2 web for the next version of our application we however require csp style src script src self or specific hash for trust source this do not seem compatible with flutter 2 web atm which require at least unsafe inline for style src html canvaskit and unsafe eval ...
flutterflutter
I be work on flutter web application and I want to open specific page on firebase notification click I try many thing but not work if any one one know please help
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
pageview scrollcontroller attach to multiple scroll view
Invalid
I have see so answer but do not relate to pageview for I to jumpto next page I keep get this error scrollcontroller attach to multiple scroll view package flutter src widget scroll controller dart fail assertion line 109 pos 12 position length 1 this be my full code code s...
flutterflutter
web weird scrollbar indicator behavior
Duplicate
step to reproduce 1 create flutter app for web 2 create a listview separate with vertical scrolldirection 3 return a small height widget in separatorbuilder and return large height widget in the itembuilder expect result smooth scrollbar indicator behavior actual result g...
flutterflutter
interpolar animation
Invalid
how be it possible to update the marker location smoothly on flutter mobile app with the current approach the marker be jusmpe to the new location I want to have a smooth movement like uber vehicle latlong be from firestore here be my current approach var markeridval value docs b i d ...
flutterflutter
please make flutter to perform multi thread in web
Invalid
I have a scenario when I try to load huge json datum from the web use dio or http library the circular progress indicator be a freezer because flutter be single thread language even we apply isolate like future and stream also I also attach sample repository here
flutterflutter
flutter migrate how to solve huge migrate error
Invalid
hello step 1 I m migrate flutter project code from code 1 22 6 to 2 2 I have migrate the dependency in pub file 3 now I want to migrate whole project with dart tool result I see the 89730 error after the step dart migrate migration tool because ...
flutterflutter
how to fix my flutter run I m use text editor vs code
Invalid
log console snap flutter common flutter package flutter lib src paint text style dart 1167 14 error textleadingdistribution isn t a type final ui textleadingdistribution leadingdistribution this leadingdistribution snap flutter c...
flutterflutter
flutter auto update sdk after run flutter doctor
Invalid
I download and install the flutter sdk 1 22 6 but when I run flutter doctor the sdk update automatically to the 2 2 3 version I need the 1 22 6 sdk to run and build an application that need to be migrate to flutter 2 any help
flutterflutter
please I be wait for io suppport when you make this plugin for io support we need for production level
Invalid
use case proposal
flutterflutter
customscrollview and sliverlist widget crash on the web side
Invalid
step to reproduce 1 github demo 2 the customscrollview and sliverlist widget crash on the web side 1fcafa05242b443507a124aa86e6f36f 1 work for I 1 do not use svg in sliverlist dart bad iconfont iconname qian size 29 flutte...
flutterflutter
there be no valid sdk platfrom in the path to platfotms the candidate be
Invalid
hi everyone I be instal flutter and I run flutter doctor and suddenly I realize that there be an error which say that no valid android sdk platform find in g sdkmanager platform candidate be I set the java home and android home and add all the pathe but it still do not work properly actually it do no...
flutterflutter
video player android can not set httpheader user agent
Duplicate
platform android I want to change user agent but it can t override the user agent value always show I the value exoplayer but add other key like x name be work videoplayercontroller network datasource httpheader user agent any browser x name other value flutter doct...
flutterflutter
after update to xcode 12 5 1 I can not run my app from vscode anymore
Invalid
today I update xcode to version 12 5 1 and now every time I try to run an app from vscode on a physical device I get the message could not run build io iphoneos runner app on e4a2f368b4f089379c5d1afcc27f630014d4f89a try launch xcode and select product run to fix the problem ...
flutterflutter
socketexception os error connection reset by peer errno 104 address xxx xxx xxx port 43606
Invalid
my code be list result await future wait a b c d e f g catcherror e stack debugprint future exception e stack and error message be socketexception os error connecti...
flutterflutter
flutter downgrade not work on fresh install on mac
Invalid
this be basically the same issue as 78860 the goal be to compile and debug a flutter project that use flutter v1 step to reproduce 1 have a mac with no flutter instal 2 follow to install the new version of flutter currently 2 2 3 3 run flutter downgrade 4 fail with there be no...
flutterflutter
changenotifier dispose do not clear inner listener collection
Invalid
as I remember it be before when I call method dispose of changenotifier it also clear the inner collection of listener listener now as I see the dispose method do not do anything except set debugdispose to true so why then be it for why listener be not clear as it be before be...
flutterflutter
flutter doctor can not recognize chrome executable for brave browser on my mac
Invalid
step to reproduce 1 I be use macbook with macos big sur 2 I instal brave browser dart and flutter 3 and I set chrome executable as application brave browser app contents macos brave browser in zshrc 4 when I run flutter doctor it say as follow log log ...
flutterflutter
please extend the list of support locale with one more language turkmen tm or tk
Duplicate
add the follow locale to material localization dart tm turkman if not possible use tm you can use tk because my language be not support yet I need to write my own class like class tmmateriallocalizationsdelegate extend localizationsdelegate or if I use popular libarary like easy lo...
flutterflutter
flutter have exit unexpectedly filesystemexception can not create file path c user gl62 m document flutter cashy app gitignore os error the system can not find the file specify errno 2
Invalid
step to reproduce 1 2 3 log log
flutterflutter
webview flutter please help I with a way to set origin for a webview object
Invalid
dear team I m try to integrate braintree in particular their drop in they have it inly in js here be a sample code request payment method and normally it give I fail to execute postmessage on window invalid target origin null in a call to postmessage so ...
flutterflutter
listview builder reverse keep item index when list index not bottom
Invalid
rt like a chat message list how to keep old index item at reverse list please help I
flutterflutter
pagecontroller and push navigator
Invalid
my app be pretty simple I have 5 inside page view and 5 screen outside page view to move around screen within page view I use a button and on press the page controller animate and then to do go from page view screen to the screen outside page view I use navigator push but when I want to ju...
flutterflutter
github action and remote git dependency
Invalid
I have a dependency that use git I e dependencie package1 git url git github com flutter package git path package package1 locally it be work perfectly but in github action it say it can t find the pubspec yaml of that dependency I try to add a pe...
flutterflutter
webview flutter io I be not able to open google map home screen through webview on ios 14 6 device
Invalid
I be try to open google map home page through webview in my app but it show message before you continue to google map every time I open the app also I be not able to view full screen of that message and not able to view I agree button although I be use max height width for webview I be stick ...
flutterflutter
can I use listviewbuilder inside listviewbuilder
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
flutter try to create the file android setting aar gradle but fail
Invalid
my application be work fine after some time when I start android studio to run the application it start show I error that the build fail likely due to androidx incompatibility in a plugin the tool be about to try use jetifi to solve the incompatibility be there any way I can get this solve screenshot 2021 07...
flutterflutter
flutter android build fail when window wifi hotspot be turn on
Invalid
step to reproduce 1 start a new flutter project 2 turn on window hotspot 3 build flutter for android device 4 spawn more than 100 openjdk java exe instance and show error when memory usage reach 100 error launch lib main dart on m2101k6p in debug mode run gradle task asse...
flutterflutter
bid facebook audience network with admob in flutter application
Invalid
I have ad in my android application use mediation facebook audience network in admob mediation I look at all documentaion to do bidding between fan and admob my admob ad show perefectly but my facebook ad show only this ad that say facebook test ad your ad integration work that be on all ...
flutterflutter
web wrong icon display icon font cache after framework update
Duplicate
bug there be a bug with the material icon it happen through the follow sequence of event 1 user use web app 2 icon class be update with new code point in 3 web app be update new flutter version be deploy 4 user open web app again 5 flutter web service worker pull n...
flutterflutter
adb exe not find flutter doctor
Duplicate
after instal flutter I run flutter doctor while run the flutter doctor it s show adb exe stop work after that I check the adb exe file it be name as adb only so I rename it like adb exe and then that s error be go this be happend after update the flutter documentation here lot of people get strike like begi...
flutterflutter
httpclient setclientauthoritiesbyte not work
Invalid
step to reproduce 1 load p12 file from asset bytedata keystore await rootbundle load asset security client pfx final string passphrase mypassphrase 2 set securecontext securitycontext sc securitycontext sc setclientauthoritiesbyte keystore buffer asint8li...
flutterflutter
google sign in assume wrong credential when perform sign in flow
Invalid
the google sign in sdk seem to assume credential that be already use to login in another app in the same device and it automatically fail with 403 error not even let the user sign in with a different account I m not sure how can I provide a demo example without provide my own googleservice info plist a...
flutterflutter
inconsistent video size
Duplicate
I be not entirely sure how to reproduce this issue the code work fine on the android emulator but it be inconsistent when I use it on my phone android 11 I be new to flutter so excuse my naivety here be the code code sample import dart async import package flutter material dart ...
flutterflutter
tool crash processexception project app not find in root project android
Duplicate
command flutter no color build apk step to reproduce 1 2 3 log processexception process exit abnormally failure build fail with an exception what go wrong project app not find in root project android try run with stacktrace o...
flutterflutter
runtimetype tostring be different between debug build and release
Invalid
dart textformfield initialvalue json encode list index tostre onchange text try print json decode text runtimetype tostring if json decode text runtimetype tostring list listbackup index json decode text ...
flutterflutter
hot restart myapp will be output twice
Duplicate
hot restart myapp will be output twice why import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context print myapp return container hot restart ...
flutterflutter
I have a problem with my flutter application
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
I be unable to run code in simulator use xcode it show error os runner generatedpluginregistrant m 10 9 fatal error module connectivity not find import connectivity
Invalid
run flutter pub get in service tool io launch lib main dart on iphone 8 in debug mode lib main dart 1 xcode build do 23 4s fail to build io app error output from xcode build objc 7602 class amsupporturlconnectiondelegate be implement in both ...
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter build web step to reproduce 1 2 3 log filesystemexception can not open file os error no such file or directory errno 2 0 file throwiferror dart io file impl dart 635 7 1 file opensync dart io file impl dart 479...
flutterflutter
dart io websocket implementation send header in all lowercase format break compatibility with some server
Invalid
when dart io websocket attempt to upgrade a socket it fail to connect to some server because the dart websocket implementation send all header as lowercase the sample code below illustrate what I m talk about dart import dart io var server1 ws 192 168 10 50 60157 stagedisplay this...
flutterflutter
widget get build twice
Invalid
step to reproduce int time 0 void main runapp myapp class myapp extend statelesswidget this widget be the root of your application override widget build buildcontext context return materialapp title flutter demo theme themedata ...
flutterflutter
vmserviceflutterdriver flutter driver extension be take a long time to become available ensure your test app often lib main dart import package flutter driver driver extension dart and call enableflutterdriverextension as the first call in main
Invalid
have a problem where the bitrise build hang with this showing before it time out step to reproduce 1 accept all android license use yes sdkmanager license 2 build and install flutter 3 run test via flutter drive driver test driver integration test driver dart target integration te...
flutterflutter
load multiple asset for package
Invalid
hi I create my package store in internal git and it have asset if you download the package via my package git git my pack git then the life hack do not work for load all resource as asset you must write the complete path for each resource be there any workaround
flutterflutter
google sign in authentication throw platformexception bad request when call after disconnect
Invalid
dependency flutter 2 2 0 sdk 2 13 0 3 0 0 google sign in 5 0 4 firebase auth 2 0 0 step to reproduce void signin googlesigninaccount googlesigninaccount await googlesignin signin here googlesigninaccount be not null but no account selectio...
flutterflutter
android toolchain mark and android license status unknown
Duplicate
I get these response when I run flutter doctor c window system32 flutter doctor android license doctor summary to see all detail run flutter doctor v flutter channel stable 2 2 2 on microsoft windows version 10 0 19043 1083 locale en ng android toolchain develop for and...
flutterflutter
google maps flutter openhand cur cursor can not be overridden
Duplicate
there be a simple widget dart scaffold enddrawer drawer here the drawer with their control widget be define body stack googlemap container here some elevatedbutton be create for require app functionality when user place the mo...
flutterflutter
issue with installation
Invalid
step to reproduce 1 2 3 log log the issue I m have be flutter be still not able to detect android studio instal on my laptop doctor summary to see all detail run flutter doctor v flutter channel stable 2 2 3 on microsoft windows ve...
flutterflutter
terminate call after throw instance of std bad cast arm64
Duplicate
I be use pi4 and try to run my flutter application by use flutter run d linux my app will crash when I try to call a method channel function error terminate call after throw instance of std bad cast what std bad cast
flutterflutter
element update covariant widget newwidget error
Invalid
exception catch by gesture the follow assertion be throw while handle a gesture package flutter src widget framework dart fail assertion line 3439 pos 7 lifecyclestate elementlifecycle active widget null ...
flutterflutter
opennlp library be not work with flutter
Invalid
how to disable shrink and minifyenable for specific dependency I m work on a sentence detection flutter plugin in java it work perfectly in the run debug and profile mode but it fail in release or build mode error on release mode I flutter 2762 platformexception error d a d c ...
flutterflutter
flutter web mjpeg stream never load
Duplicate
step to reproduce launch the example app of flutter mjpeg target web you have to disable security to avoid cor issue you ll see that the stream never show on screen and you get a timeout if you launch on android io or even desktop there be no issue at all and stream be work well ...
flutterflutter
text field not scroll into view when keyboard come up on tap on focus but do so when user start type
Duplicate
step to reproduce it be same issue as in 1 run this code sample dart import package flutter cupertino dart import package flutter material dart main runapp materialapp debugshowcheckedmodebann false home temp class temp extend statelesswidget overri...
flutterflutter
application restart on mi device with image picker
Duplicate
I have problem on xioami redmi note 7 redmi 4 device and other mi device the image picker go for take image but after take image it restart my application please help I out this problem I don t want to implement custom camera I be use camera with image picker most of our client have mi device so please a...
flutterflutter
mp4 file generate by camera be not valid mp4 file
Duplicate
the problem I be use the camera plugin to record video play that video back use video player and upload that video to an amazon s3 link I can t test this on an emulator due to the problem with the camera plugin there so I test it out use my iphone 8 the video play correctly in video pla...
flutterflutter
unable to find bundle java version when use android studio arctic fox beta
Duplicate
step to reproduce 1 download android studio arctic fox beta 2 do the usual stuff to install flutter on macos 2 run flutter doctor 3 eventually you will receive this error android studio unable to find bundle java version in android studio arctic fox beta the bundled ...
flutterflutter
google sign in
Invalid
when I use the code snippet from flutter fire for google auth it doesn t work when I wrap it in a try catch block the error message print error
flutterflutter
tool crash processexception no such file or directory command home jrermi snap flutter common flutter bin cache dart sdk bin pub os error code 2
Invalid
command flutter doctor step to reproduce 1 2 3 log processexception no such file or directory command home jrermi snap flutter common flutter bin cache dart sdk bin pub os error code 2 0 processimpl start dart io patch process patch dart 3...
flutterflutter
plugin google map flutter
Invalid
I ve be work with the google maps flutter and I be have problem use add marker and set marker at the same time be it possible to place marker onmapcreate then to use marker and an if clause to add marker
flutterflutter
use the cli to accept the android license crash
Invalid
step to reproduce run flutter doctor android license don t know if it s relevant but I m run an m1 mac mini as be 4 2 1 log log casey caseys mac mini normative flutter doctor android license exception in thread main java lang noclassdeffounderror javax xml bind a...
flutterflutter
crash when run via simulator on m1
Duplicate
step to reproduce 1 buy a m1 macbook 2 run flutter run in a terminal 3 get crash what I already try 1 install ffi not work 2 try to add exclude arch to xcode not work 3 try to run xcode via rosetta not work 4 try to call flutter run via rosetta terminal not w...
flutterflutter
google sign in don t show second dialog with youtube channel list on android when you have multiple yt channel assign to your gmail accont
Duplicate
hello I have multiple channel assign to my youtube account include brand channel brand mean official you can also have personal youtube channnel screenshot 2021 07 09 at 15 43 00 I try to sign in to google with youtube read only scope it work good on flutter web screenshot 2021 07 09 at ...
flutterflutter
webview flutter webview fail to render on testflight build io testflight
Invalid
description I m try to render a webview in my flutter project it s work perfectly for android in debug and release mode and on io in debug mode as well however if I upload a build to testflight it do not work I ve be work with the same code from the past few month and not have an issue with flutter v...
flutterflutter
issue android code doesn t work in a embeddingv2 flutter plugin
Invalid
introduction the same android code work on flutter plugin with embeddingv1 but not on embeddingv2 probably be a context problem step to reproduce 1 get the two fork for embeddingv1 get git clone cd flutter absolute path git checkout update to androidx for embedd...
flutterflutter
failure build fail with an exception
Invalid
fail to open output file c user wasiq download codecanyon zl0llvy9 flutter buysell for io android olx mercari offerup carousell buy sell 10 flutter buysell v2 6 mobile source flutter buysell build app intermediate flutter release flutter asset package flutter icon font ionicon ttf the parent directo...
flutterflutter
layoutconstraint unable to simultaneously satisfy constraint
Invalid
step to reproduce I m use share 2 0 4 when I call share sharefile it throw layout constraint warn platform ios code dart final dir await lessgopath gettemporarymeetuppath await captureandsavemeetupimage await share sharefile dir les...
flutterflutter
path provider external storage security test medium risk
Invalid
step to reproduce 1 run immuniweb to scan apk 2 wait for the result 3 the report show the medium risk that relate with the path provider and the warning code contain warning involve with external storage code risk scan result the mobile application can access external storage ...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter no color attach machine device i d 5endu19411003366 lib main dart step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter complete dart async future impl dart 45 31 1 flutterdev...
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception fail to decode datum use encode utf 8 null 0 file trydecode dart io file impl dart 564 7 1 file readasstringsync dart io file impl dart 584 7 2 fo...
flutterflutter
webview flutter android navigation delegate behavior be inconsistent between android and io with loadurl
Duplicate
call the loadurl method on android do not lead to the navigation delegate be call on the contrary the same method in io trigger the call to the navigation delegate step to reproduce 1 create the basic flutter app use flutter webview 2 set the navigation delegate to a custom method 3 call l...
flutterflutter
error run on iphone io 14 6
Duplicate
hello if I try to run my project on my ipad or iphone ios 14 6 it crash with the follow error console 30015 ms error launch application on iphone 2 ms 0 throwtoolexit package flutter tool src base common dart 10 3 1 runcommand runcommand package ...
flutterflutter
diverge color in android emulator
Invalid
color tone be divergent between emulator and host image
flutterflutter
fail assertion line 5307 pos 12 debuglocked be not true
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
tool crash processexception the directory name be invalid command c src flutter bin cache dart sdk bin pub bat os error code 267
Duplicate
command flutter doctor step to reproduce 1 2 3 log processexception the directory name be invalid command c src flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dart 390 33 1...
flutterflutter
in app purchase restorepurchase stick when sign in be cancel
Duplicate
I m currently test in app purchase on testflight with sandbox account my current purchase flow include a restorepurchase before the user can actually perform any purchase to ensure that my backend do not miss on any past payment this flow work fine when the user sign in with his apple i d successfully howe...
flutterflutter
flutter web vscode macos debug specific url contain flutter component
Invalid
when I debug the flutter app use chrome the debugg attache to something like which be where the index html be there no issue with this however my flutter webapp need to load datum from specific url s or webservice due to cor relate issue I can not really debug test my app I have to resort to p...
flutterflutter
android and flutter use a lot of cpu and make system freeze in arch linux
Invalid
detail so I have arch linux with awesomewm and I instal a flutter android app development environment as explain here the problem be that sometimes when I run flutter run it freeze my system and I have to hard restart my system my system have a 8 gb ram and a core i7 8th gen cpu I be wonder i...
flutterflutter
the flutter tool can not access the file or directory on window flutter 2 2 3
Duplicate
step to reproduce 1 I m instal flutter 2 2 3 by git clone and run flutter doctor 2 and for accept the android license I run flutter doctor android license 3 but it show an error and I can t solve this by anything log log ps c user tilto flutter doctor an...
flutterflutter
how I can check screen state at load time and save time
Invalid
I want to check if there be any change in exist datum or not if not I want to avoid http request and navigate to next page if yes I want to save that datum on server and then navigate to next oage
flutterflutter
web custompaint and clippath use path do not work
Invalid
it work in dartpad cn but do not work in android app webview it show nothing copyright c 2019 the dart project author please see the author file for detail all right reserve use of this source code be govern by a bsd style license that can be find in the license file import pack...