New post on /r/flutterdev subreddit:
Building University Social media app Flutter vs React native.
Hello,So for my final year at university (computer science student) i wanted to build a university social media app for my software developing module. I was wondering if i should learn flutter or React Native since we want to make it cross platform. I've also seen that flutter has web support without needing to produce extra code so i'm leaning towards flutter since it also seems to perform better when compared to react native and produces close results to native. I have mainly experience in Java and a few web dev languages. I've never used Flutter or React Native. But if this project was to be scaled and students were to use it which do you recommend to build the project on? There will be 5 of us working on this project. Also i'm still planning out on how to start the building ... so if any of you have suggestions on how i should do things i'll be happy to hear them :)Cheers.View Poll
March 21, 2021 at 05:09PM by Friendly-Nerve-4066
https://ift.tt/2OMl9kU
Building University Social media app Flutter vs React native.
Hello,So for my final year at university (computer science student) i wanted to build a university social media app for my software developing module. I was wondering if i should learn flutter or React Native since we want to make it cross platform. I've also seen that flutter has web support without needing to produce extra code so i'm leaning towards flutter since it also seems to perform better when compared to react native and produces close results to native. I have mainly experience in Java and a few web dev languages. I've never used Flutter or React Native. But if this project was to be scaled and students were to use it which do you recommend to build the project on? There will be 5 of us working on this project. Also i'm still planning out on how to start the building ... so if any of you have suggestions on how i should do things i'll be happy to hear them :)Cheers.View Poll
March 21, 2021 at 05:09PM by Friendly-Nerve-4066
https://ift.tt/2OMl9kU
New post on /r/flutterdev subreddit:
What are some lesser know flutter or dart tip/trick/widget that everyone should know
Title says it all
March 21, 2021 at 06:12PM by dontGiveAnEfAnynore
https://ift.tt/390obbU
What are some lesser know flutter or dart tip/trick/widget that everyone should know
Title says it all
March 21, 2021 at 06:12PM by dontGiveAnEfAnynore
https://ift.tt/390obbU
reddit
What are some lesser know flutter or dart tip/trick/widget that...
Title says it all
New post on Flutter Dev Google group:
Web(Navigation 2.0 / Router API): How to handle authenticated routes and their redirects?
Web: How should I handle authenticated routes and their redirects after successful auth? Seems like this kind of things may help, any thoughts - how we can achieve similar? https://ift.tt/3tBcgsW I have tried few samples for Navigation 2.0 / Router API, yes I can understan
March 21, 2021 at 07:14PM by p.jig...@gmail.com
https://ift.tt/316LUTz
Web(Navigation 2.0 / Router API): How to handle authenticated routes and their redirects?
Web: How should I handle authenticated routes and their redirects after successful auth? Seems like this kind of things may help, any thoughts - how we can achieve similar? https://ift.tt/3tBcgsW I have tried few samples for Navigation 2.0 / Router API, yes I can understan
March 21, 2021 at 07:14PM by p.jig...@gmail.com
https://ift.tt/316LUTz
Stack Overflow
How to implement authenticated routes in React Router 4?
I was trying to implement authenticated routes but found that React Router 4 now prevents this from working:
<Route exact path="/" component={Index} />
<Route path="/auth&qu...
<Route exact path="/" component={Index} />
<Route path="/auth&qu...
New post on /r/flutterdev subreddit:
Complete nested routing is finally here! Beamer v0.10
Check the 3 layers deep navigation at this gif and at this sourceAnother big feature; now there's also a declarative API for updating the current location. And with it, a concept of
March 21, 2021 at 07:27PM by llsII
https://ift.tt/3sajbZI
Complete nested routing is finally here! Beamer v0.10
Check the 3 layers deep navigation at this gif and at this sourceAnother big feature; now there's also a declarative API for updating the current location. And with it, a concept of
BeamState
has arisen.Any contribution or suggestion is welcome and you can reach out at:pub.dev: https://pub.dev/packages/beamerGitHub: https://github.com/slovnicki/beamerDiscord: https://discord.gg/8hDJ7tP5MzMarch 21, 2021 at 07:27PM by llsII
https://ift.tt/3sajbZI
New post on /r/flutterdev subreddit:
Flutter Tutorial - AutoComplete TextField & AutoComplete Search (Johannes Milke)
https://www.youtube.com/watch?v=ybV1aIyKFE0
March 21, 2021 at 08:34PM by JohannesMilke
https://ift.tt/3s7Zge7
Flutter Tutorial - AutoComplete TextField & AutoComplete Search (Johannes Milke)
https://www.youtube.com/watch?v=ybV1aIyKFE0
March 21, 2021 at 08:34PM by JohannesMilke
https://ift.tt/3s7Zge7
YouTube
Flutter Tutorial - AutoComplete TextField & AutoComplete Search TextField With JSON Data
Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
👉 12 Week Flutter Training | https://heyflutter.com
👉 Flutter Masterclass…
New post on Flutter Dev Google group:
how to solve '!_debugDoingThisLayout': is not true error
hi I got '!_debugDoingThisLayout': is not true error when i trying to create a textField how can I solve it?
March 21, 2021 at 09:36PM by amir hossein parandin
https://ift.tt/310N0QE
how to solve '!_debugDoingThisLayout': is not true error
hi I got '!_debugDoingThisLayout': is not true error when i trying to create a textField how can I solve it?
March 21, 2021 at 09:36PM by amir hossein parandin
https://ift.tt/310N0QE
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:
proto_annotations and proto_generator packages just published
For anyone out there wanting to use the dart_grpc package on the server, and on the client, and want to avoid typing their own .proto files and mapping code between their PODO (Plain-Old-Dart-Object) classes and the classes generated by the protoc compiler, I have just published two packages on pub.dev that use code generation to automate the process and replace a whole lot of tedious boilerplate code typing.The packages are proto_annotations and proto_generator. You can find an example of their usage at https://github.com/squarealfa/dart_framework/tree/main/proto_mapper/proto_mapper_example, which you can use as a starting point.
March 21, 2021 at 10:15PM by rui_craveiro
https://ift.tt/311hv9f
proto_annotations and proto_generator packages just published
For anyone out there wanting to use the dart_grpc package on the server, and on the client, and want to avoid typing their own .proto files and mapping code between their PODO (Plain-Old-Dart-Object) classes and the classes generated by the protoc compiler, I have just published two packages on pub.dev that use code generation to automate the process and replace a whole lot of tedious boilerplate code typing.The packages are proto_annotations and proto_generator. You can find an example of their usage at https://github.com/squarealfa/dart_framework/tree/main/proto_mapper/proto_mapper_example, which you can use as a starting point.
March 21, 2021 at 10:15PM by rui_craveiro
https://ift.tt/311hv9f
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
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.