DEV Community

Discussion on: Flutter first impressions

Collapse
 
rhymes profile image
rhymes

Thanks for your review Ricardo, funny how you liked its documentation and I counted it as one of its weaknesses. Probably because I saw it from the poin of a total newbie in mobile development.

I bookmarked the MVP articles, thank you.

I guess Flutter needs a little more conventions before breaking into the big leagues :D

How hard it was for you to separate the iOS code from the Android?

Collapse
 
belchii profile image
Ricardo Belchior

Thank you very much for the review.

All the code I wrote was delivered to both platforms. I did not write any custom/specific code.
The great thing is that using the "material" package already does all the work for you.

Anyway, there is a folder for Android/iOS , that contains their respective platform code. These folders are generated in the format you expect when developing android or ios.