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
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
YouTube
Screen Recording 20200422 115220
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
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
Stack Overflow
An annoying problem with TabBar and ChangeNotifierProvider
Imagine a scenario like this.
E.g: A whole bunch of movies with various genres.
The idea is a TabBar and in each Tab contains a list movie of a genre.
In this case, a ChangeNotifier e.g MoviesB...
E.g: A whole bunch of movies with various genres.
The idea is a TabBar and in each Tab contains a list movie of a genre.
In this case, a ChangeNotifier e.g MoviesB...
New post on /r/flutterdev subreddit:
Flutter Tutorial: How To Build A Reverse Geocoding App
https://www.youtube.com/watch?v=cqvAzFJgnvw
April 22, 2020 at 04:00PM by cybdom
https://ift.tt/2RWnMyA
Flutter Tutorial: How To Build A Reverse Geocoding App
https://www.youtube.com/watch?v=cqvAzFJgnvw
April 22, 2020 at 04:00PM by cybdom
https://ift.tt/2RWnMyA
YouTube
Flutter Tutorial: How To Build A Reverse Geocoding App
Source code: https://github.com/cybdom/Reverse-Geo-Coding-Flutter
Written tutorial: https://cybdom.tech/flutter-tutorial-reverse-geocoding-and-location/
Geocoder: https://pub.dev/packages/geocoder
Google Maps Flutter: https://pub.dev/packages/google_maps_flutter…
Written tutorial: https://cybdom.tech/flutter-tutorial-reverse-geocoding-and-location/
Geocoder: https://pub.dev/packages/geocoder
Google Maps Flutter: https://pub.dev/packages/google_maps_flutter…
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
👏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
Twitter
#fluttergoodnewswednesday hashtag on Twitter
On May 6 @FlutterDev tweeted: "It's here! 🎉Flutter 1.17
✅Metal suppor.." - read what others are saying and join the conversation.
✅Metal suppor.." - read what others are saying and join the conversation.
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
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
GitHub
am1994/YaaChatty
Flutter Chat using Firebase as a backend. Contribute to am1994/YaaChatty development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter: Navigation Drawer in a simple way 👌💙💙
Check it out 👇👇flutterdev #flutter #YouTubehttps://www.youtube.com/watch?v=CcmXv3FOfyY
April 22, 2020 at 05:20PM by aminaB-94
https://ift.tt/2VRYnar
Flutter: Navigation Drawer in a simple way 👌💙💙
Check it out 👇👇flutterdev #flutter #YouTubehttps://www.youtube.com/watch?v=CcmXv3FOfyY
April 22, 2020 at 05:20PM by aminaB-94
https://ift.tt/2VRYnar
YouTube
Navigation Drawer in Flutter | Building Material navigation Drawer with Routing
The drawer is one of the options for navigation, it's the best choice When there is insufficient space.
you should wrap the drawer widget in Scaffold Widget cos it supports Material Design components such as Drawers, AppBars ...
if you liked my video don't…
you should wrap the drawer widget in Scaffold Widget cos it supports Material Design components such as Drawers, AppBars ...
if you liked my video don't…
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
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
reddit
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...
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
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
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...
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
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
YouTube
Navigation Drawer in Flutter | Building Material navigation Drawer with Routing
The drawer is one of the options for navigation, it's the best choice When there is insufficient space.
you should wrap the drawer widget in Scaffold Widget cos it supports Material Design components such as Drawers, AppBars ...
if you liked my video don't…
you should wrap the drawer widget in Scaffold Widget cos it supports Material Design components such as Drawers, AppBars ...
if you liked my video don't…
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
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
It's All Widgets!
Manji - Kanji Study Made Easy | It's All Widgets!
Manji is a simple yet elegant Japanese Kanji Dictionary.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Flutter Community Panel @ Flutter NYC - 12 Dec 2019
https://www.youtube.com/watch?v=2zwEdDoPvnc&feature=share
April 22, 2020 at 09:12PM by Pixelreddit
https://ift.tt/2zi8vSh
Flutter Community Panel @ Flutter NYC - 12 Dec 2019
https://www.youtube.com/watch?v=2zwEdDoPvnc&feature=share
April 22, 2020 at 09:12PM by Pixelreddit
https://ift.tt/2zi8vSh
YouTube
Flutter Community Panel @ Flutter NYC - 12 Dec 2019
A very special one off chat with lots of the Flutter Community in once place. An insightful chat covering code, web and business. Sit back and enjoy this hour long panel that was setup by the Flutter NYC Meetup one day after Flutter Interact.
Participant…
Participant…
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
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
Dart packages
extended_button | Flutter Package
A Flutter package to create a beautiful extended button which can expand and shrink whenever the user clicks on the button.
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
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
New tweet from FlutterDev:
We worked with the awesome @FlutterDev team to build you a custom Flutter Pen editor. You can create Flutter Pens right on CodePen!
Share your Pens using #FlutterPen
Lots more to learn here ->https://t.co/DE9tRKhhla pic.twitter.com/I1eTjXCCvn— CodePen.IO (@CodePen) April 21, 2020
April 22, 2020 at 11:00PM
http://twitter.com/FlutterDev/status/1253066050150838272
We worked with the awesome @FlutterDev team to build you a custom Flutter Pen editor. You can create Flutter Pens right on CodePen!
Share your Pens using #FlutterPen
Lots more to learn here ->https://t.co/DE9tRKhhla pic.twitter.com/I1eTjXCCvn— CodePen.IO (@CodePen) April 21, 2020
April 22, 2020 at 11:00PM
http://twitter.com/FlutterDev/status/1253066050150838272
Twitter
Flutter (@FlutterDev) | Twitter
The latest Tweets from Flutter (@FlutterDev). Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase // #GoogleIO is back May 18–20. Register now → https://t.co/Z5dNdEYIpJ
New post on /r/flutterdev subreddit:
Again, just start animating in Flutter!
https://ift.tt/2wZgYZS
April 22, 2020 at 10:39PM by felixlein
https://ift.tt/3eBGDZA
Again, just start animating in Flutter!
https://ift.tt/2wZgYZS
April 22, 2020 at 10:39PM by felixlein
https://ift.tt/3eBGDZA
Medium
Again, just start animating in Flutter!
About a year ago I started a side project with the aim to simplify the way developers create beautiful custom animations in Flutter. Today…
New post on /r/flutterdev subreddit:
Development of Nubank using flutter
https://youtu.be/vnj2i6RNo3g
April 22, 2020 at 09:25PM by _hadhodrim
https://ift.tt/2VNo0ti
Development of Nubank using flutter
https://youtu.be/vnj2i6RNo3g
April 22, 2020 at 09:25PM by _hadhodrim
https://ift.tt/2VNo0ti
YouTube
Nubank (Flutter Developer Stories)
Nubank is the largest digital bank outside Asia with over 20 million customers. After conducting a detailed investigation and analysis of their choices for app development, Nubank selected Flutter. Since making the change, Nubank has been able to unify their…