Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Why do I not like Flutter user experience?
tl;dr: This post will compare React Native and Flutter, again... I would like to clarify my ideas instead of only reading "Flutter is best, it is the future" and other market predictions. I know that Google has more money than Facebook.I was recently looking for the best Framework to build cross-platform apps (Android, iOS, and if possible desktop and web). I made my research trying apps built with different technologies:Ionic 5 is a "webview": it is slow and heavy (and has a limited access to the native API), I have quickly forgotten it.React Native: it is still heavy, but I love how it feels like native apps. I already tried it, in Instagram, Facebook, Soundcloud and Discord.Flutter: This new trendy technology appealed me, of course. I did not find any app in production from big company, in Occident. I tried the Flutter Gallery. It was terrible, it was like "Flash" as I red somewhere else. This was my turn-off, and why I ended with React Native.How Flutter Gallery runs on my Samsung Galaxy S9 (video is at 60fps): https://www.youtube.com/watch?v=gZ_g0slGVuM It is jerky, especially when I push on the top-right menu.Some people experience the same difference of feeling.I made other research and I found that Flutter is actually using its own renderer, Skia (and redraws — emulates — all Material and Cupertino elements). On the opposite, React Native use actual native elements from OS.What I have understoodReact Native is called native because it is using OS API to draw interfaces. It is built with a JavaScript engine, on top of native code (I mean, Java or Objective-C). This JS engine is heavy and slow, but most of the UI do not rely on it to be drawn.Flutter is native because it uses a language compiled to ARM machine code. It also uses its own renderer. This renderer is also compiled to machine code, but still, it is stand-alone and not using OS API. So it directly (?) relies on the CPU or GPU capability of the smartphone, independently of the hardcoded optimizations on which some constructors count.In my opinion, Flutter bet on the last flagships raw performances to make smooths app, leaving old smartphones behind and accelerating planned obsolescence. Even if Flutter apps are slightly smaller than RN apps, is it worth to have a light jerky app on an cheap/old smartphone which does not have enough space? Or is it necessary to reduce app size in flagship which has already hundred of gigabytes memories?BUT Flutter appeals me more and more, especially with its trend. Flutter has now more stars than React Native on GitHub.I like developing with React Native. I am accustomed to this framework and I like the community. However, there seems to be a consensus on how it is better for developers to deal with Flutter, and I red several times "that most real users either won’t notice or won’t care about the animations not being 100% native" (debatable argument, according to me). And also, "beautiful" and "fast" are the keywords for Flutter. But I am still looking on how these "beautiful" and "fast" are pertinent for most of apps.Do I miss something, staying with RN? Is there really a choice between UX and development experience?

April 22, 2020 at 12:51PM by nrsldr
https://ift.tt/2KuXAa9
New post on /r/flutterdev subreddit:

An annoying problem with TabBar and ChangeNotifierProvider
I asked on stackoverflow, if anyone knows what did I do wrong with my code, please elaborate, any help is appreciated!

April 22, 2020 at 01:38PM by JoeJoe_Nguyen
https://ift.tt/2zm745u
New tweet from FlutterDev:

👏Over two million developers have used Flutter in the sixteen months since 1.0.

Next week, we plan to ship the next release using a new versioning model. #FlutterGoodNewsWednesday

💙Stay healthy.

Learn more → https://t.co/7xpGZOAJ0N pic.twitter.com/h6QasGLHcI— Flutter (@FlutterDev) April 22, 2020

April 22, 2020 at 05:14PM
http://twitter.com/FlutterDev/status/1252979139243659264
New post on /r/flutterdev subreddit:

Yaa_Chatty [messaging_app] (source code)
I started from The @LondonAppBrewer 's Complete Flutter Development Bootcamp by @yu_angela, It's the best course for who wants to be a Flutter Developer. I wanted to learn more about Firebase with Flutter so I added more screens and features.I uploaded my project on Github, don't forget to give me a star and report if there is any issue , i will appreciate your feedback 🤗😀check it out 👇👇https://github.com/am1994/YaaChatty

April 22, 2020 at 05:30PM by aminaB-94
https://ift.tt/3btzJDH
New post on /r/flutterdev subreddit:

Choosing Flutter for a new app. Help needed!
The company in which I currently work are considering starting a new project for an app.
It is not a complicated app. It is a simple marketplace that will have users sell/buy/gift items.The technology decision now is leaning towards using React Native as a solution to write the code once and run it on iOS and Android.Myself I have been following Flutter for a while know and I prefer it over the alternative. Because of my preference and very vocal enthusiasm all my arguments are disregarded with the label of being biased.I would like to ask you to help me come up with concrete arguments for choosing Flutter and demonstrate that between the two Flutter is the way to go.

April 22, 2020 at 05:59PM by saveManul
https://ift.tt/3avAECv
New post on Flutter Dev Google group:

How to rebuild the secondsceen() when navigated from homescreen()
I am navigating the from homescreen() to Home() but the data is not loading in the home(). Below is the link for my project. https://ift.tt/2Vus56M

April 22, 2020 at 05:53PM by mahantappa b k
https://ift.tt/2x0ion5
New post on Flutter Dev Google group:

Web app
Hello, is it mandatory to change the channel? Regards

April 22, 2020 at 06:02PM by Saul Palenzuela Hdez
https://ift.tt/2wYisn9
New post on Flutter Dev Google group:

Refactoring question
Hi folks, I am new to flutter development and object-oriented programming in general. I have a quick question : I created my first flutter app and so far so good, works as expected but... All the code is inside my "main.dart" file, and it's getting long because I added quite a few functions

April 22, 2020 at 06:12PM by Erick Paquin
https://ift.tt/2RZPQ4m
New post on /r/flutterdev subreddit:

What are the essentials of a production-ready application?
Tl DR;What are the characteristics of production-ready applications?Speaking of data-heavy applications with frequent feature iterations based on a core design system to rely on.I have been writing code for about 3 years, 6 months into Flutter now. I have been involved in multiple projects, however, each of my Flutter projects eventually got too messy, which made it discouraging to continue.So far, I have looked into the BLoC and the Provider package to manage state. In addition to that, what is it that someone like me should focus on to build delightful production-ready applications? What do you consider a professional Flutter or application setup for that matter?

April 22, 2020 at 06:42PM by Blackfused
https://ift.tt/2RZSTJQ
New post on /r/flutterdev subreddit:

Flutter: Navigation Drawer in a simple way
The drawer is one of the options for navigation and it's the best choice When there is insufficient space so in this tutorial you will learn how to build customize Material design navigation drawer with Routing.I will appreciate your feedback :)Navigation Drawer in Flutter | Building Material Navigation Drawer with Routinghttps://www.youtube.com/watch?v=CcmXv3FOfyY

April 22, 2020 at 07:06PM by aminaB-94
https://ift.tt/2Kpmng7
New post on /r/flutterdev subreddit:

A simple kanji dictionary app I’ve been working on
https://ift.tt/2VtEjML

April 22, 2020 at 08:16PM by livinglist
https://ift.tt/2KrUkws
New post on Flutter Dev Google group:

Select to change icon
Hello, i learning flutter development, please anyone help me, how to change icon on selection in flutter. example: user select one icon from various icons in selection dropdown and then i want to show that selected icon. please anyone help me. Thank You.

April 22, 2020 at 07:37PM by Gulam Fahad Ahmed
https://ift.tt/3bGPDel
New post on /r/flutterdev subreddit:

extended_button flutter package
Just updated the extended_button flutter package. Don't forget to check it.If you are having any issues, suggestions, feel free to open an issue. Thanks.Package link: https://pub.dev/packages/extended_button

April 22, 2020 at 08:58PM by ayushbherwani
https://ift.tt/2xOtdZC
New post on Flutter Dev Google group:

Flutter 1.17.0-3.2.pre released to beta!
Hi, Flutter 1.17.0-3.2.pre has been released to the beta channel today. This is our 2nd beta release from the 1.17 release branch. Please check out our Spring 2020