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

Flutter iOS Photo Gallery on Cellular
I'm working on a Flutter app where I need to use photos from the User's phone gallery. This works fine if the user is on Wifi, but for some users who are on Cellular, the app is not able to download photos from the phone gallery.I know the problem is that iOS users have a setting where they have disabled photo updates/sync on Cellular data. When this setting is on, the app is not able to download photos from the gallery. But I checked they are able to upload high-quality photos to Instagram, Facebook Messenger despite this setting.Is there a way to access photos even if the setting is disabled for cellular?

January 28, 2022 at 10:49AM by kshf24
https://ift.tt/3AMWO1S
New post on /r/flutterdev subreddit:

Clock Loader, a Flutter package displays a smooth and creative loader.
https://ift.tt/3H8G4EE

January 28, 2022 at 11:15AM by connectsteven
https://ift.tt/3KMKtiR
New post on /r/flutterdev subreddit:

Why is there no inner shadow in Flutter?
It just seems strange. P5 priority, almost 4 years have passed since the creation of the issue.
If there is anybody here from Flutter team, please, give some insights.

January 28, 2022 at 12:24PM by AlexandrFarkas
https://ift.tt/3gbKI8J
New post on /r/flutterdev subreddit:

Suggestion to have a weekly tutorial megathread
Scrolling through reddit tonight I swear I have seen over 10 tutorials coming up from this sub and no other discussion or info from flutter at all. Most of these posts had very few upvotes and comments. I almost unsubscribed but then realised there could be a better way!What do you guys reckon?

January 28, 2022 at 01:22PM by MyNameIsIgglePiggle
https://ift.tt/3o7SSU3
New post on /r/flutterdev subreddit:

App Feedback Thread - January 28, 2022
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

January 28, 2022 at 03:00PM by AutoModerator
https://ift.tt/34jQRgJ
New post on /r/flutterdev subreddit:

Best approach to build a Responsive app for mobile and desktop.
Hi All,I have started working on my 4th flutter project which should be responsive ( mobile and desktop ). I have created an architecture inspired from clean architecture and also included responsive builder to get the screen sizes. I am conditionally displaying the widgets in the screens based on platform. (isMobile ? mWidget: dWidget)So, is this the right approach to add conditions inside the screens or do we need to create separate screens for each Platform ? ( Considering the UI is similar and can be built in one page, with if conditions)Can anyone please suggest a better approach?Also, what do other frameworks like React Native or web apps do to handle responsiveness?

January 28, 2022 at 03:14PM by _the_airbender_
https://ift.tt/3ADyIGy
New post on /r/flutterdev subreddit:

Flutter : Build A Dictionary Application with Audio Pronunciation
Building mobile apps with flutter don't have to be difficult especially when it's a dictionary app with audio enabled.Check out this videohttps://youtu.be/kUeTVggUJTw

January 28, 2022 at 06:25PM by Destiny-Ed
https://ift.tt/3o3R5iL
New post on /r/flutterdev subreddit:

offline recipe app in flutter
Hello everyone,I know, a recipe app is one of the most basic app, one that you easily find a lot of tutorial for. But unfortunately, it seems no one ended up developing a real/complete app that allows you to create recipes, stored locally (and not only read beautiful online recipes).My MVP seems simple, but apparently it's not:offline (data stored on the device, with no online interaction needed)compatible with all platforms (ios/android/web/linux/macos), including recipe image uploadopen source (granted, there are some good looking closed sources paid apps)complete: browse recipes, search, create/write/edit recipes, etc.with i18nAs a bonus, because that's important for me (ok, that's really not common):for an easy/quick reading, put the ingredients on each recipe steps, not on the recipe itself (see https://github.com/lenios/shefu)​I searched all over github, and the nearest i could find is cookza (https://github.com/alxflam/cookza), really great work but it still requires firebase so i'm not sure about the first point. Everything else is not even close to a real app... Did i miss something usable? Do you know something that fills my MVP specs?I ended up creating a new flutter app myself, with the best i could find: GetX, Hive, i18n and latest flutter version, building on macos to ensure desktop compatibility (see shefu link above). This is still ugly, full of bugs and lacking features (having a bad time with nested recipes>steps>tuples>ingredients thing), but hopefully it will get better over time. Feel free to comment or help if you can ^^.

January 28, 2022 at 10:07PM by lenios2
https://ift.tt/3s1i5AU
New post on /r/flutterdev subreddit:

Is there a way to mark custom divs in the html renderer? I want to test using Cypress and the current id-less tags soup is not easily queryable
Have you managed to find a solution to place some identification data on the generated divs? I'm trying to setup Cypress. There's no way I start using another obnoxious "fancy" wrapper/driver for testing virtual DOM. Angular/React/Flutter, all of them are promising fast testing only to drag you in a pit of despair. I'm sick of things like "testbed", "robot", "settle", "tick" and so on. These kinds of tests end up eating massive amounts of useful time. The only testing that I really enjoy is testing using Cypress. And I will go to great lengths to do it this way. It's a breeze to setup the tests, super concise and super resilient to change detection mechanics/behaviours.

January 28, 2022 at 11:48PM by SpaceInstructor
https://ift.tt/32GZUHX
New post on /r/flutterdev subreddit:

how simulate the scroll view with tweets in a flutter
I'm thinking about how it is possible to build an infinite scrollable list like the tweeter tweets with runtime updates.I'm missing the part on how it is possible to build a system like this with flutter and I would like to discuss it with the community

January 29, 2022 at 12:21AM by crazyjoker96
https://ift.tt/3KQGnpH