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

App Feedback Thread - March 19, 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

March 19, 2021 at 03:00PM by AutoModerator
https://ift.tt/2OGD78p
New post on Flutter Dev Google group:

Our first meet up is officially here
Hello Hope you had a wonderful week. This is just to remind you of our meet up tomorrow *between 10 am to 12 noon at Hive Colab Mbarara, Amazon Building* If you have not filled this form
New post on /r/flutterdev subreddit:

HTTP2 for Flutter Web?
Posting this as a hope that someone else has figured out this problem so I don't have to.I have a mobile application (Android/iOS) that is required to use http2, mainly for the HTTP2 Push. It works great on mobile.Management said "Great...now make it web app". Most of the libraries we use either support web or we can find an alternative that supports web. However, none of the HTTP2 libraries (we currently use Dio with http2 and dio_http2_adapter) we've found support Flutter Web.Switching to websockets is not an option at this time. Any ideas?

March 19, 2021 at 03:27PM by FlutterLovers
https://ift.tt/30Y3b17
New post on /r/flutterdev subreddit:

theme_mode_builder | A Flutter package to change the theme of your app! 🚀
Theme Mode Builder allows you to add theme-changing support to your Flutter app easily!​https://pub.dev/packages/theme_mode_builder

March 19, 2021 at 03:21PM by YazeedAlKhalaf
https://ift.tt/2P6wWtV
New post on Flutter Dev Google group:

Tips for learning Flutter
Hello, I have decided to learn flutter, and I want to know if it is a good idea to learn only from the documentation on the official website, or if I should look for tutorials or some course to get started. If someone would advise me on that matter, I would be very grateful.

March 19, 2021 at 04:33PM by John Villanueva
https://ift.tt/3vHpuq1
New post on /r/flutterdev subreddit:

dispatcher 0.0.2 | Easily publish data and notify multiple listeners at once
Hi everyone, this is a new flutter package I'm working on ! Comments, suggestions and pull-requests are very welcome :)https://pub.dev/packages/dispatcherhttps://github.com/AlexBolot/dispatcher

March 19, 2021 at 04:21PM by Numinex222
https://ift.tt/3s2uzH3
New post on /r/flutterdev subreddit:

flutter_stash 1.1.4 | Gathering useful widgets and code snippets
Hi everyone, it's my first time posting here. I wanted to share this package I've been working on !https://pub.dev/packages/flutter_stashhttps://github.com/AlexBolot/flutter_stashHere's a list of the provided widgets :SplashScreenBubbleLoaderTooltipTextSharedFutureWidgetLiquidLoaderSwitchWidgetDropDownList

March 19, 2021 at 04:18PM by Numinex222
https://ift.tt/3c1sFRx
New tweet from FlutterDev:

📦 Step right up for some useful packages!

Read @getsentry's blog to learn more about the major update to their Flutter package for their crash management and release tooling.

Check it out 👇 https://t.co/nSkiinugaG— Flutter (@FlutterDev) March 19, 2021

March 19, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1372956028967514123
New post on Flutter Dev Google group:

Regarding Storage of Data in Phone apart from Shared Preference
Hi Devs, *May be this much lengthy mail. Please read this.* In my recent project, I am using Shared preference for storing bool value for whether the user is authenticated already or not. So the bool value will be false when the user logs out. It works perfectly in the starting stage. So after

March 19, 2021 at 06:25PM by Balaji K S
https://ift.tt/3vKyHxA
New post on /r/flutterdev subreddit:

Providing Advice to Businesses Considering Flutter in Production?
I receive sponsorship from a multi-billion dollar global hardware maker to help a developer community with small, medium, and large companies in it. I don't distinguish between small-company and large-company, I just answer technical questions about a hardware-specific API. I've been using Flutter on the desktop, web, ios, and Android for the best year. I've also built hundreds of tests with Dart. I like Dart and I receive zero influence from my sponsor to use another technology. They are fine just sponsoring the "community," which is primarily a forum.As I'm so enthusiastic about Flutter, I started to influence businesses to use Flutter. I felt that I needed to put out a statement to the community of developers about a few words of caution. As I really like Flutter and emotionally wish that more people would use it, I am wondering how other people approach this type of "strategic consulting" advice. Imagine that you're giving advice to a large company about technology choice or an entrepreneur with limited resources (and the need to hire and manage a small dev team). I put down some cautions in the video below. I am wondering how other people respond to requests for advice.https://youtu.be/GMkqFMbdMz0Here are the main points on my mind so you don't have to slog through the video:Flutter Web doesn't have all the packages yet and it is not so good for text-heavy web sitesFlutter Desktop doesn't have all the packages supported and the "release to store" and "signing" mechanism is either clunky or not feasible on Windows. I don't release to the Windows Store, so I can't comment on this, but people ask me about this. If someone knows about the security "signing" mechanism, please advise.null-safe, while awesome in the future, is not that easy to implement as of March 2021 if you use other packages. This may change real soon now, but maybe they should wait until the null-safe transition settles down?The really big issue on my mind is "can the business hire enough skilled Flutter developers?" Often, people will post on our forum about "want to hire Flutter developers WITH access to the hardware." Unfortunately, the hardware is about $1,000 per unit and it is difficult to ship around to some countries. :-( I know from answering questions and reading code snippets in our community and their direct discussions with other developers that a lot of people are still using Java and Objective C because they've been working on their business app for a while and making incremental improvements to it.Honestly, I don't want to get someone I give advice to into a tough situation at their company. What advice do you think I should give them with regards to Flutter? Should they go for it today, in production, in March 2021 for a business-critical app? Some of these entrepreneurs are betting the company. It's scary. They're likely looking at Flutter because I've run hundreds of tests with Dart/Flutter on four different hardware models (I have access to all the hardware models) over the course of years and I publish my tests and send it to them.

March 19, 2021 at 06:47PM by cloudster314
https://ift.tt/3s2NFgt
New post on /r/flutterdev subreddit:

The easiest way to save files in Flutter.
Hey geeks, I've developed a plugin package know as 'file_saver' as the name suggests it saves files on all Platform and Downloads it on web and happy to announce it today, it supports all 6 Flutter platforms and you can read the basic tutorial [here.](http:// https://link.medium.com/HFrLg3d6Keb). Show some love fam. Working on it to add Save As dialog.

March 19, 2021 at 06:41PM by incrediblezayed
https://ift.tt/3cQWDqI
New post on Flutter Dev Google group:

Flutter 2.0.3 released to the stable channel
We are pleased to inform you that Flutter 2.0.3 is now available in the release channel. This fixes the following issues: - https://ift.tt/3eYzsNB - Unable to deep link into Android app - https://ift.tt/3r9DntK - Flutter

March 19, 2021 at 09:09PM by Christopher Fujino
https://ift.tt/30WpJzr
New post on /r/flutterdev subreddit:

I'm leaving flutter because of focus freezing
I have to switch to android studio if still there is no solution to focus freezing after entering focus into textfield fter many updates they didn't fixed focus freezing, this problem specially in tv or android box apps i can't add text inputs like search because focus freezing on done editing. So what's your advise for me.

March 19, 2021 at 09:18PM by diyar_gulli
https://ift.tt/3vHEVyr
New post on /r/flutterdev subreddit:

[post title about Flutter iOS jank]
[iOS jank question or complaint]

March 19, 2021 at 10:42PM by Schnausages
https://ift.tt/2QjeWNv
New post on /r/flutterdev subreddit:

Is there a way to disable the device going to sleep?
Hey all,I’m writing an app that expects frequent user taps after a varying interval of time passes. For example: the user might tap a button on the screen and 10 seconds later, 30 seconds later or two minutes later (depends on the user), the user will interact with the app again by pressing a button.Given that, it would be really annoying if the phone went to sleep everytime before the user could interact with the app. Therefore, is there a way to prevent the device from going to sleep to prevent a negative user experience?Thanks I’m advance!

March 20, 2021 at 05:38AM by antariksh11
https://ift.tt/3cKR8d2
New post on Flutter Dev Google group:

Keypad hides textfield flutter dart ,please help new to flutter
Hi, Keypad hides textfield flutter dart , is there any solution for this , I tried lot but nothing worked Here is my code , stckoverflow link. https://ift.tt/3lFXbUo Regards.

March 20, 2021 at 08:05AM by Navas jaseer
https://ift.tt/3s91eLo
New post on /r/flutterdev subreddit:

crop_your_image | A bland-new Flutter package for cropping images with your own designed UI
Hi, everyone.I'd like to introduce my developing Flutter package here, which is crop_your_image.https://pub.dev/packages/crop_your_imagecrop_your_image provides Crop widget which enables users to edit cropping area and CropController which enables app developers to control cropping behavior.As Crop is just a widget, you can flexibly place it in your own designed UI and can be controlled by whatever Widgets using CropController.I'm happy if you try this package and enjoy building cropping images functionality in your own app!

March 20, 2021 at 09:38AM by chooyan-eng
https://ift.tt/3lvMofo
New post on /r/flutterdev subreddit:

Does marking widgets const actually make a difference?
If the linter is able to figure out when you should use consts (e.g. rule: prefer_const_constructors), then why wouldn't the complier just set the flags itself?Is there a good reason for the complier not to do that, or am I just throwing around consts for no actual performance boost?

March 20, 2021 at 10:33AM by UntitledObject
https://ift.tt/3cLekYE