Using Flutter


Making a Cross Platform App with Flutter
read in ~1 minute | Sep 29th 2021

plant

Lessons:

childWidget()
    build()
        return widget(
            onTap: () {
                parentWidget.add(item);
                setState(){};

but I can say:

//this is pseudo code
parentWidget(){
    mylist = [];

    Widget childWidget(list){
        return widget(
            onTap: () {
                mylist.add("hello")
                setState(){};
            }
    }

    build() => childWidget(mylist);
}

I’ll add binaries to this page shortly, see you next time!


🪧 Enjoy Reading This?

Get notified of future posts by RSS!

Here are some more you might like to read next:


My Website Is Improving!

Working with Liquid HTML Jan 16th 2022


Python Dream Bot

Intentionally Bad Image Manipulation Aug 18th 2021


Arbidor

A Very Short Puzzle Game That Crashes When You Win Aug 11th 2021



💬 Looking for comments?

I don't have comments on this site as they can be time consuming to manage. I'd rather concentrate on programming cool and new things.

Since you can't leave a comment, feel free to 📨 contact me instead.