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

Does Google have a site/method where developers can request/"up vote" new Flutter features? (like flutter.canny.io?)
Some projects/products/companies have sites for facilitating user feedback to help prioritize their road map. For example, Expo, for ReactNative, uses expo.canny.io and it's really cool.I would like to request an official audio recording/playback API as all the community-driven audio code is buggy.Does Google have anything like this for Flutter?

October 31, 2019 at 10:33AM by remoteportal
https://ift.tt/2owQ6Mz
New post on Flutter Dev Google group:

Web App from Javascript
Hi everybody. Is it possible to call a dart/flutter procedure from javascript in a Web Flutter Application ? Is it possible to call a javascript procedure from dart/flutter in a Web Flutter Application ? If yes, is there any documentation somewhere ? Thank you. /Larpoux

October 31, 2019 at 11:29AM by Larpoux
https://ift.tt/36mAlcn
New post on Flutter Dev Google group:

Flutter Tap Gestures not working with UiKitView and MapBox
I'm trying to find the best way of using MapBox with Flutter and UiKitView/AndroidView seemed like a good approach. I've managed to setup a UiKitView that loads MapBox with an annotation and polyline drawn however trying to use some gestures that MapBox allow for such as tapping on an annotatio

October 31, 2019 at 11:59AM by Jonty Lisher
https://ift.tt/31Z0ieE
New post on /r/flutterdev subreddit:

Paid app and free app
Hi i want to create one app with ads and one paid app without ads,Do I need to create 2 project for it one which will include admob and one app without admobIs there any difference solutions for it?

October 31, 2019 at 11:55AM by Kotaibaw
https://ift.tt/2q5CeJG
New post on Flutter Dev Google group:

how to download images data from database using SQLite
Hey there!! I am currently developing an app where I need to download the images and store them locally on mobile. All the previous images will be stored at the time user first login and when new images are received, they will have to be downloaded automatically to the local images folder.

October 31, 2019 at 01:43PM by Parul Nandwani
https://ift.tt/2N5L0Rb
New post on /r/flutterdev subreddit:

Share some good articles that flutter developers should read.
Let's share some good articles that flutter developers should read.We are also writing articles on Flutter too. Checkout: https://flutterhub.in

October 31, 2019 at 02:05PM by citrusleafin
https://ift.tt/2BZva3X
New post on /r/flutterdev subreddit:

I'd like to create a community README template for Flutter and I'm looking for the best README files. What do you think is essential? What structure do you prefer? Any must-have badges? What not to do?
Hey everybody,
I'm working on a visual templating engine using Flutter Web (open source) and I'd like to create a recipe for generating the perfect Flutter package README.I'd really appreciate a comment about your preferences.Thanks.

October 31, 2019 at 01:38PM by modulovalue
https://ift.tt/334G4RM
New post on /r/flutterdev subreddit:

#25 CheckBox Flutter Widget
https://youtu.be/Le5nGblKKoI

October 31, 2019 at 01:27PM by systechdevelopers
https://ift.tt/2JANZi0
New post on /r/flutterdev subreddit:

Realistically how much work goes into making a Flutter app look and behave the same on iOS and Android?
In the company that I am employed at my team has built a mobile app using React Native. We have its iOS version out already and are now busy working on an Android version. To sum up, getting an Android version up and looking acceptable is proving painful. The promised advantage of using React Native which is to "write your app once and have it easily run on iOS and Android easily" is simply naive . We have been spending a lot of time fixing UI issues that fit somewhere between things are either not looking the same across the two platforms, things do not behave the same way or simply not work at all.A property of Flutter that's important to appreciate (which I don't think is immediately identified as an advantage) is that Flutter has a full stack graphics rendering engine (Skia) under its hood. To me this places it in a very small class of alike software, the best example of which are Internet browsers with the ability (to a very large degree) to render pixel perfect output on multiple platforms. In contrast, React Native outsources its rendering to the underlying platform and that feels like a problem one could never get rid of and a source of many visual inconsistencies across iOS and Android.If having a built in graphics engine means uniform UI on iOS and Android then that's a very exciting prospect when you consider what a typical app developer spends most of his/her time doing. However this is just my speculation and I have no real Flutter experience to help deduce if this is any more true for Flutter than the results I'm seeing with React Native.If you relate to what I've described and have experience with Flutter I'd love to know what you think about the kind of effort needed to make a Flutter app look and behave the same on iOS and Android (ignoring Cupertino widgets and wanting to make an app look native).

October 31, 2019 at 03:14PM by armanm
https://ift.tt/36lRhPY
New post on /r/flutterdev subreddit:

“Building Flutter apps for multiple screen sizes and devices” by Viktor Lidholt, FlutterSweden
https://ift.tt/34sBXj5

October 31, 2019 at 04:43PM by ocken
https://ift.tt/2q6z08M
New tweet from FlutterDev:

⃪⃗ Select from a range of values!

The RangeSlider widget selects a single value from a range. Min, Max, divisions, and labels can also be set. You can choose from the CupertinoSlider or MaterialSlider!

More #WidgetoftheWeek → https://t.co/vM4fs3PSVC pic.twitter.com/voQzmdwK4F— Flutter (@FlutterDev) October 31, 2019

October 31, 2019 at 06:44PM
http://twitter.com/FlutterDev/status/1189961347422810112
New post on /r/flutterdev subreddit:

Building a Website In Flutter - Flutter Web Beginners Tutorial
https://youtu.be/XmBuwm-GhNc

October 31, 2019 at 08:40PM by Filledstacks
https://ift.tt/36jI0YO
New post on /r/flutterdev subreddit:

Recommended Youtube channels?
Sorry for this basic question but I didn't find any reference in the wiki. I'm looking for some channels to watch to learn flutter. I'm looking for someone to break down building the ui step by step. Most videos I watch either don't go over basics or they just say things like " Don't worry about this I'll explain later" but then the explanation doesn't really help or they don't really break down each widget just nest more inside giving a general overview what all that together does.Again sorry for the basic question I know Flutter is still relatively new but any and all suggestions are appreciated.

October 31, 2019 at 08:33PM by jokesterae
https://ift.tt/2C5KjRb
New post on /r/flutterdev subreddit:

Adding custom style to a map [google_maps_flutter plugin]
Hi guys !
I'm trying to add a custom style to my google map (after using the helper https://mapstyle.withgoogle.com/ ).I am using the google_maps_flutter plugin, but I don't see where to put the json and URL parameters. In fact, I don't see any URL in the plugin code I could overwrite within my code.Thank you !

October 31, 2019 at 11:19PM by doteur
https://ift.tt/327EjSx
New tweet from FlutterDev:

💙🌎

An event for a global audience, #FlutterInteract! Have questions? Ask them in the comments, 👉use #AskFlutter 👈, and we'll answer them during the event. It will be interactive, regardless of where you are in the world!

For more event details → https://t.co/y61Upqz35P pic.twitter.com/KWxLyTIprc— Flutter (@FlutterDev) October 31, 2019

November 01, 2019 at 12:14AM
http://twitter.com/FlutterDev/status/1190044519078621184