Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Urgent: How to add maps to a list in dart when the map is nested?
Dear all, Please check this stackoverflow question and help me. Basically, I need to add value of a map in a list on every iteration which will give history of values changed in the map. I got a response from a friend and that seems no working when the maps are nested. Please find below the

June 24, 2021 at 12:16PM by Ananth Kumar
https://ift.tt/3jaSsKT
New post on /r/flutterdev subreddit:

Minml app - It's flutter magic! Recently launched an app for minimalism and smart phone personalisation enthusiasts. Available on both iOs and android platform 🙌
I really look forward to your support, feedback and thoughts on minml app :)Download here: https://59rrw.app.link/minmlWith the little support amount I want to keep it ad-free and to serve the user needs at best.Thanks flutter community 🖖

June 24, 2021 at 01:15PM by artsy990
https://ift.tt/3qkSIc2
New post on /r/flutterdev subreddit:

How to solve the biggest localization issues for developers
Hey Reddits,Full disclosure - I work for Lokalise and we just put together some resources to help developers with the localization process of their apps.No strings attached - you’ll find on the page a free (no registration required) ebook on how to solve the biggest localization issues for developers. Link hereI hope you’ll find this useful and would love to hear some feedback from you. Enjoy!

June 24, 2021 at 04:10PM by cristiantonio
https://ift.tt/3wVatkv
New post on /r/flutterdev subreddit:

Flutter Tutorial Suggestion
can anyone suggest some flutter tutorial site?

June 24, 2021 at 04:02PM by risernoob
https://ift.tt/3xSlzGX
New post on /r/flutterdev subreddit:

Single vs. Multi-Package Projects for Larger Codebases w/ Multiple Teams
Hi everyone.What are your thoughts on multi-package (but single-repo) projects for larger codebases w/ multiple teams?​What are the benefits? Some that come at the top of my head are better separations of concerns, the ability to open-source some packages and experiment with different architectures without affecting the whole codebase.What are the drawbacks?Do you separate per layer, per feature, or a mixture of both?Are there any tools you recommend? Melos, for example.Do you have tips for teams looking to migrate from a single to multi-package structure?Anything else that comes to your mind.

June 24, 2021 at 03:29PM by Epidemy11
https://ift.tt/3gSr4Ql
New post on Flutter Dev Google group:

How to properly target multiple platforms in a "native" way
Hi all, The question of targeting multiple platforms in a way that feels "native" to that platform is interesting for me because with the introduction of packages like fluent_ui and macos_ui, there are now four separate "app" widgets available for use (not including WidgetsApp): - MaterialAp

June 24, 2021 at 07:06PM by GroovinChip
https://ift.tt/3gOWHKK
New post on /r/flutterdev subreddit:

question about dart and flutter
hi flutter devs,i am a 16 year old newbie in dart and flutter, and after some time learning dart syntax and flutter docs my question is: how does dart is useful in the creation of an app? i mean it just covers the logic but how does it intersecate with flutter if flutter just does everything about the ui.i read that dart covered the backend but what does it actually do?i want to start off by developing a simple morning routine app so if you can use it as an example, much appreciatedregards, davide

June 24, 2021 at 05:06PM by FilthyFrankuuu
https://ift.tt/3gYVejT
New post on /r/flutterdev subreddit:

Animations Using Hero | Advanced Animations In Flutter | Tutorial #4
https://youtu.be/-AJJhD4U-lE

June 24, 2021 at 07:55PM by ITMastering
https://ift.tt/3dbcX6z
New post on /r/flutterdev subreddit:

Question about provider
Hey guys hope you're all doing well! I'm new in fluttet and I'm confused about how exactly to use provider. I wanna save users data and coming from android i used shared preferences there. I noticed there is shared preferences in flutter too, but do I have to use it or provider can do the job alone? My app is connected with firebase and i followed a tutorial to use provider and check if the user is logged in or not to know what widget to call. So with the same multi provider i can create a new provider to keep track of user's data and use in all widget, is that right or I'm missing something? Thanks in advance for whoever helps

June 24, 2021 at 07:55PM by khalliexter
https://ift.tt/3zVNS9p
New post on Flutter Dev Google group:

Flutter Web Update Cache on Firebase Hosting
I am running Flutter 2.2.2 with Dart 2.13 for a web site on Firebase Hosting. When I do an update to the web site, I need to press reload to see the changes. Is there a setting that I can force the reload only when I update the content? The simple site is here: https://oppkey.com/#/ I can

June 24, 2021 at 10:07PM by Craig Oda
https://ift.tt/3xRDrSA
New post on Flutter Dev Google group:

Flutter with fastlane.
Under iOS I can use build_app to build app in fastlane and then push. But for Android on windows, I have to call flutter build apk first and then call fastlane to push to play store. That is very in convenience. Could someone tell me if I missed anything? Is there a easy way to build and push

June 25, 2021 at 02:00AM by wyx....@gmail.com
https://ift.tt/3h2zwLU
New post on /r/flutterdev subreddit:

Flutter UI Challenge now Updated with More UIs and Features
Get it on,Github: https://github.com/lohanidamodar/flutter\_ui\_challenges
Play Store: https://play.google.com/store/apps/details?id=com.popupbits.flutteruichallenges
App Store: https://apps.apple.com/np/app/flutter-ui-challenges/id1473537882

June 25, 2021 at 03:13AM by lohanidamodar
https://ift.tt/35Rrv7q
New post on /r/flutterdev subreddit:

[News] VSCode extension "Blockman" to Highlight nested code blocks with boxes
Also supports Dart language.
Check out my VSCode extension - Blockman, took me 6 months to build. It's free. Please help me promote/share/rate if you like it. You can customize block colors (backgrounds, borders), depth, turn on/off focus, curly/square/round brackets, tags, python indentation and more.....https://marketplace.visualstudio.com/items?itemName=leodevbro.blockmanSupports Python, Dart, R, Go, PHP, JavaScript, JSX, TypeScript, TSX, C, C#, C++, Java, HTML, CSS and more...This post in react.js community:https://www.reddit.com/r/reactjs/comments/nwjr0b/idea_highlight_nested_code_blocks_with_boxes/

June 25, 2021 at 02:07AM by leodevbro
https://ift.tt/2SnT70E
New post on /r/flutterdev subreddit:

Need some knowledge in Flutter state management..
What is the best way to list observables in Flutter using GetX. I am building a navigation bar on flutter web desktop and I am trying to create an underline on buttons when mouse is hovered over Inkwells. How do I achieve this without a StateFul Widget using GetX.

June 25, 2021 at 07:24AM by mryoloo
https://ift.tt/2SqGkup