How feasible is a dev setup with Flutter where one uses Emacs (or any other general purpose text editor like vi) for coding and the flutter cli for compiling and testing? I do have a couple app ideas, and I'd definitely prefer to avoid the IDEs when possible (especially Android Studio which just strangles my laptop); Flutter seems to fit that workflow, but has anybody got actual experience doing that?
This looks really nice considering it's built with a cross platform framework. Did you also consider using React Native, and if so what made you decide to use Flutter instead? My team is looking to move away from Cordova for our cross platform mobile projects to either one of these so I'd be interested to hear about this. And thanks for open sourcing!
I have been recently looking into flutter, because I want to start developing multiplatform apps. What is the coding time compared to android? How does it behave with networking/camera?
Beautiful work. I was actually looking for a mobile platform to build my newest project on, looks like I'm learning a bit of Dart. Hope you don't mind if I dig through your project every time I get stuck, it looks like you're using a lot of similar functionality :)