Breaking down the flutter project structure for standlone and embedded

Опубликовано: 15 Октябрь 2024
на канале: Joe Freeman: Software Craft, Org Stuff, Tech Stuff
35
4

Flutter makes it easy to create code that can be deployed on web, mobile, or PC-type native applications. The Flutter templates are the perfect starting place in a greenfield scenario where you don't intend to embed Flutter in another application. The default templates don't work as well when you want to drop your Flutter code into existing applications written with other tools while at the same time supporting standalone development apps or test jigs.

https://joe.blog.freemansoft.com/2024...