Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: can we add customised background colour to show Dialog instead of white???
Hi all, How to add background colour to showDialog box with CupertinoAlertDialog as child... when we are trying to give colour it is reflecting only container of CupertinoAlertDialog, but i want to make it affect to total dialog box screen... !!!!!!!!!!!

Submitted March 27, 2018 at 01:17PM by N D Praveen
via Flutter Dev https://ift.tt/2DYDG1Q
GGroup: Native code debugging and external library awareness in Android Studio
Hi, I just started exploring the platform channel feature of Flutter. After successfully retrieving the remaining battery level, I wanted to go further to integrate an external library. To be specific, I wanted to integrate the PayPal (now Braintree) SDK to native code and call it from Flutter.

Submitted March 27, 2018 at 04:43PM by Edmund Tam
via Flutter Dev https://ift.tt/2IYPUer
GGroup: New Flutter tooling releases -- v23 now available!
Preview Dart 2: The meaning of the preview Dart 2 setting for both IntelliJ and VS Code has been updated to now takes three separate values: it lets you accept the Flutter SDK default, set preview Dart 2 to be explicitly enabled, or set to it to be disabled. IntelliJ General improvements For

Submitted March 27, 2018 at 05:25PM by Nilay Yener
via Flutter Dev https://ift.tt/2GbuWvb
GGroup: VS Code - Dart Code v2.11 Full Release Notes
Here's the full release notes for Dart Code v2.11. Release notes for previous versions are all available here . Flutter Test Basic support for flutter test has been added. If you launch a file (by pressing F5 with no launch config, or by setting program in your

Submitted March 27, 2018 at 05:37PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2I47cph
GGroup: Flutter large APK files
Learning Flutter and find It very cool but the problem with large APK files https://ift.tt/2pHJIzI , Does anybody have experience how to the app is running when in comes to some large size like 100mb and will google work on this problem to make it more efficient ?

Submitted March 27, 2018 at 06:20PM by Petar Ceho
via Flutter Dev https://ift.tt/2pJcCys
Reddit: How to make responsive images in flutter?
No text found

Submitted March 27, 2018 at 07:19PM by shindesharad71
via reddit https://ift.tt/2pMRhnJ
GGroup: Beta 1 update (v0.2.3)
We just released a minor update on our beta channel, which we're calling "beta 1 update" and which has the version number v0.2.3. Here is the change log: Changes in v0.2.3 (since v0.1.5) - beta 1 update v0.2.3 flutter/flutter#15871

Submitted March 27, 2018 at 08:55PM by Ian Hickson
via Flutter Dev https://ift.tt/2pJyn1R
Reddit: My first app made with Flutter was released! 😀
https://ift.tt/2Gd04u8

Submitted March 28, 2018 at 08:26AM by ivaskuu
via reddit https://ift.tt/2pMcn5C
Reddit: any build service similar to expo?
i've used expo build service and it was great (when it was working). it can build ipa/apk without xcode/android studio. wondering if there is a similar service for flutter? is anyone planning such a thing???

Submitted March 28, 2018 at 11:24AM by jayramone
via reddit https://ift.tt/2GhDZH3
Reddit: Has anyone used video in an app
Hi all has anyone used video in an app using the video player plugin?If so how did it go, is it possible to play local files?Thanks!

Submitted March 28, 2018 at 12:11PM by pcenginegaiden
via reddit https://ift.tt/2ur9cWy
Reddit: Created a new puzzle game using flutter.
https://ift.tt/2E25DWn

Submitted March 28, 2018 at 02:44PM by pradeepraja
via reddit https://ift.tt/2GBo0XC
GGroup: Flutter Engine build error on OSX
I followed the instructions here: https://ift.tt/2J177E7 Tried on a clean install of OSX too. [21/71] ACTION //third_party/dart/utils/dartanalyzer:generate_dartanalyzer_snapshot(//build/toolchain/mac:clang_x64) FAILED: gen/dartanalyzer.dart.snapshot

Submitted March 28, 2018 at 07:23PM by Luigi Rosso
via Flutter Dev https://ift.tt/2E21TV2
GGroup: simulate iOS devices on Linex
Hello dear friends, i have installed Flutter SDK to run in Visual studio Code on Opensuse, The problem is in the tutorial in linux part in Flutter web site, they teach that how we can install Android devices and there is nothing related to iOS devices. Do i need macOS to simulate iOS devices or

Submitted March 28, 2018 at 07:23PM by roozbe...@gmail.com
via Flutter Dev https://ift.tt/2J17uP1
GGroup: RaisedButton Text Color
Hi All, I want change text Color of "RaisedButton" and I have apply below method but unfortunately it was apply on button background. new Container( padding: const EdgeInsets.symmetric(vertical: 30.0), child: new RaisedButton( color: Colors.black, onPressed: _submit, child: new Text("Login") ),

Submitted March 28, 2018 at 09:10PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2J0eDPw