Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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 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/8hDJ7tP5Mz

March 21, 2021 at 07:27PM by llsII
https://ift.tt/3sajbZI
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
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
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