This is great. Coming from react-native, it makes me happy to see flutter just implements this all for us.
@FlutterExplained4 жыл бұрын
Yes, as I wrote today in my article it is just amazing how the Framework embrace developers. I am more from an Angular / NativeScript background and I was also astonished :).
@Smongo4124 жыл бұрын
@@FlutterExplained I feel like the flutter team saw all the stuff already available in other tools and said "hey what if we make sure we all of that too, except we will make it ourselves and make sure it's good." I don't miss having to find third-party solutions for so many things. And it's a gamble if it will be supported a month later.
@FlutterExplained4 жыл бұрын
@@Smongo412 I am pretty sure you will also find abandoned packages in the pub.dev :). But the main framework is robust till now.
@Smongo4124 жыл бұрын
@@FlutterExplained That's what I've heard. I've been watching lots of videos and playing around myself, and really making a mental note that most of the things I need are in the main framework. Like in react-native when you need to use third-party libraries for navigation and form validation, it feels wrong to me.