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

What's the best provider approach?
I've worked with flutter for a couple of years and I always create my Providers base on the functions related to my models, for example for a model "invoice" my invoiceProvider will have all the functions like create invoice, save invoice...But at this point, I'm not sure if the providers should be base on the "screen" or the module.for example, the invoiceScreen would need to handle other models like products and clients.Any advice or recommendations?

October 06, 2021 at 09:29PM by DanielRamiz
https://ift.tt/2Yoxd0v
New tweet from FlutterDev:

💥 Want to take a shortcut to ease of use? Check out our new article on Flutter's actions and shortcuts system 👉 https://t.co/mKdCcAgAoL https://t.co/wpN3pyB7Ek— Flutter (@FlutterDev) Oct 7, 2021

October 07, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1446143350734733316
New tweet from FlutterDev:

🌀 Find your flow 🌀 Watch the #WidgetoftheWeek and learn how the Flow can help orchestrate your widgets, plus: ✔️ Animate your widgets in 'paintChildren' ✔️ Pass that animation to your delegate ✔️ Optimize performance with shouldRepaint 📺 👉 https://t.co/qo08FYXF0z https://t.co/LIoiwFRJsk— Flutter (@FlutterDev) Oct 7, 2021

October 07, 2021 at 07:30PM
https://twitter.com/FlutterDev/status/1446165935514177543
New post on /r/flutterdev subreddit:

I just created Fluthereum, my first decentralized app mixing Flutter with Blockchain technologies (In this case Ethereum) please check it out and leave me some feedback :)
https://ift.tt/3FpD2LC

October 07, 2021 at 07:53PM by mcarlomagno
https://ift.tt/3Blf4Pm
New post on /r/flutterdev subreddit:

Flutter Releases & QA
Hi guys,Im super happy with flutter but the latest releases are full with bugs.It started with scroll issues and continues with essential things like entry points in your app.On 2.0.6 everything worked great. After an upgrade to 2.1+ one issue after another showed up.And again I discovered another critical issue.You can't specify an entry point for your application, not with "program" in launch.json and not with "-t" parameter. It sometimes works if I down- and upgrade flutter again and stops working at some point again.I think the flutter team is pushing features way to fast and the quality suffers.Earlier releases felt way more stable.

October 07, 2021 at 08:44PM by KaiN_SC
https://ift.tt/3oBHkts
New post on /r/flutterdev subreddit:

Instagram post styl UI in Flutter
https://youtu.be/FdXz3U1PoTw

October 07, 2021 at 08:42PM by weird-human-of-earth
https://ift.tt/3uNMNyo
New post on /r/flutterdev subreddit:

Style: New Backend Framework Project
https://ift.tt/3lkNhsu

October 07, 2021 at 09:47PM by mehmetyaz
https://ift.tt/2ZWLPo0
New post on /r/flutterdev subreddit:

Does anyone find debugging Flutter apps to be unreliable?
I recently started noticing off behaviours when debugging Flutter apps (using the vscode extension).Breakpoints do not trigger on some if statements. Sometimes all my breakpoints just stop hitting.....period.In general there seems like there have been lots of moments where I am scratching my head thinking "wtf is going on here, I swear this breakpoint should be hitting".Usually when the gremlins arise, I just cancel debugging altogether and relaunch a new session.Has anyone else noticed any weird behaviours when debugging a flutter app?

October 07, 2021 at 09:19PM by scorr204
https://ift.tt/307QUKn
New post on /r/flutterdev subreddit:

If you want to start building apps with flutter, take a look at state management first!
Everyone knows that, its super easy to build nice UIs with flutter.Where most new people struggle is state management. No separation of state and UI, async functions in views or services, future builders and so on. Usually I just scroll by and don't pay any attention to posts like this but this is getting out of control here.I'm a senior developer for 15+ years and it took my multiple days to look at the state management solutions and pick my favorite one. I would suggest to do the same else you would end up with bad code that is not extendable and it will get worse and worse.My favorite state management solution is Bloc but Provider is fine as well, probably better for new developers without experience.This is one of the posts I'm talking about. Its nothing wrong to be new into development, that's great but you have to start right. That's very important.https://www.reddit.com/r/flutterhelp/comments/q3ixqc/what_is_wrong_with_my_sign_up_function/I did here a small example how it could be done with bloc instead of putting everything in the UI. Its not complete but you will get the point.

October 08, 2021 at 12:13AM by KaiN_SC
https://ift.tt/308fBq3
New post on /r/flutterdev subreddit:

Announcing go_router 2.0.0: A declarative Nav 2 router for Flutter supporting deep linking, data-driven redirections and more
After a ton of feedback and contributions, the go_router package has moved to v2.0.0, mainly due to a breaking change:BREAK: by popular demand, queryParams has been split out of params, so you'll need to migrate your code that uses query parametersFix: the Android system Back button now works as expectedadded namedLocations for redirecting via named routes, saving you from having to put any URI formatting into your code at allupdated the nested navigation example to show how to keep state with AutomaticKeepAliveClientMixinFix: adding query parameters to a top-level redirect (they were missing in 1.x)Thanks to a growing number of go_router contributors; lots of these fixes came from you.If you haven't checked it out yet, now is a great time to try the go_router package.

October 08, 2021 at 07:47AM by csells
https://ift.tt/3BpJeRl
New post on /r/flutterdev subreddit:

Automatically update pubspec.yaml
Hello everyone.I have created a new GitHub repo to simply create a tool that could automatically update the pubspec.yaml. I do not know if someone has already done something similar — I suppose actually — and I know that in VSCode there is an add-on, however it has the following problem: it is not possible to update packages in block; it deletes whatever comments done in dependencies; it put the packages in alphabetical order, even if you do not want to.For this I have created this repo and I want to share it here in case some of you needs that.

October 08, 2021 at 12:46PM by lofru
https://ift.tt/3oKKZoD
New post on /r/flutterdev subreddit:

Flutter 101 Podcast with David DeRemer from Very Good Ventures
Listen to the episode here! 💙https://flutter101.dev/episodes/very-good-ventures-with-david-deremerMy guest was David DeRemer, Founder and President of Very Good Ventures. We talked about VGV, why they went all-in on Flutter, how the Flutter ecosystem has grown since the company was founded. We talked about open source development, building things reliably and consistently, the importance of testing, and David also shared with us the approach they took to building a great team.You can find all episodes and links on flutter101.dev. Listen and subscribe to the Flutter 101 podcast on Apple Podcasts, Google Podcasts, Spotify, Amazon Music, Overcast, Pocketcast, Stitcher, TuneIn, iHeartRadio, or via RSS.For updates about future episodes and Flutter news, follow me on Twitter @vincevargadev.

October 08, 2021 at 01:29PM by serial_dev
https://ift.tt/3Bo9cox
New post on /r/flutterdev subreddit:

App Feedback Thread - October 08, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

October 08, 2021 at 03:00PM by AutoModerator
https://ift.tt/3agzeOy
New post on /r/flutterdev subreddit:

continuing dev of abandoned package
I found a package (https://pub.dev/packages/dart_sql) that looks mostly abandoned to me but i found it very useful and extended its functionalities and would like to take over maintain and publish the updated package. Is this a good practice what i'm intending to do ?

October 08, 2021 at 03:30PM by effeje
https://ift.tt/3mzpep9