Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Flutter support for Microsoft Azure Mobile and App Services?
I am new and I have a couple of questions. Does anyone know if there are any plugins that allow Flutter to work with Microsoft Azure App Services or any of the other Azure services such as push notifications? How hard would it be to create them? Are there any nosql client databases that

Submitted March 06, 2018 at 04:51AM by Jeremy Whiteley
via Flutter Dev http://ift.tt/2FtW3Ar
Reddit: Using NPM package in Flutter project?
I'm really new to programming mobile apps so I'm sorry in advance if this is a basic question.I plan on using Flutter to create a cross-platform app for both iOS and Android. There is a npm package that I would like to use that stores most of its data in .json files. I would imagine I would go to the project directory in Terminal and run
npm install package-name 
but I want to know:Can I use NPM in a native app with Flutter?Where do I store such .json files in the project if they will be used in both ports of the app?Thanks in advance for any help!

Submitted March 06, 2018 at 07:13AM by tassyguy
via reddit http://ift.tt/2trgF7R
Flutter Heroes pinned «I think a group of telegrams to discuss the development of the flutter might be interesting. What do you think? anonymous poll 🤙 – 18 👍👍👍👍👍👍👍 95% 👎 – 1 ▫️ 5% 👥 19 people voted so far.»
GGroup: Discover installed apps and block chosen ones
I am pretty new at developing Apps. For a project for which I have not so much time, I need to develop an Application for android and ios system. Thats why I decided to use Flutter. Flutter is pretty nice in doing GUI things. But is it also possible to do things like, 1. to discover all the apps

Submitted March 06, 2018 at 12:53PM by eneshb
via Flutter Dev http://ift.tt/2oMqCrv
GGroup: Flutter Facebook Group
I am a new member here. Hi guys if anyone knowing flutter or have developed apps in flutter do join this Facebook group : http://ift.tt/2FkM3WU I created small video on how to get started : https://www.youtube.com/watch?v=67SZxWDFjM0&list=PL8W6Os_E7SyXh8X6-LsLwGiABB

Submitted March 06, 2018 at 01:52PM by Gajjar
via Flutter Dev http://ift.tt/2Fjs1Ac
Reddit: From Wireframes to Flutter #2 - Artist details page with a blurred background · Flutter Rocks
http://ift.tt/2HbcJKk

Submitted March 06, 2018 at 04:51PM by roughike
via reddit http://ift.tt/2FvTa27
GGroup: Dart 2 Breaking Change: Argument to assert() must be a bool
*What is changing?* In Dart 1, the argument to a call to `assert` could be a boolean, or a function returning a boolean. In the latter case: assert(() { return true; }); the function argument was invoked by the assert, in order to produce the value to be asserted. In Dart 2, the `assert`

Submitted March 07, 2018 at 02:53AM by Leaf Petersen
via Flutter Dev http://ift.tt/2oUC6bz
Reddit: Using Flutter in a real-life application with 200k downloads
No text found

Submitted March 07, 2018 at 03:34AM by sebe42
via reddit http://ift.tt/2Iaf0GG
GGroup: Take input from keyboard
Can anyone tell me how to take input from the keyboard in the flutter? It takes input only by tapping on the keyboard.

Submitted March 07, 2018 at 05:01AM by rishabh singh
via Flutter Dev http://ift.tt/2G3a5Xq
GGroup: Breaking change: typo corrected in rendering/sliver.dart applyGrowthDirecitonToScrollDirection
*You can ignore this if you don't code against slivers in the rendering layer directly.* A typo was present in the static function applyGrowthDirec*it* onToScrollDirection in rendering/sliver.dart < https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/rendering/sliver.dart > .

Submitted March 07, 2018 at 06:45AM by Xiao Yu
via Flutter Dev http://ift.tt/2tq2mjw
GGroup: Forcing webview on Android
I'm building my first Flutter app and looking for help on how to force webview on Android with url_launcher, but I'm only getting a white screen. This is the code I'm using: new RaisedButton(onPressed: _launchURL, child: new Text('Share your feedback'),), _launchURL() async { const url =

Submitted March 07, 2018 at 10:05AM by Brian Rose
via Flutter Dev http://ift.tt/2I75Meq
GGroup: Can we add a Flutter module to an existing Android Studio project?
I have been reading about Flutter for a while now, and I want to convert parts of my app to learn more. I have an existing Android project written in Java/Kotlin. Is it possible to add a new Flutter module to the existing app?

Submitted March 07, 2018 at 10:10AM by Anh Vinh Huỳnh
via Flutter Dev http://ift.tt/2oVq9CM