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

firebase/mlkit-custom-image-classifier
Hi, Has anyone tried to test the GitHub project: https://ift.tt/2NEphjD ?? I am not an expert in flutter but I am very interested in firebase/mlkit/custom-image-classifier and I have been trying to test it without results for more than a week. I have

August 29, 2019 at 05:40PM by Antonio Gomez
https://ift.tt/2MKL2P6
New post on /r/flutterdev subreddit:

Flare Flutter Animation Transition
I'm trying to call an animation (which i got), but i want it after finalizing, forward to another page. How do i do the routing system or how can i get the animation to finish and call the other screen?

August 29, 2019 at 07:22PM by DuarteSTM
https://ift.tt/30HY2IF
New tweet from FlutterDev:

If you're a Flutter plugin author, consider migrating to AndroidX, so that users of your plugin can, too!

The easiest way to do this:

1. Create a new plugin project with the same name
2. Copy over your code
3. Replace old support libraries with AndroidX equivalents. pic.twitter.com/M5tr4pdIDv— Flutter (@FlutterDev) August 29, 2019

August 29, 2019 at 08:02PM
http://twitter.com/FlutterDev/status/1167135325841321985
New tweet from FlutterDev:

To learn more about how to translate support libraries for AndroidX equivalents, visit:
→ https://t.co/Y423SG92wK
→ https://t.co/ItkLccYcga pic.twitter.com/BzQ8ZrvIMw— Flutter (@FlutterDev) August 29, 2019

August 29, 2019 at 08:06PM
http://twitter.com/FlutterDev/status/1167136454176165888
New tweet from FlutterDev:

👍Just the right size!

Do you want to adjust constraints on a child's size to match your design? The ConstrainedBox widget lets you add requirements for a widget's sizing behavior to specify min and max widths and heights.

More #WidgetoftheWeek → https://t.co/rublSOw6OR pic.twitter.com/Q3SrJKzwJ6— Flutter (@FlutterDev) August 29, 2019

August 29, 2019 at 09:32PM
http://twitter.com/FlutterDev/status/1167158166506749952
New post on /r/flutterdev subreddit:

Can I create an iWatch app with Flutter?
Hello I am native developer, both IOS and Android. However, I am making a big shift - I am moving fully to Flutter. Right now the only question is, can I build an IOS iWatch app somehow? I heard that it is not possible yet, because of lack of bitcode support. Is it true?I saw some github samples, which apparently show how to create an iWatch app with Flutter. I would like to get correct response :) And hello :)

August 29, 2019 at 08:43PM by wellbranding
https://ift.tt/2L3qfEC
New post on Flutter Dev Google group:

Drawer Navigation
Hello, I am trying to navigate from drawer to another screen using navigator. However, it doesn't work, nothing happens and there is no error message. I tried to use the exactly same command in a floating action button and it worked as expected. Did anyone encountered a similar issue? Thank

August 29, 2019 at 09:58PM by Mutlu Şimşek
https://ift.tt/32f9lIR
New post on /r/flutterdev subreddit:

Dart 2 Cheat Sheet and Quick Reference 2019
https://ift.tt/2HvqWUM

August 29, 2019 at 11:34PM by Elixane
https://ift.tt/2ZArQ8L
New post on Flutter Dev Google group:

Loading PNG as Google Maps Marker?
My searches all come up with ways that don't work. What's the new non-deprecated way to load a PNG file into a BitmapDescriptor?

August 30, 2019 at 01:45AM by Eric Knudstrup
https://ift.tt/2zv1iez
New post on /r/flutterdev subreddit:

How do you make a Selector/Selection screen without Navigator in Flutter?
My real case scenario is this: http://imgur.com/a/4yxAzzSYou might also think in my use case as Instagram stories or YouTube app (which displays a video player on top of the list). My issue is that when I use Navigator I loose the state. I want the user to search for things, find what he wants and when he goes opens the menu again, it is there. With Navigator every time you open is a new widget. And it "closes" (or at least reloads) the previous one when popping, which doesn't seem efficient for me in that specific scenario.I've been trying to use Bottom Sheets, but they work really weird in Flutter, a lot different than other platforms. At my current situation, even a button would make me happy, but I want the transition animation, without navigating.Is any of this possible? Has anyone ever find a similar situation? It seems really simple/frequent to me, but I can't figure it out. I discovered about DraggableScrollableSheet, but it stops scrolling when you lift the finger.Edit: another way to see what I want: any launcher in Android where you need to drag up to see what you want. Or a Drawer that could be anywhere.

August 30, 2019 at 01:59AM by bernaferrari
https://ift.tt/2ZxmoYf
New post on Flutter Dev Google group:

How to upload images throught FTP?
I'm working,encounter a problem that upload many imags to FTP server ,but I search all of net and don't find a plugin.only search a plugin is 'ssh' ,but this plugin not working.

August 30, 2019 at 04:40AM by 孙龙
https://ift.tt/30KKiNv
New post on /r/flutterdev subreddit:

Can I share models from Android native to Flutter?
Hello, I am planning to redesign our Android app to flutter. The question is : can I share my data models( pure Java classes POJO) in Kotlin to the Flutter app? So that I could speed up redesign process and still use native Android Room library and interact with Sqlite natively.

August 30, 2019 at 07:28AM by wellbranding
https://ift.tt/2ZB9Riw
New post on Flutter Dev Google group:

Add selected image to horizontal listView
I using multi_image_picker plugin for my project and it works perfectly. Now I trying to modifiy the code so that the selected images will be displayed in horizontal ListView instead of GridView. But I get below exception I/flutter (18429): Another

August 30, 2019 at 10:48AM by Tony Seng
https://ift.tt/2zBOd2Z