app_view 0.0.0 copy "app_view: ^0.0.0" to clipboard
app_view: ^0.0.0 copied to clipboard

Eksperiment membuat applikasi flutter dengan mudah data json.

app_view #

Eksperiment membuat applikasi flutter dengan mudah data json.

  • example

{
    "@type": "materialApp",
    "home": {
        "@type": "Scaffold",
        "body": {
            "@type": "Center",
            "child": {
                "@type": "Text",
                "text": "Hello count ${variable[\"count\"][\"data\"]}",
                "style": {
                    "@type": "TextStyle",
                    "fontSize": 15
                }
            }
        },
        "floating_action_button": {
            "@type": "FloatingActionButton",
            "tooltip": "Increment",
            "child": {
                "@type": "icon",
                "icon": "add",
                "onpresed": [
                    {
                        "@type": "updatevariable",
                        "var": {
                            "@type": "state",
                            "count": "increase"
                        }
                    }
                ]
            }
        }
    },
    "root": [
        {
            "@type": "variable",
            "var": {
                "@type": "state",
                "count": 0
            }
        },
        {
            "@type": "variable",
            "var": {
                "@type": "database",
                "count_login_app": 0
            }
        }
    ]
}
1
likes
0
pub points
15%
popularity

Publisher

unverified uploader

Eksperiment membuat applikasi flutter dengan mudah data json.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on app_view