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

Why should I switch from Provider to Riverpod?
I have a very large application that relies heavily on provider. I imagine if I were to swtich to a new state management this will take me many weeks to refactor. Any suggestions on why it would benefit us to move onto Riverpod?

March 22, 2021 at 12:28AM by ScrabbleKnight
https://ift.tt/3c9nXRC
New post on /r/flutterdev subreddit:

Why switch from Provider to Riverpod?
I have a very large application that relies heavily on provider. I imagine if I were to swtich to a new state management this will take me many weeks to refactor. Any suggestions on why it would benefit us to move onto Riverpod?

March 22, 2021 at 12:24AM by ScrabbleKnight
https://ift.tt/3tE7WJB
New post on /r/flutterdev subreddit:

Question on Learning Curve with Flutter vs React
Hey all,TLDR: For mediocre backend-coders and scripters with no JS coding experience, is the learning curve as different as it seems between Flutter and React?I did some digging and couldn't find a lot of info discussing the learning curve outside of "a lot of people already know javascript," and "you don't want to have to learn Dart." Sorry if I missed something recent. As back-end engineers, my buddy and I are essentially blank slates for Javascript or Dart.We have an IT engineering practice and haven't bothered to mess with any front-end work since we can automate nearly everything for our partners with Python(mostly), C#, Powershell and a little shell scripting. I tried Go and I fell in love. We've nearly switched all our legacy code over and it reignited my love of learning new languages. Our customers have continuously asked for front-ends to our scripts and, outside of haggard C# Forms and other kludges, we've declined until now.After testing and research, our apps are performant enough on iOS, Android and Web (Chrome) to suit our purposes with both Flutter and React. The large initial sizes for Flutter Web, and iOS animation jank aren't decision points for us right now. I took the task of testing Flutter and he did with React. React seems more "ready" and has a bunch of useful components I'm jealous of - turnkey DAG generation, browser-based console emulator. Altogether unnecessary but neat either way. For myself with Flutter, I found an O'Reilly video series whose narrator has a chill voice and, after about 20 hours, I can make some beautiful apps and pages that easily connect to our backend apps. He is about 50 hours in and, while still enjoying himself, it's been a longer progression. Get baseline levels of HTML, then CSS, then JavaScript, then React. Is this normal?

March 22, 2021 at 12:24AM by clisby
https://ift.tt/3samBvN
New post on /r/flutterdev subreddit:

Flutter 101 Podcast - Thomas Burkhart - RVMS architecture, get_it, commands, and more
Listen here: https://flutter101.dev/episodes/rvms-architecture-get-it-commands-and-more-with-thomas-burkhartIn this episode, we talk to Thomas Burkhart. Thomas is a Google Developer Expert (GDE) for Flutter and Dart. He is the author of popular open-source packages, like the get_it service locator with over 1K likes on pub.dev, as well as flutter_command, rx_command, and functional_listener.We discussed the RVMS architecture (reactive views, managers, services), a practical reactive architecture for Flutter Apps. We also talked about how Thomas' packages provide immense help to developers when implementing the RVMS architecture.The get_it package is a simple service locator for Dart and Flutter projects.  flutter_command is a way to manage your state based on ValueListenable and the Command design pattern. The functional_listener package is a set of extension functions on ValueListenable that allows you to work with them almost as if they were synchronous streams.Available on Google Podcasts, Apple Podcasts, Spotify, and more

March 22, 2021 at 06:30AM by serial_dev
https://ift.tt/2PiatKl
New post on /r/flutterdev subreddit:

FlutterForce — Week 113
https://ift.tt/3c8Ae9b

March 22, 2021 at 09:46AM by flutterist
https://ift.tt/3c9KAFL
New post on /r/flutterdev subreddit:

My attempt of a level-headed take on a divisive topic. First part is about React Native, praise and criticism of Flutter is coming up in a couple of days in the second part.
/r/reactnative/comments/ma8jqx/flutter_vs_react_native_a_principal_engineers/

March 22, 2021 at 09:29AM by ianmv
https://ift.tt/3eZKVN6
New post on Flutter Dev Google group:

Development Environment
Hi team, I have Installed Android studio and Flutter environment on my mac (BIG SUR). I'm unable to run the flutter code and getting the below error. I have tried with an emulator along with a physical device too. I have tried all available solutions in stack and git but no luck. Can you

March 22, 2021 at 10:51AM by Naga Sainath Reddy Palle
https://ift.tt/3c6DKkb
New post on /r/flutterdev subreddit:

Yesterday I've published my first package. Page view dot indicator. I'm open to suggestions and feedback if you will :)
https://ift.tt/3lGgg8L

March 22, 2021 at 11:44AM by douglasiacovelli
https://ift.tt/3lFk9Lq
New post on /r/flutterdev subreddit:

Tutorial: Fortune Wheel in Flutter
https://ift.tt/3cTOAcK

March 22, 2021 at 12:58PM by flutterclutter
https://ift.tt/3cUqFKf
New post on /r/flutterdev subreddit:

A Deepdive into Flutter Scaffold widget
https://ift.tt/3tGjs7e

March 22, 2021 at 12:11PM by satyam_parasa
https://ift.tt/2QsrkuO
New post on Flutter Dev Google group:

Flutter second debug
When I try to start my app on flutter on android. It first works but if close debug and try to open second or third time it is not opening. It says "Error connecting to the service protocol: failed to connect to ..."

March 22, 2021 at 03:07PM by Murat Can OĞUZHAN
https://ift.tt/318XCgi
New post on Flutter Dev Google group:

Hotlist - zadon technology
Hello Associates, Hope you are doing great!!! I just wanted to touch base with you and check if you have any C2C requirements. We have strong bench candidates with different cutting edge technologies who are available immediately for new projects. Let me know if you come across any suitable

March 22, 2021 at 03:08PM by adnan saranshtech
https://ift.tt/3tFH6kj
New post on Flutter Dev Google group:

App deployment doesn't work in all device.
Hi! I have publish my flutter app in play store, and used 'flutter build apk --split-per-abi' for building apk and minsdkversion is 19 but in others devices it display 'Your device is not compatible with this version', what was wrong, I need help please!!!

March 22, 2021 at 03:09PM by SAFRIMAT AFRICA
https://ift.tt/318bzLr
New post on /r/flutterdev subreddit:

Created a Package. Looking for testers.
Hi i created a small package for flutter. Its a form builder. Working on large forms usually requires lots of TextEditingControllers and a validator for each field. So im trying to create something that can be used to simplify this process. i've just uploaded version 0.0.4. it's made with sound null safety and available on [Mac , Windows, Linux , Android , IOS , Web].​Criticisms, Suggestions or any feedback you guys might provide will be appreciated.autoformYou could create a form from a map or the classic dart way.Edit: Typo

March 22, 2021 at 03:13PM by leWorkPersona
https://ift.tt/3setGv6
New post on /r/flutterdev subreddit:

Use blockchain instent of traditional database ?
I just recently started learning about blockchain technology and it's look pretty interesting but the time of watching the lectures a random question comes in mindWhy we doesn't use blockchain to store the data ? If it's that much secure.Or is there any way to use its on flutter. I have a some plan about my next flutter todo applications and in this project I want to use blockchainSo my question is Is there any packages package or service available like crypto or firebase which we are use or create a new block chain

March 22, 2021 at 02:52PM by Prashant_4200
https://ift.tt/3f5gPb0
New post on /r/flutterdev subreddit:

Designed Responsive Live Portfolio via Flutter 2.0 - Web (Open source )
https://ift.tt/3f3bgtN

March 22, 2021 at 02:15PM by m_hamzashakeel
https://ift.tt/3s5j3uF
New post on Flutter Dev Google group:

flutter certificate
Dear all In fact, we have two questions: 1- Are there any companies, training institutes or teaching parties that give certificates in Flutter and google endorses them as qualified organizations to give such a qualification? 2- The second question is that we've found a company called ATC (

March 22, 2021 at 03:50PM by baraa aqeel
https://ift.tt/3cXsiGN