Hi :wave: Whats the best approach for running AB t...
# ask-questions
p
Hi 👋 Whats the best approach for running AB tests using Client Side JS to modify a flutter app canvas?
r
Our official support hours are 6:30am - 5pm Pacific Time, Monday through Friday. You may occasionally hear from us outside of these hours. Your support request has been logged in our system. Our support team will get back to you very soon!
f
Hi Shantelle - how do you mean best approach? Did you add the SDK and launch an experiment using feature flags?
p
Can we get a guideline without using feature flags too because it still requires someone in the flutter app to code the experiment
r
Hi Shantelle, I believe you are asking for help using the Visual Editor, is that right? Are you trying to find a way to use GrowthBook that doesn't involve writing code?
k
Hi @brief-honey-45610, We are trying to use the visual editor to write JS that can manipulate a flutter web app canvas to run a AB test without our Flutter app developers assistance. We can place things above and below the canvas HTML element. (JS SDK) But we cant touch the elements inside of it because they aren't technically DOM objects. We could setup up feature flags within the app (Flutter SDK) and have the flutter developer build the feature. Which from reading is the recommended approach. However there are pros and cons to this approach. Such as a successful or unsuccessful test the developer would have to rewrite the same code without the flag. Do you have any users that AB test flutter in this way? Perhaps having a JS interface to inject elements into the flutter canvas?
r
Hi, sorry, currently we don't support canvas objects or anything non-DOM related with the visual editor. You'll have to take the code approach to render different graphical content via Flutter Canvas.
k
Thanks for confirming 🙂
youre welcome 1