Jump to content

Flutter: Difference between revisions

235 bytes added ,  17 June 2023
m
no edit summary
imported>Onny
(Add Flutter development notes)
imported>Onny
mNo edit summary
Line 1: Line 1:
[https://flutter.dev Flutter] is an open-source mobile application development framework created by Google. It allows developers to build high-performance, cross-platform apps for iOS and Android using a single codebase.


== Development ==
== Development ==
Line 46: Line 47:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# nix develop
# flutter create my_app
# flutter create my_app
# cd my_app
# cd my_app
Anonymous user