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

need help for dev. flutter app
hi! my name is Vivek. I am not a tech guy but I want to dev. application with flutter anyone wants to help me so contact me for more discuss ;- chavda...@gmail.com

November 12, 2019 at 10:33AM by vivek chavda
https://ift.tt/32FVhru
New post on /r/flutterdev subreddit:

Using biometric auth with firebase
I'm looking to build a project with flutter and my goal is to use firebase as my backend. I want to be able to have a user log in using email and password but then afterward be able to quickly authenticate with biometrics. What is the best way to go about this? Does anyone know of any good resources on the matter.I am aware of the local_auth flutter package but I'm not sure the best way to combine it with firebase auth. I was thinking to retrieve the user id token when the user logs in and then store it to local storage? Then use local_auth to locally authenticate and then retrieve the firebase user id token to authenticate with firebase?

November 15, 2019 at 04:13PM by grassygaaf
https://ift.tt/3578v2h
New post on /r/flutterdev subreddit:

dart/flutter - documentation on phone OS permissions?
i'm trying to get a handle on how my app manages permissions. in most cases, the plugins themselves that i use to implement functionality (camera/gps/mic) requests permission at run-time.however, i don't love that it is so removed from my visibility and done behind the scenes. for instance, i wanted to create a page/view that lists permissions that our app needs and current state (granted/denied/etc).i investigated using "permission_handler" as their demo does exactly what i want (list all permissions and current state) and worked pretty well. however, there is the iOS issue below. I do not find/accept just giving a dummy reason for every single possible permission in plist (even those not needed by the app) as a valid approach. no clue when they are going to separate out each request into their own plugins, so i don't want to just wait around.https://github.com/Baseflow/flutter-permission-handler/issues/26i wanted to better understand dart/flutter's interactions with permissions with the underlying OS better. however, I can't find any documentation at all on dart or flutter's "own" pages giving any insight/background.all searches turn up links to the "permission_handler" plugin or similar plugins which haven't been updated in many months.so, my question is, are permissions something just completely ignored by dart/flutter and the expectation is that we are left completely bridging that gap with native interfaces? i find it hard to believe it isn't even mentioned (at all) by google's dart/flutter teams? it's a fundamental part of running apps on phones. i understand having to do it ourselves, but to not even reference/mention it seems weird. am i missing something?thanks!

November 15, 2019 at 04:11PM by pickleback11
https://ift.tt/2Ojyehj
New post on Flutter Dev Google group:

Telerik would like to hear from you about your Flutter needs
Hey Flutter devs! My name is Rossi Fakalieva and I’m part of the product management team for the Telerik & Kendo UI product at Progress. For those who might not know us - Telerik and Kendo UI product lines are leaders in their markets for UI components & productivity tools (.NET and the

November 15, 2019 at 05:37PM by Rossi Fakalieva
https://ift.tt/2qj4LMd
New post on Flutter Dev Google group:

Download size of a minimal Flutter app?
I just checked the download size of a minimal Flutter app and its 5.0 with java and 5.3 with Kotlin for ARM, but it says 4.3 MB for ARM, and 4.6 MB for ARM 64 on https://ift.tt/2qTx2ci. Am I missing something here.

November 15, 2019 at 05:51PM by Michael Tawiah Sowah
https://ift.tt/2qTx2Jk
New post on /r/flutterdev subreddit:

Getting Started With Flutter BLoC
https://ift.tt/2Kqxcii

November 15, 2019 at 05:58PM by Elixane
https://ift.tt/2XeP9FM
New post on /r/flutterdev subreddit:

Flutter Live Booklet: Flutter component recipes -- great resource!
https://ift.tt/379He0Y

November 15, 2019 at 05:58PM by Elixane
https://ift.tt/2XjDdT8
New tweet from FlutterDev:

🔎Need to find where a UI element is declared?

With the Flutter Inspector tool (in DevTools and Android Studio), you can click on a widget in the UI to jump to its code. #FlutterFriday pic.twitter.com/D6PZS2BWNp— Flutter (@FlutterDev) November 15, 2019

November 15, 2019 at 06:36PM
http://twitter.com/FlutterDev/status/1195395064815669251
New post on /r/flutterdev subreddit:

Is there any way to give font size in dp?
I want the font size to remain the same regardless of device or font settings.

November 15, 2019 at 07:45PM by Xihuny
https://ift.tt/2OfhTtY
New tweet from FlutterDev:

#WidgetoftheWeek: AnimatedCrossFade 🎬

Cross fade is a cinematic term in which one thing gradually fades into another. Use AnimatedCrossFade to get creative with your widgets. Edit the nature of the cross fade to your heart's desire.

Watch more → https://t.co/jIKntG7e8z pic.twitter.com/aLrNkoOQW6— Flutter (@FlutterDev) November 15, 2019

November 15, 2019 at 08:07PM
http://twitter.com/FlutterDev/status/1195418136624824321
New post on /r/flutterdev subreddit:

Displaying "Downloaded" HTML and assets into WebView?
I've looked at a few packages and have multiple test projects loading remote URLs and local files with many script files and images etc.But they all seem to use something similar to the rootBundle.load(path); approach. Which is great when you know what you are loading. But I would like to download, unzip (which I have working) and access an HTML site dynamically.I'm not quite sure if this is a limitation with the current status of WebView in Flutter? Has anyone seen other techniques / approaches?

November 15, 2019 at 10:39PM by _DarthCoder_
https://ift.tt/2qSPnX5
New post on Flutter Dev Google group:

💻Flutter drag and drop IDE📈👍
Hello Flutter Dev's, Any suggestions on a Flutter drag and drop IDE??😀

November 16, 2019 at 03:14AM by Edgar Vega
https://ift.tt/37aECzR
New post on Flutter Dev Google group:

How to export data from database table to the sheets ?
How to export data from database table to the sheets in flutter ?

November 16, 2019 at 06:50AM by mahantappa b k
https://ift.tt/2QlDF1A
New post on Flutter Dev Google group:

Problem with iOS ad-hoc export
I wrote an app with flutter and it is running on my iPhone in debug mode. Now i want to send it to my employer, So i've create an ad-hoc version of my app and create a "Diawi" link. After that i did check the app on my device and the app is installed on my device but not working and keep

November 16, 2019 at 07:02AM by azim vaziri
https://ift.tt/2Qofdgg
New post on /r/flutterdev subreddit:

How to improve flutter_markdown performance?
I am working on a SliverList that builds MarkdownBody elements, however I am running into performance issues. If I scroll very slowly it is not too bad, however the faster I scroll, the worse the performance gets. Sometimes it can completely freeze for a second or two.I have thought about creating my own markdown parser, however I would first like to see if anyone has any input on how I might be able to improve the performance.If you would like to see some code, feel free to check the SliverList here, and the widget that contains the MarkdownBody here.Thanks!

November 16, 2019 at 03:47AM by banana_shavings
https://ift.tt/33U1rWn
New post on /r/flutterdev subreddit:

Super Enum : Create super powered enums similar to sealed classes in Kotlin.
https://ift.tt/32SZ454

November 16, 2019 at 03:26AM by xsahil03x
https://ift.tt/2QoK1O0
New post on /r/flutterdev subreddit:

How to Connect Microsoft azure to flutter app??
No text found

November 16, 2019 at 02:33AM by leelamanoj
https://ift.tt/2Okgdiy