Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: [Discussion] The more I learn Flutter the more impressed I am at its brilliance
I'm watching a lot of tutorial videos on YouTube and I'm in the process of cloning my Android app in Flutter. Like the title says, I'm more and more impressed as I learn how to use it.That's all, just wanted to share my excitement!

Submitted May 29, 2018 at 11:13PM by GroovinChip
via reddit https://ift.tt/2ITlJJj
GGroup: Dart is good, but Go is better for success
Dear all, when I heard of Flutter, what I think is: Dart is definitely a good new language, no problem on tech. but for market, engineers need to learn Dart, company need to pay for a Dart team for client side. why we don't learn from node.js? since JS is a must, then people make JS can

Submitted May 30, 2018 at 03:15AM by fino xiangfu meng
via Flutter Dev https://ift.tt/2xoWxVJ
GGroup: google AdMob into Flutter app
is there a working example that shows how to integrate google admob into a flutter app? Thanks

Submitted May 30, 2018 at 05:37AM by vishy K
via Flutter Dev https://ift.tt/2suWVwn
GGroup: Nordic BLE GATT packages for Flutter
Hi Team, Has anyone built any BLE apps (GATT) on Flutter? Can I use FlutterBlue for Gatt nordic ble connections? any example code or help/advise is appreciated Please help thank you regards Maddy

Submitted May 30, 2018 at 10:29AM by Maddy Anand
via Flutter Dev https://ift.tt/2L7cOke
GGroup: Rest Client for Post request
Hello All, I am working on Flutter rest client, where i am able to get the response from the server. But when I was trying to post the data over the server it is not working properly. Postman gives correct output if the request is in the raw form while form-data giving wrong output.

Submitted May 30, 2018 at 10:59AM by sumeet kasar
via Flutter Dev https://ift.tt/2IYz4Mk
GGroup: bottomNavigationBar keeps rebuilding multiple times when calling Navigator.pushNamed inside tab
I have a problem with the structure/design of Flutter project. At the moment structure looks like this: Homepage with bottomNavigationBar with multiple tabs, each tab is StatefulWidget and contains some heavy processing (remote API calls and data display). In case I call Navigator.pushNamed

Submitted May 30, 2018 at 01:54PM by Andrew
via Flutter Dev https://ift.tt/2LF7TYF
GGroup: Switching ringing modes
Can I switch ringing modes of the ios/android device programmatically using flutter?

Submitted May 30, 2018 at 03:18PM by Ritu Bala
via Flutter Dev https://ift.tt/2xs53n0
GGroup: Social login sdk
Hi there, does google plan to release social login (also stay logged in) for social networks ( facebook, google, twitter, instagram etc.) without being have to use firebase ? All I can find is some weird workaround like using webviews and such. Not nice also look unprofessional. Are we going

Submitted May 30, 2018 at 05:32PM by Yavuz Günay
via Flutter Dev https://ift.tt/2IZdzuV
Reddit: How to put themes in a separate file?
I am quite new to Flutter so this is a pretty "duh" question. What I would like to do is have a custom file to manage my themes instead of sticking all my themes in the main.dart file.Currently, I have this as my theme and it works great:
final ThemeData _defaultTheme = _buildDefaultTheme(); ThemeData _buildDefaultTheme() { final ThemeData base = ThemeData.light(); return base.copyWith( textTheme: _buildDefaultTextTheme(base.textTheme), primaryTextTheme: _buildDefaultTextTheme(base.primaryTextTheme), accentTextTheme: _buildDefaultTextTheme(base.accentTextTheme), ); } TextTheme _buildDefaultTextTheme(TextTheme base) { return base.copyWith( headline: base.headline.copyWith( fontWeight: FontWeight.w500, ), title: base.title.copyWith( color: Colors.black, fontWeight: FontWeight.w700, fontSize: 30.0, ), caption: base.caption.copyWith( fontWeight: FontWeight.w400, fontSize: 14.0, ), body2: base.body2.copyWith( fontWeight: FontWeight.w500, fontSize: 16.0, ), ); } 
Unfortunately, when I try and put it into a themes.dart file and then "import 'themes.dart';", Flutter can't find _defaultTheme. What is the correct way of referencing theme file from another file? Thanks!

Submitted May 30, 2018 at 06:31PM by gamelaunchplatform
via reddit https://ift.tt/2IYHCmq
Reddit: Effective Dart -- guidelines updated for Dart 2
https://ift.tt/2wSwYI8

Submitted May 30, 2018 at 05:59PM by Darkglow666
via reddit https://ift.tt/2sqSbaL
Reddit: Using Flutter to create apps intended for a Corporate Owned Single Use (COSU) device?
https://ift.tt/2LLlJcj

Submitted May 30, 2018 at 10:23PM by AchillesFoundation
via reddit https://ift.tt/2JkaMjl