Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Dive deep into Flutter platform channels and learn how to add platform-specific code to your Flutter app. @mnravn covers message, method and event channels in this article.

Read it here ↓ https://t.co/ppl2Gav3ku— Flutter (@flutterio) August 28, 2018

August 28, 2018 at 09:00PM
via Twitter https://twitter.com/flutterio
Reddit: New Flutter Beta Upgrade available v0.6.0
Time to run Flutter upgrade v 0.60 is out

Submitted August 28, 2018 at 10:15PM by Pixelreddit
via reddit https://ift.tt/2LCWIhU
GGroup: Beta Update (v0.6.0)
We've just released a new build on the beta channel with version number v0.6.0. The new build is an update to beta 5. Here are some highlights from the change log: v0.6.0 - #20116 reduced release binary sizes by ~2MB - Dart SDK

Submitted August 28, 2018 at 11:10PM by Jonah Williams
via Flutter Dev https://ift.tt/2wmUi23
GGroup: [Breaking Change] iOS applications will need to register plugins at application start
I plan to commit https://ift.tt/2LzrlFa to fix runtime warnings on iOS (https://ift.tt/2MAb5Jt). However, this change will require that Flutter applications on iOS either: A. Register their plugins with the FlutterAppDelegate or with a FlutterPlugin

Submitted August 28, 2018 at 11:24PM by James Lin
via Flutter Dev https://ift.tt/2LzrmJe
Reddit: Displaying an article using Flutter
Hey,​We are a requirement to display some articles/documents within our app. The user will click a button, we display the article and they can read it and scroll through etc. The articles are basically paragraphs of text, with maybe some light graphics, tables, lists, headings, different colours for some bits of text.​I was thinking we would just take some html and pass it to some component, but there doesn't really seem to be a good html component. Ideally I wouldn't want to take the user to a web browser. They should feel like they are still in the mobile app rather than their web browser.​I see there is WebView (https://developer.android.com/reference/android/webkit/WebView), but I'm not sure how to integrate that with Flutter. I am noob to android development as well :-).​Does anyone have a suggestion of how to display some nicely formatted text in an android mobile app?

Submitted August 28, 2018 at 11:38PM by onemanforeachvill
via reddit https://ift.tt/2ohPcQo
Reddit: Simple flutter animations can create amazing effects. Check out FlutterScreens on GitHub.
https://ift.tt/2MFm18I

Submitted August 28, 2018 at 11:14PM by samarthagarwal
via reddit https://ift.tt/2LAh23x
GGroup: Breaking change to google_maps_flutter
https://ift.tt/2LBQrD9 changes the public API of the google_maps_flutter plugin. This is not technically a breaking change as the plugin was not yet published, but I thought to give a heads up in case anyone is using it. The PR changes the plugin to use AndroidView on

Submitted August 29, 2018 at 04:41AM by Amir Hardon
via Flutter Dev https://ift.tt/2N3Mpbo
GGroup: Json convert
Hi All, I am getting confused how to I handle below Json format. { "contacts": [{ "name": "Fred F", "times": 3, "last_active": 1535227448 }, { "name": "Wilma F",

Submitted August 29, 2018 at 06:00AM by Sanjay Tejani
via Flutter Dev https://ift.tt/2wvOanp
GGroup: CircularProgressIndicator does not use backgroundColor property
When I see the source code for CircularProgressIndicator versus LinearProgressIndicator, the circularprogressindicator does not pass the background Color to it's painter, hence this value does not do anything. Should I file a bug?

Submitted August 29, 2018 at 07:43AM by Jagannathan Srinivasan
via Flutter Dev https://ift.tt/2PKVftl
GGroup: How to add color to Icon in buildButtonColumn()
Eg: buildButtonColumn(Icons.call, 'CALL'), buildButtonColumn(Icons.near_me, 'ROUTE'), buildButtonColumn(Icons.share, 'SHARE'),

Submitted August 29, 2018 at 03:54PM by jayashree prasad
via Flutter Dev https://ift.tt/2BXZLBJ
GGroup: Silent buttons
Hi everyone, I'd like to create a button (raised or flat) that doesn't make any sound when tapped as I want to add my own sound to the onPressed event. I haven't found any info on how to "silence" buttons. Thanks. Andrea

Submitted August 29, 2018 at 04:43PM by Andrea Haku
via Flutter Dev https://ift.tt/2NuChpn
Reddit: Documenting all of your app's source code, a visual overview. Anyone doing this?
It's awesome how IDEs add a documentation overlay to your code. But when your project gets bigger, or when you bring in a new person to the team, it's nice to have one visual overview, like a mindmap to all your code. What classes are there, what methods, what's public and what's private of each. It would be extra awesome if there was a way to automate creating and updating it too.​I'm still a one guy company, but already I'm getting lost in my own head here. Any help appreciated, thanks.

Submitted August 29, 2018 at 05:09PM by somenick
via reddit https://ift.tt/2omhOrM
GGroup: does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?

Submitted August 29, 2018 at 05:39PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wmHpFA
GGroup: Seat Map Layout using flutter
Hi Friends, Can someone help me to get a seat map design layout as the attached image using flutter

Submitted August 29, 2018 at 07:09PM by kamesh bala
via Flutter Dev https://ift.tt/2wq7XWp
Building an app that is neither Material nor iOS-style? Instead of MaterialApp or CupertinoApp, you can use WidgetsApp — and do something wildly custom.#WidgetWednesday pic.twitter.com/g7mA9u4GCl— Flutter (@flutterio) August 29, 2018

August 29, 2018 at 09:16PM
via Twitter https://twitter.com/flutterio