Flutter tutorial for beginners
milapneupane.com.np
Flutter tutorial for beginners
1–10 of 16 posts
Re: Flutter tutorial for beginners
#2Thought it was about wing aeroelasticity at first.
Re: Flutter tutorial for beginners
#3Thought it was about wing aeroelasticity at first.
You were wrong.
Re: Flutter tutorial for beginners
#4As someone starting out, would it be beneficial to learn flutter or go the kotlin way?
Re: Flutter tutorial for beginners
#5As someone starting out, would it be beneficial to learn flutter or go the kotlin way?
What are you starting out on? Kotlin has more web presence, but is pretty much Android-only on the mobile app side. Flutter is theoretically crossplatform with relatively low serverside mindshare.
Re: Flutter tutorial for beginners
#6As someone starting out, would it be beneficial to learn flutter or go the kotlin way?
I think kotlin is mostly used for android development and is a programming language. Flutter is mostly with cross platform development. It uses dart as programing language which is very easy and fast to learn.
Re: Flutter tutorial for beginners
#7From a design standpoint I don't see effort from Flutter to look and feel native to iOS. Hamburger menus and details like the sharing icon might be great on Android, but it's unclear if they're familiar to iOS users. Personally I tried Flutter's demo app associated with their announcement, and basics like scrolling stuttered on the latest iPhone hardware.
https://developer.apple.com/videos/play/wwdc2017-802/?time=1...
Re: Flutter tutorial for beginners
#8From a design standpoint I don't see effort from Flutter to look and feel native to iOS. Hamburger menus and details like the sharing icon might be great on Android, but it's unclear if they're familiar to iOS users. Personally I tried Flutter's demo app associated with their announcement, and basics like scrolling stuttered on the latest iPhone hardware. https://developer.apple.com/videos/play/wwdc2017-802/?time=1..…
I think developers worry far too much about platform native look and feel.
Users don’t care, nice design, ease of use, ease of learning with intuitive obvious paths to functionality that solves their needs, is all they care about.
Even developers as users don’t care, as proven by the success of VSCode.
Re: Flutter tutorial for beginners
#9Please do the proof-read, it contains typos and code errors which fails flutter app.
Re: Flutter tutorial for beginners
#10Is Flutter better or worse than React Native??