Hey All, I am new to Growthbook so this could be a...
# sdk-flutter
t
Hey All, I am new to Growthbook so this could be a simple change / fix. All works for all our sites but we now have one flutter app and our dev team has implemented the flutter code ( I am seeing a connected line from the flutter app to Growthbook within the SDK connection ) So my next step is going to setup an experiment but I am still not able to click on elements and change text in the Visual Editor is this a flutter issue / implementation issue / user issue or something else. Is there anyone that can help me setup an experiment?
c
Hi, @tall-glass-41437. We can help you with that. Could you please provide more details? Were you unable to click on the elements?
t
Hey @calm-dog-24239, I am able to click on elements in the Visual Editor but I am not seeing what I would expect. This is the bar that I see it is pulling through the flutter tags but there is no HTML in this block to be able to change the text. Below is the InnerHTML expanded when I click any element.
Copy code
<flt-glass-pane></flt-glass-pane><flt-text-editing-host></flt-text-editing-host><flt-semantics-host style="position: absolute; transform-origin: 0px 0px 0px; transform: scale(1);"></flt-semantics-host><style id="flt-text-editing-stylesheet">flutter-view flt-scene-host {  font: normal normal 14px sans-serif;}flutter-view flt-semantics input[type=range] {  appearance: none;  -webkit-appearance: none;  width: 100%;  position: absolute;  border: none;  top: 0;  right: 0;  bottom: 0;  left: 0;}flutter-view input::selection {  background-color: transparent;}flutter-view textarea::selection {  background-color: transparent;}flutter-view flt-semantics input,flutter-view flt-semantics textarea,flutter-view flt-semantics [contentEditable="true"] {  caret-color: transparent;}flutter-view .flt-text-editing::placeholder {  opacity: 0;}flutter-view:focus { outline: none;}flutter-view .transparentTextEditing:-webkit-autofill,flutter-view .transparentTextEditing:-webkit-autofill:hover,flutter-view .transparentTextEditing:-webkit-autofill:focus,flutter-view .transparentTextEditing:-webkit-autofill:active {  opacity: 0 !important;}</style>
c
Hi, @tall-glass-41437. Oh, I thought it something with Flutter SDK, but as I understand it’s about HTML. We will try to help you with that.