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

flutter-web, Firebase hosting, and versions
I'm developing an application in Flutter for deployment to the web. I happen to be using Firebase hosting, but I think that only matters because I don't have the ability to set custom headers, such as Cache-Control. Anyway, the main.js file that is the application gets cached by web browsers.

July 31, 2020 at 06:22PM by Stephen Beitzel
https://ift.tt/39Ll1rM
New post on /r/flutterdev subreddit:

How to learn to adapt native libraries to Flutter?
Hey all,Love Flutter and have quite a bit of experience with Flutter, however, do not have any experience with native development.Does anyone have suggestions for how to learn enough native development to be able to take a third-party native library and write the platform channel code to connect it to Flutter?

July 31, 2020 at 07:37PM by thespacinator
https://ift.tt/30gnR4Z
New post on Flutter Dev Google group:

VS Code extensions v3.13
Hi all, v3.13.0 of the Dart/Flutter VS Code extensions have been published. Release notes are below/online . Improved Debug Discoverability #2216
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M48 Release
Flutter IntelliJ Plugin M48 Release Plugin Enhancements Color previews for Color.fromARGB and Color.fromRGBO now show in the editor. Formerly you would see this: But now you see the color block: Special thanks to @dratushnyy on Github for the contribution! Also thanks to @LetticiaNicoli on

July 31, 2020 at 10:36PM by Steve Messick
https://ift.tt/3fjyVmb
New post on Flutter Dev Google group:

Reg : Firebase push notification
Hello, I am using firebase for notification on my flutter app, I tried with debug build for IOS & notification is working fine. For creating debug build for IOS I am using this command, flutter build ios --debug But when I tried with signed apk I am getting notRegistered error from fcm API For

July 31, 2020 at 11:19PM by suresh kumar
https://ift.tt/33f8USo
New post on Flutter Dev Google group:

How to constrain expanding container in this example?
Hi, I am a new flutter developer and am stuck with a problem. I have simple app with column view with 2 children. The second child is generated with a grid layout and controls the width of the column widget (thus the app widget). The first child has a container with some icons. I want the

August 01, 2020 at 02:34AM by VN
https://ift.tt/30htYpB
New post on /r/flutterdev subreddit:

My new Open source flutter app (A simple android assitance app for businesses to maintain people / customer visit logs)
https://ift.tt/30icJof

August 01, 2020 at 05:38AM by bipin000
https://ift.tt/3k1DGo0
New post on /r/flutterdev subreddit:

Percentage Calculation For Progress Tracking
https://www.youtube.com/watch?v=qhVSS51PI80Tracking progress is not always that simple, especially when you have to calculate the progress on a scale which initial and target value can be negative and positive. In this video I give you the magic formula which you can use for your app to handle any percentage calculation.

August 01, 2020 at 12:25PM by syntacops
https://ift.tt/3hUAd8P
New post on /r/flutterdev subreddit:

[CameraAwesome] New plugin for camera
Because Flutter community gave us so much, it's time for our studio Apparence.io to give back. We worked on a brand new camera plugin for Android and iOS. Here is what we achieved :Get all available photo size from both Android and iOS.Lock camera rotation and listen from native orientation changes to let you rotate your icons as user changes devices orientation.Take photo and save it (of course)No init needed before start applicationSwitch between sensors easilyFlash modesmake preview perfectly sized on Flutter sidecrop preview mode (instagram style)zoom management
Will release this as open source after some vacations \o/. We takes time to make this clean before giving it.
Hope you'll love it, we worked hard to make it as simple as we can.
Stay tuned>> video here <<

August 01, 2020 at 02:00PM by mcfly-dev
https://ift.tt/3hWcnJL
New post on /r/flutterdev subreddit:

What does everyone use for test app distribution?
I'd like to distribute my app easily for friends to test on both iOS and Android. I was using Codemagic to build + firebase app distribution to distribute, but that seems to only work for Android.Has anyone got a unified solution that they recommend?

August 01, 2020 at 01:55PM by 946789987649
https://ift.tt/30jNIsU
New post on Flutter Dev Google group:

GSOC 2021
Hello everyone, I wanted to know is flutter going take part in GSOC 2021?

August 01, 2020 at 02:36PM by Tanuj chaniyari
https://ift.tt/2Xlbjrc
New post on /r/flutterdev subreddit:

New package: dynamic_fonts, like google_fonts but for arbitrary fonts hosted anywhere
I recently released dynamic_fonts: a package that lets you load fonts dynamically just like google_fonts, but from any arbitrary web host.It's really just a fork of google_fonts with more of the API exposed and with some hooks to allow registering your own fonts.Why would you use this?If there is a font that you know you're going to use in your app, just bundle it normally. Don't bother with this package.But if your app e.g. offers users multiple choices of fonts, andSome fonts may not be used at all, depending on user preferencesBundling all of the fonts would bloat your app too muchthen this package gives you a convenient way to load your fonts dynamically and keep your initial download slim.I am using the package in production right now in my app Orgro, an org-mode file viewer for iOS and Android. I wanted to offer a font not included in Google Fonts, and this seemed like the best way to do so without actually bundling it.

August 01, 2020 at 03:50PM by amake
https://ift.tt/2BObYd0
New post on /r/flutterdev subreddit:

GetX Flutter Firebase Auth Example Project
I recently wrote up a medium article about converting an auth project I did to use GetX. GetX is a Flutter package that simplifies a lot of the boilerplate code of Flutter and handle state management, routing, etc. Link to the Github code.

August 01, 2020 at 04:54PM by delay1
https://ift.tt/3hVzynC