Flutter: Difference between revisions
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 |