repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter no color run machine verbose track widget creation device i d emulator 5554 start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log filesystemexception fail to decode datum use en...
flutterflutter
flutter 2 web development how to proxy backend service
Duplicate
flutter 2 web development how to proxy backend service for example my real service run on flutter run d chrome for cor how to access in flutter app
flutterflutter
I really appreciate flutter due to it work on window 7 again
Invalid
hi flutter I appreciate the flutter 2 0 be work again on window 7 the old version didn t work on this window version though I m not try to complaint though it s unnecessary to fix that issue in the old version as well due to I no more use old version of flutter I appreciate the new version resolve my probl...
flutterflutter
linux cursor and text input backwards
Duplicate
step to reproduce use the textfield widget and build on the linux platform exact code below import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context return m...
flutterflutter
codelab wrong instruction
Duplicate
wrong instruction at the building beautiful uis with flutter codelab follow the instruction in the section 5 of the codelab add a ui for compose message it seem to have an incorrect instruction in the subsection beneath wrap the textfield inside a flexible select row press opt...
flutterflutter
linux desktop build process fail
Invalid
step to reproduce 1 run flutter create bug 2 run flutter run d linux 2 build fail expect result the app should open on linux desktop actual result fail to build log flutter run v d linux 121 ms executing uname m 65 ms exit co...
flutterflutter
web alert dialog doesn t show at html window onbeforeunload
Invalid
step to reproduce this be my simple code import dart html as html import package universal html html dart as html class samplepage extend statefulwidget samplepage super override samplepagestate createstate samplepagestate class samplepagestate ...
flutterflutter
make generate code null safe intl
Invalid
this error be after go to dart 2 12 with null safety I have this error in my generated code for intl which can be fix by add the dart 2 9 yet it keep change to an error every time I do update my language code this be block and slow the development of my app please if there be a way around thi...
flutterflutter
how to make home screen appwidget in flutter for io and android from a single code base
Invalid
how should I develop a weathe appwidget on home screen of android and io without use android and ios file in flutter dart
flutterflutter
issue with run flutter app for the first time execution fail for task app compileflutterbuilddebug
Invalid
good day I be have trouble with the first run of my flutter instance I get the following when try to run flutter run c src bloepapiercoza flutter run download android arm profile window x64 tool 2 0s download android arm release window x64 tool 0 5s d...
flutterflutter
firebase message 8 0 0 dev 15 after upgrade build apk release not work because application kt
Invalid
hello there after upgrade firebase message to firebase message 8 0 0 dev 15 android release not work anymore there be something wrong with my application kt here my application kt bash package com xxx xxxxxx import android os build import android util log import android app noti...
flutterflutter
file selector android support
Invalid
when call await openfile on android e flutter 20736 error flutter lib ui ui dart state cc 186 unhandled exception missingpluginexception no implementation find for method openfile on channel plugin flutter io file selector e flutter 20736 0 methodchannel invokemethod packag...
flutterflutter
test empty test throw
Invalid
step to reproduce 1 flutter create issue 2 delete the content of test widget test dart make sure you be run with null safety yaml environment sdk 2 12 0 3 0 0 3 run flutter test log log bash 00 01 0 loading home france...
flutterflutter
inapppurchaseplugin m crash
Invalid
inapppurchaseplugin m 148 block self productscache setobject product forkey product productidentifier
flutterflutter
how to call each other of dart with native code in flutter desktop app
Invalid
use case proposal how to call each other of dart with native code in flutter desktop app
flutterflutter
application build occur error when use html document onvisibilitychange
Invalid
step to reproduce 1 write source code use html document onvisibilitychange listen event async print on visualchange 1 run flutter build appbundle expect result build successful actual result error occur and can not build lib memo memol...
flutterflutter
contrast and or brightness problem within firebase ml vision ocr recognition
Invalid
the text recognition from an import image from the official firebase ml vision example app from the stable branch be not produce the desire result and recognize something as text which do not exist do not recognize the text that exist on an image from the gallery it seem like the problem have...
flutterflutter
flutter pub get over proxy https proxy be ignore when protocol be miss
Invalid
hi there just to let you know that like a lot I struggle quite a while to make my flutter pub get work over a proxy so I have a local proxy run on 127 0 0 1 8079 and work perfectly for android studio git npm etc just flutter be have a problem I be on mac os catalina 10 15 7 I figure o...
flutterflutter
could not download kotlin compiler embeddable jar gradle task assembledebug fail
Invalid
in flutter run freezed and in the bottom be flutter run verbose command output log bash flutter run verbose 1 100 ms execute home husen flutter git c log showsignature false log n 1 pretty format h 52 ms exit code 0 from...
flutterflutter
libgcrypt so 1 9 2 doesn t support
Invalid
step to reproduce 1 update libgcrypt so to v 1 9 2 2 run flutter build linux actual result log 49 ms executing uname m 23 ms exit code 0 from uname m x86 64 11 ms execute home user snap flutter common flutter git c log shows...
flutterflutter
add a way for manipulate fps in startimagestream in camera plugin
Duplicate
use case an option to manipulate fps in startimagestream of camera plugin proposal I m use camera plugin for one of my project which be base on real time face detection from an image stream everything be work good except that face detection be catch even the blurred image so I m basi...
flutterflutter
web flutter 2 0 try to run web and get context find this candidate but the argument don t match
Invalid
try to run version 2 0 web and get c flutter package flutter lib src widget action dart 898 18 context find this candidate but the argument don t match static object invoke doctor flutter channel stable 2 0 0 on microsoft windows version 10 0 18363 1...
flutterflutter
device info package be not compatible with window platform
Duplicate
I have to get some unique system and hardware datum from client machine in window platform like mac address or bio uuid and I try with device info 2 0 0 plugin but it seem doesn t support for desktop platform
flutterflutter
compare svg image
Invalid
I have two svg file from network they be similar in content but with different filename be there a way in dart or flutter I could compare these file content I want to do something like if fileone svg filetwo svg do something here with similar file
flutterflutter
socketexception fail host lookup local app os error no address associate with hostname errno 7
Invalid
I be use 1 xx version of flutter and it be work good with localhost with ip address after upgrade to 2 0 I be face problem with localhost connectivity so I start to enable https to my localhost and create the follow virtual host local app I can visit the local app with privacy error in chrome b...
flutterflutter
how to move the accessible focus to a specific widget
Duplicate
when I enter a new interface or perform some operation on a certain interface I want to move the accessibility focus to other widget in the current interface at present I have not find a method that can be use for example on android you can directly use the method view requestfocus to make the contr...
flutterflutter
white screen when the app start on flutter 2 0
Invalid
hello it s happy to know flutter 2 0 be available now but when I migrate my app to flutter 2 0 I find it become whitescreen when I start it I guess it be cause by my devtool not start normally be there a solution for this situation the follow be some information I configure doctor summary to see all det...
flutterflutter
text clip by firefox
Duplicate
this be already report by other s but I have a production example of the problem visit on a mac look ok with chrome and safari and microsoft s edge then try use firefox and see the difference I try use opensan then roboto then not use google font package
flutterflutter
flutter web app be blank on safari
Invalid
the deploy flutter web app work perfectly on firefox microsoft edge and chrome but be blank on safari it be blank on safari regardless of on a mac an iphone or even emulate iphone where the actual app work I try to delete the font weight use bold suggest in 35982 and delete cupertino icon and font s...
flutterflutter
export compliance information do your app use encryption in testflight in io platform
Invalid
miss compliance I have successfully upload the app in testflight in io platform it ask for the follow messsage typically the use of encryption that s build into the operating system for example when your app make https connection use urlsession be exempt from export documentation upload requirement...
flutterflutter
flutter firebase message error after upgrade all firebase plugin
Invalid
recently I have upgrade the all firebase plugin can t build for io app error output from xcode build build fail xcode s output while build module firebasemessaging import from user studio project s2b v3 3 io pod header public firebase firebase h 78 in file include fro...
flutterflutter
textfield be not deselecte automatically in web
Duplicate
hi if you want to type in a text field you click on it and type this work perfectly in flutter web if you cklick in the text field a blink courser appear signal you that you can type now but on other website this blink courser dissappear if you cklick on something else on the website for example on...
flutterflutter
display multiple snackbar at the same time
Invalid
be there any way to display multiple snackbar at same time like bootstrap toast or toastify js platform be window
flutterflutter
not update stateless widget inside statfulwidget
Invalid
continuously try to solve this exception but no luck please help
flutterflutter
android a blank screen appear when open a webview after use the method pushandremoveuntil twice
Duplicate
step to reproduce env vivo android version android 8 1 1 pushandremoveuntil page 2 pushandremoveuntil page 3 webview flutter flutter inappwebview webview 4 webview expect result ...
flutterflutter
how to use widget in state
Invalid
image how to use widget in state
flutterflutter
noclassdeffounderror while execute flutter doctor android license
Duplicate
hi run flutter doctor v tell I that I have 1 issue also it tell I what command to execute to solve the problem but while execute the command I get an error c user username flutter doctor v flutter channel beta 1 26 0 17 8 pre on microsoft windows version 10 0 19042 746 locale d...
flutterflutter
memory leak on io when work with image
Duplicate
step to reproduce the app crash when use image network to display sometimes even one image cachewidth and cacheheight seem to help but I need to sacrifice the quality of image the issue seem to be fix and close but a lot of developer include myself still be experience the bug here be the bit of code w...
flutterflutter
mirror effect in front camera flutter
Duplicate
how to remove mirror front camera at version 0 5 8 17 flutter doctor v bash flutter channel stable 1 22 4 on linux locale en us utf 8 flutter version 1 22 4 at root snap flutter common flutter framework revision 1aafb3a8b9 4 month ago 2020 11 13 09 59 2...
flutterflutter
an error be throw from the textfield it seem to occur during the painting of the textfield
Invalid
log bash 87 ms exit code 0 from git c log showsignature false log n 1 pretty format h 9b2d32b605630f28625709ebd9d78ab3016b2bf6 execute c user sarah download compress flutter window 1 17 5 stable flutter git tag point at head 82 ms exit code 0 from...
flutterflutter
xcode build error
Invalid
step to reproduce add firebase library in project break the build because of deprecate code in old io version my dependency list cupertino icon 1 0 0 path provider 1 6 27 flutter snake navigationbar 0 4 2 google font 1 1 1 auto size text 2 1 0 http 0 12 2...
flutterflutter
video player unhandled exception platformexception channel error unable to establish connection on channel null null
Invalid
hi I have problem with example project for video player I do not change anything but video not play error flutter lib ui ui dart state cc 186 unhandled exception platformexception channel error unable to establish connection on channel null null 0 videoplayerapi initialize package...
flutterflutter
problem with flutter console
Invalid
image I m follow a person s beginner s flutter tutorial but their flutter open with 0 development while mine open with c user dell how can I fix this issue
flutterflutter
throw platformexception code errorcode message errormessage detail errordetail
Invalid
hello I have a weird problem I have an exist user in my firebase auth so when I register a new user the code in try and catch the code for the user registration authresult re try re await instance createuserwithemailandpassword email account getemail password a...
flutterflutter
io archive fail with the sandbox be not in sync with the podfile lock run pod install or update your cocoapod installation
Invalid
I be run the archive process of my flutter app in xcode the build be fail with the sandbox be not in sync with the podfile lock run pod install or update your cocoapod installation I have delete my podfile podfile lock pod folder I have then run flutter pub get then pod install and ...
flutterflutter
integration testing platform environment be empty
Invalid
step to reproduce 1 create integration test use the follow code import dart io show platform import package flutter test flutter test dart import package integration test integration test dart import package myapp main dart as app void main integrationtestwidgetsflu...
flutterflutter
video player the video play after a long wait io only
Invalid
hello there I get issue with video player plugin my project have a feature stream video but when I stream video use video plugin I need to wait for long then video play but when I test on android device there be no issue fyi stream video from local network so I think isn t network issue demo ...
flutterflutter
error instal cocoapod
Invalid
hello I want to install but I have a problem with cocoapod I run the command line but still have an error see screenshot could you help I thank you sorry for my bad english I m french
flutterflutter
grpc forcefully terminate on flutter
Invalid
hi guy I be new here in git hub I m have trouble in connect grpc server create on netcore 5 to flutter can anyone suggest what be my possible error here be my code on flutter image thank you
flutterflutter
failure build fail with an exception
Invalid
similarly as in the other issue I m have trouble build a flutter project with native c c library on ubuntu 18 04 5 lt I have comment there issuecomment 788740828 as well but perhaps that wasn t the correct thing to do give this comment issuecomment 755275151 here be a rather minimal ex...
flutterflutter
web clickhandler on textfield have uninuitive bahaviour
Duplicate
textfield do not handle text selection on click like I d expect it would double click a word in a sentence do highlight that word like expect on tripple click I d expect selction of the whole string in the field double clicking in the field but not on a word should select the last word in the string ...
flutterflutter
the difference between create a function in a class and in a method build
Invalid
dart class untitled extend statelesswidget const untitled key key super key key override widget build buildcontext context final title demo idea 1 final text buildtexttitle title idea 2 final text if titl...
flutterflutter
viewrootimpl 27543 viewpostimeinputstage action down
Invalid
error log dart 2467 ms d viewrootimpl 27543 viewpostimeinputstage action down 1866 ms d viewrootimpl 27543 viewpostimeinputstage action down 1005 ms d viewrootimpl 27543 viewpostimeinputstage action down 2294 ms d viewrootimpl 27543 viewpostimeinputstage action down ...
flutterflutter
background job for desktop app
Invalid
be there a way to do background job for fetch datum from rest service
flutterflutter
can not be able to add tab bar in center of the screen
Invalid
I want to add tab bar in center of the screen but I can not be able to do this because of some kind of error I be add tab bar in singlechildscrollview inside column
flutterflutter
image and icon doesn t flip
Invalid
my app be in 2 language english and arabic image and icon doesn t flip when I change language to arabic in app how can I flip icon and image for rtl
flutterflutter
build project fail by channel beta 1 26 0 17 8 pre
Invalid
build fail as follow flutter asset will be download from make sure you trust this source download android arm profile window x64 tool download android arm release window x64 tool download android arm64 profile window x64 tool download android arm64 release window x64 tool download a...
flutterflutter
error try to accept license on jdk 15
Duplicate
I be use jdk 15 without any problem but after instal docker and run a flutter application inside a container use adb I start get error first all the code of the application I run on container be red and the flutter doctor show a warning ask to accept license again but if I try do that with jdk 15 I get the error in the...
flutterflutter
reorderablelistview accessibility issue
Duplicate
use case the reorderablelistview widget use mergesemantic for the item in the list it then use customsemanticsaction s to allow the user to reorder the item or activate the item s action this only allow for one action besides reorder per item however it be common for item to more than one ...
flutterflutter
crash when process produce the error
Duplicate
the crash happen in release mode or build with xcode this can temporary fix by ignore the signal use signal sigpipe sig ign in applicationdidbecomeactive and applicationwillunhide in appdelegate but win t fix when build a release app swift import cocoa import fluttermacos nsapplica...
flutterflutter
webview flutter plugin launch a sign adobe url ask for login
Invalid
launch a adobe secure url use webview flutter be ask for adobe login whereas use url launcher if we launch mean it be not ask for any login and directly launch the page dependency webview flutter 1 0 7 doctor summary to see all detail run flutter doctor v flutter channel beta 1 25 0 8...
flutterflutter
documentation instal in mac catalina or high
Invalid
the problem I have a problem instal flutter at my macbook air 2017 os version big sur step by step to reproduce after do exactly equal as the instal documentation I restart the computer try to run flutter doctor terminal be log command not find the solution I google ...
flutterflutter
be flutter stable do not support build io with xcode 12 4
Invalid
hello there I want to know be flutter stable version isn t support fo xcode 12 4 I already try build ios version with xcode 12 4 but for 2 day it s fail before I use previous version xcode it s work please let I know if flutter stable version not support build io xcode 12 4 so I can downgrade my xco...
flutterflutter
image picker select multiple image
Duplicate
proposal at the moment with you can select only one image will it be possible to have also the selection of multiple image if yes when thank
flutterflutter
fail assertion line 846 pos 12 activity isscrolle be not true
Invalid
when I scroll through my app screen it show an error how can I fix it class tourplanpreview extend statelesswidget string tourname string tourpassword override widget build buildcontext context final x provider of context gettournameandpassword ...
flutterflutter
get error
Duplicate
log bash e flutter 17101 error flutter lib ui ui dart state cc 177 unhandled exception platformexception sign in fail com google android gms common api apiexception 10 null null e flutter 17101 0 standardmethodcodec decodeenvelope package flutter src service message code...
flutterflutter
web
Invalid
describe your issue and include the command you re run flutter web version browser version
flutterflutter
io build fail due to error from win32 and ffi package
Duplicate
I m unable to build any ios app that have win32 or ffi in the dependency tree use late flutter master 1 27 0 9 0 pre 129 step to reproduce 1 create flutter project 2 add path provider 1 6 27 in pubspec yaml or any package that have win32 as a dependency 3 import the package ...
flutterflutter
I have two flutter engine how do I communicate with each other
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
in app purchase plugin do not find store or product in debug mode
Invalid
I be use in app purchase plugin 0 3 5 1 I publish my app to google play store as internal test and add test user if I instal publish app to my phone I can access to store and I can make test purchase with test account but I can t access to store or get product i d s with debug release with same test user if I...
flutterflutter
unable to play multiple video in listview
Duplicate
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result w mediacodecrenderer 3887 fail to initialize decoder omx qcom video decoder avc w mediacodecrenderer 3887 android medium mediacodec codecexce...
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter clean 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 forw...
flutterflutter
command phasescriptexecution fail with a nonzero exit code
Invalid
d2a523ff 644d 4d30 a784 bf5bd0b48c93 1 105 c I get an error like in the picture when I change the master channel to stable and pub upgrade can anyone help I
flutterflutter
after flutter upgrade to 1 27 0 9 0 pre 126 in master channel this problem happen
Invalid
error snap flutter common flutter pub cache host pub dartlang org win32 1 7 4 1 lib src struct dart 1111 7 error struct enumlogfontex be empty empty struct be undefined behavior error class enumlogfontex extend struct error error snap flutter common flutter pub ca...
flutterflutter
problem with two exist google map widget
Invalid
I have 2 split screen leave be a list and right google map on click from the first list I navigate to the second split screen and init a new map widget but for some reason every event center add polygon move camera etc send to the map widget of the second screen be apply to the first one each w...
flutterflutter
wrap cupertinodatepicker in zero height container cause render error
Duplicate
what I want to do be show hide cupertinodatepicker base on a condition when I want to hide it I pass 0 height to animatedcontainer it complain but if I pass non zero like 0 01 it work step to reproduce run this demo app dart import package flutter cupertino dart import package ...
flutterflutter
a big question
Invalid
how can I get the listview to execute the animation sequentially instead of synchronously when each item be load
flutterflutter
run avd manger in virtual machine
Invalid
hello I create virtual machine 16go ram intel xeon but I can t run avd manger how enable nest virtualization manually pls help
flutterflutter
exception raise with custom keyboard button into the textfield window
Duplicate
I try to insert into an obscured textfield the char but with altgr that in italian keyboard be something strange happen the textfield widget remain in a custom state and all key press after that be interpret as custom char after that I try to use the direct ascii 64 char press alt and on numeric pad type...
flutterflutter
package flutter src paint image provider dart fail assertion line 854 pos 14 file null be not true
Invalid
I receive this error when I try to use the front file as the child of an iconbutton I call the method as a callback for onpressed property of the iconbutton file front file back imagepicker imagepicker imagepicker future getfrontimage async final image await imagep...
flutterflutter
childlayouthelper drylayoutchild misspell constraint as constrain
Good First Issue
childlayouthelper drylayoutchild misspell constraint as constrain very minor no impact on compilation or execution just look odd
flutterflutter
preload for pageview
Duplicate
preload
flutterflutter
flutter app crash android content activitynotfoundexception
Invalid
android content activitynotfoundexception at android app instrumentation checkstartactivityresult instrumentation java 2039 at android app instrumentation execstartactivity instrumentation java 1705 at android app activity startactivityforresult activity java 6055 at androidx fragment ap...
flutterflutter
text overlay with other text and be not center
Invalid
I be use flutter to develop a web application flutter version flutter 1 27 0 9 0 pre 15 channel master framework revision 371dd87aa0 7 day ago 2021 02 20 13 11 58 0100 engine revision b793775d2a tool dart 2 13 0 build 2 13 0 52 0 dev I have two problem 1 when...
flutterflutter
unable to build counter app flutter counter app in io
Invalid
step to reproduce 1 I have a application which run fine in io emulator but I be not able to archive it in io 2 I continously get the error building file list do app framework app framework app app framework info plist app framework flutter asset app...
flutterflutter
red astric in text form field
Duplicate
not able to add red coloured astric in label in textformfield widget
flutterflutter
tool crash filesystemexception can not open file os error the system can not find the path specify errno 3
Duplicate
on move from master to stable flutter upgrade command flutter no color no version check precache step to reproduce 1 2 3 log filesystemexception can not open file os error the system can not find the path specify errno 3 0 ...
flutterflutter
flutter web ios white screen on iphone
Invalid
step to reproduce 1 change to channel beta flutter channel beta 2 create a new app flutter create new app 3 add the follow line to the index html 4 add the following to pubspec yaml firebase message 8 0 0 dev 8 firebase storage 5 0 0 dev 3 5 get the pac...
flutterflutter
fail to build use master channel android linux issue with a package flutter svg 0 19 2 1
Invalid
1 try to run flutter run d linux 2 flutter doctor v without any error log flutter doctor v flutter doctor v flutter channel master 1 27 0 9 0 pre 110 on linux locale en us utf 8 flutter version 1 27 0 9 0 pre 110 at home denis flutter framework re...
flutterflutter
integration test how to run multiple test
Invalid
hello I can t find any documentation on how to run multiple integration test use the new integration test framework it s clear how to run one flutter drive driver test driver integration test dart target integration test app test dart target integration test firebase test dart ...
flutterflutter
rename master main
Duplicate
proposal rename master to main in order avoid unnecessary reference to slavery in the field of computer science more and more association company etc replace the term master with a more inclusive one for instance a month ago github release a feature that simplifie change the name of a branch ...
flutterflutter
module url launcher not find when build app in xcode
Duplicate
I m try to build my flutter app in xcode but I get a module url launcher not find error every time image I m open the runner xcworkspace file and start the build after a few second I get that error I ve try flutter clean pod install pod update pod repo update remove the podf...
flutterflutter
typo in flutter font page
Invalid
under head support font format its write flutter support the follow font format tff otf the tff should be ttf
flutterflutter
runner app build say app need to be update
Duplicate
step to reproduce 1 flutter build io or flutter build io t lib main release dart 2 drag drop the build project build io iphoneos runner app 3 wait for install 4 popup display app name need to be update 5 fail to find match arch for input file user user library developer core...
flutterflutter
flutter doctor
Invalid
android studio x android studio dir c user dell appdata local android sdk x unable to find bundle java version connect device 3 available
flutterflutter
frameless window support
Duplicate
frameless window support just like electron frameless window you can custom close button maximize button window form style
flutterflutter
web container with text not show complete on chrome
Invalid
work well on fire fox but chrome use web renderer html flutter channel dev 1 27 0 1 0 pre on macos 11 2 1 20d74 darwin x64 locale zh hans cn flutter version 1 27 0 1 0 pre at volume sdk beta flutter dev framework revision 68c96f1 6 day ago 2021 02 08 16 14 15 0800 en...
flutterflutter
ui action be only available on root isolate
Invalid
I would want to know how can I open ui in new isolate not root if it be possible please give some example or solution thank you
flutterflutter
in app purchase 0 4 1 dart sdk problem
Invalid
hello I want to upgrade in app purchase from 0 3 5 1 to 0 4 1 but I get follow error message while run pub get command how can I solve this error the current dart sdk version be 2 10 5 becau...
flutterflutter
special character be not render correctly on android
Duplicate
many character which can be display in a native write android app be not show up in app write with flutter on android on io this be work fine step to reproduce create a simple app with a text widget and copy paste one of the following example text into it first example text zuck rw tt r...