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
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
reddit
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...
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
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
reddit
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...
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
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
reddit
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...
New post on /r/flutterdev subreddit:
(Flutter Chat App Development #19 ) Implementing One to One Chat Functionality (Pt-1) #SocketIo #Flutter #NodeJS
https://youtu.be/i9IqhUq7UXM
March 22, 2021 at 07:02AM by devstack06
https://ift.tt/3lB0g82
(Flutter Chat App Development #19 ) Implementing One to One Chat Functionality (Pt-1) #SocketIo #Flutter #NodeJS
https://youtu.be/i9IqhUq7UXM
March 22, 2021 at 07:02AM by devstack06
https://ift.tt/3lB0g82
YouTube
Flutter: Let's implement one to one chat functionality (Pt-1) using Socket IO || WhatsApp Clone #19
Show your support and subscribe to the channel -: https://devstack.page.link/eNh4 🤝🤝
#Flutter #socketio#nodejs #chatapp
Last Video Link: https://youtu.be/_j624byEdCs
---------------------------------------------------------------------------------------…
#Flutter #socketio#nodejs #chatapp
Last Video Link: https://youtu.be/_j624byEdCs
---------------------------------------------------------------------------------------…
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
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
Flutter 101 Podcast
Thomas Burkhart is a GDE for Flutter and Dart. He's the author of popular packages, like get_it, and flutter_command. We talked about the RVMS architecture.
New post on /r/flutterdev subreddit:
How to Ignore Touch Events of a Widget in a Flutter?
https://ift.tt/3slXw0I
March 22, 2021 at 06:14AM by lil_dragplix
https://ift.tt/3tJkwXQ
How to Ignore Touch Events of a Widget in a Flutter?
https://ift.tt/3slXw0I
March 22, 2021 at 06:14AM by lil_dragplix
https://ift.tt/3tJkwXQ
Flutter Agency
How to Ignore Touch Events of a Widget in a Flutter?? - Flutter Agency
AbsorbPointer Widget is basically used to enable/disable any widgets in a flutter...how ignore touch events of a widget in a flutter
New post on /r/flutterdev subreddit:
How to Do SSL Pinning Via Self Generated Signed Certificates In Flutter?
https://ift.tt/3r4hYC9
March 22, 2021 at 08:08AM by lil_dragplix
https://ift.tt/3f0bp0P
How to Do SSL Pinning Via Self Generated Signed Certificates In Flutter?
https://ift.tt/3r4hYC9
March 22, 2021 at 08:08AM by lil_dragplix
https://ift.tt/3f0bp0P
Flutter Agency
How to Do SSL Pinning Via Self Generated Signed Certificates In Flutter? - Flutter Agency
we have learned various flutter articles based on flutter like Refresh AlertDialog in flutter...SSL Pinning Via Self Generated Signed Certificates
New post on /r/flutterdev subreddit:
Building realtime apps with Flutter and WebSockets: client-side considerations
https://ift.tt/3cZdM1g
March 22, 2021 at 10:02AM by Ramirond
https://ift.tt/2PgqCQN
Building realtime apps with Flutter and WebSockets: client-side considerations
https://ift.tt/3cZdM1g
March 22, 2021 at 10:02AM by Ramirond
https://ift.tt/2PgqCQN
Ably Realtime
Building realtime apps with Flutter and WebSockets: client-side considerations | Ably Realtime
Learn about the many challenges of implementing a dependable client-side WebSocket solution for Flutter apps.
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
FlutterForce — Week 113
https://ift.tt/3c8Ae9b
March 22, 2021 at 09:46AM by flutterist
https://ift.tt/3c9KAFL
Medium
FlutterForce — #Week 113
Weekly Flutter Resources
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
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
reddit
My attempt of a level-headed take on a divisive topic. First part...
Posted in r/FlutterDev by u/ianmv • 4 points and 0 comments
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
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
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:
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
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
Dart packages
page_view_dot_indicator | Flutter Package
A simple and animated page view indicator in the form of dots, which you can customise color, size, space and duration.
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
Tutorial: Fortune Wheel in Flutter
https://ift.tt/3cTOAcK
March 22, 2021 at 12:58PM by flutterclutter
https://ift.tt/3cUqFKf
Flutter Clutter
How to implement a fortune wheel in Fliutter
Learn how to implement an animated fortune wheel.
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
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
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
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:
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
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
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:
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
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
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:
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
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
Dart packages
autoform | Flutter Package
A simple package to help you build forms. A form builder with code controlled validation.
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
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
reddit
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...
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
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
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
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.