Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Has anybody set up google-tag-manager with Flutter?
Hey! Any experience with setting up google-tag-manager with Flutter? Please share if you do.

Submitted August 28, 2018 at 09:18AM by KL
via Flutter Dev https://ift.tt/2ogeYV7
GGroup: Replace AppDelegate.m to AppDelegate.swift
How to add AppDelegate.swift to the existing Flutter project with default Objective C AppDelegate.m

Submitted August 28, 2018 at 09:26AM by Ramziddin Toshmukhamedov
via Flutter Dev https://ift.tt/2P96dYu
GGroup: TextField pop up menu internationalization on iOS not support
TextField, on iOS, long press pop-up menu, does not support internationalization, I tried to modify the code, https://ift.tt/2P9dE1Q But analyze fail, Dependency loop: cupertino depends on material depends on cupertino MaterialLocalizations class in Material ,I want to

Submitted August 28, 2018 at 10:43AM by songfei
via Flutter Dev https://ift.tt/2whHgTC
Reddit: Example using bloc pattern for state management
I created an example app to work out how to use the bloc pattern to manage app state. This was an expansion of the default counter app morphing it into a dice rolling app. Many features on the screen are reactive, including theme switching as well. Concepts it demonstrates are:Using a bloc pattern for application stateUsing an InheritedWidget Provider to make the bloc globally accessibleConsumption of blocs using StreamBuilder widgetsPersisting state using SharedPreferences​https://i.redd.it/5fmxt9oxuui11.pngI am interested in anyone willing to do a code review and provide feedback on ways the code could be improved. One issue is the dark theme will load from SharedPreferences, but only after the screen renders with the light theme, so you see the light theme for a moment and then it switches to dark. I suspect this is an issue with how I am handling async.Anyway, here is the project if you want to take a look:https://github.com/codegrue/flutter_dice

Submitted August 28, 2018 at 05:50PM by CodyLeet
via reddit https://ift.tt/2Nszf4Q
GGroup: Login to website in flutter
Hi I want to login to reddit in flutter and get html responses as login user. I did this in C# in this way. 1. Download cookie 2. Login to website with cookie. Download cookie WebResponse response = null; WebRequest request = null; string cookie = string.Empty;

Submitted August 28, 2018 at 06:21PM by TheOllo98
via Flutter Dev https://ift.tt/2wuc2rT
When you run out of room, try Wrap! The Wrap widget lays out its children in a row or column, and wraps to the next line if it runs out of room. Direction, alignment & spacing properties help you get the look you need.

Click to watch all the #WidgetoftheWeek tips ↓ pic.twitter.com/W2tkMq6q3i— Flutter (@flutterio) August 28, 2018

August 28, 2018 at 07:31PM
via Twitter https://twitter.com/flutterio
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