Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Flutter Heroes pinned «Telegram communties and resources: http://telegra.ph/Flutter-interesting-links-08-03»
GGroup: New Flutter tooling release - August release of the Android Studio and IntelliJ plugins
Happy Friday! We’re excited to be releasing plugins for both IntelliJ/Android Studio and Visual Studio Code today! @DanTup will be sending out details of VS Code support. Here’s what’s new for the IntelliJ family. Integration with Android Studio - added a setting to enable

Submitted August 03, 2018 at 08:14PM by Nilay Yener
via Flutter Dev https://ift.tt/2vBqMVd
GGroup: VS Code plugin v2.17: Inspect Widget, testing improvements, screenshots, signature help
Hey all, v2.17 of Dart and Flutter plugins for VS Code are available. Release notes below (and online ).

Submitted August 03, 2018 at 08:15PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2nadoUl
Today we’re excited to be releasing plugins for both IntelliJ/Android Studio and Visual Studio Code!

Learn more here ↓ https://t.co/63Kx1MmYPg— Flutter (@flutterio) August 3, 2018

August 03, 2018 at 10:12PM
via Twitter https://twitter.com/flutterio
Reddit: New Flutter tooling release - August release of the Android Studio and IntelliJ plugins
https://ift.tt/2ALH97I

Submitted August 03, 2018 at 10:37PM by JaapVermeulen
via reddit https://ift.tt/2OFuYMv
Ever wish you could return more than one value from an async function? Use async* to make a generator function that returns a stream! #FlutterFriday

Guide → https://t.co/e92wSV7YAE

Complete example → https://t.co/jpwgks3u6A pic.twitter.com/wJEYZDdPxS— Flutter (@flutterio) August 3, 2018

August 04, 2018 at 12:51AM
via Twitter https://twitter.com/flutterio
GGroup: FCM notifications don't work when my app is on the foreground
When my app is running and I am actively using it on the foreground, if I try to send a notification from the firebase console, the device I am testing it on doesn't receive it. Can anyone help me with this issue?

Submitted August 04, 2018 at 04:49AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2LRtEbx
Reddit: Using a map's keys & values as keyword arguments to a function
In Python, I'd do this
def some_function(arg1, arg2): pass args_vals = {'arg1': 'some val', 'arg2': 'another val'} some_function(**args_vals) 
Say I want to do the same with this Dart function
void someFunction({int arg1, int arg2}) {} Map<String, int> argsVals = {'arg1': 1, 'arg2': 2}; // apply argsVals to someFunction as keyword arguments 
Any thoughts?

Submitted August 04, 2018 at 05:01AM by move_machine
via reddit https://ift.tt/2ncRK1v
Reddit: Using a map's keys & values as keyword arguments to a function
In Python, I'd do this
def some_function(arg1, arg2): pass args_vals = {'arg1': 'some val', 'arg2': 'another val'} some_function(**args_vals) 
Say I want to do the same with this Dart function
void someFunction({int arg1, int arg2}) {} Map<String, int> argsVals = {'arg1': 1, 'arg2': 2}; // apply argsVals to someFunction as keyword arguments 
Any thoughts?

Submitted August 04, 2018 at 05:01AM by move_machine
via reddit https://ift.tt/2ncRK1v
Reddit: Why is Firebase necessary for Push Notifications?
What I'm going for is for my app to be able to send a notification everyday at a specific time and nothing more. Why is firebase necessary for this? Granted I haven't checked out too many examples, but those I've seen seem centered around situations where push notifications are triggered by network events ( one user's action on their end of the app triggers a notification on another user's phone). I can see why those situations might require firebase, but all I need are scheduled notifications. I did some digging and it looks like there are some plugins/libs for this but what I want to know is why those are necessary and whether there are plans to make local notifications part of the core lib sooner or later?

Submitted August 04, 2018 at 12:02PM by katezhina
via reddit https://ift.tt/2AIyZwI
Reddit: Any legal issues with Flutter license?
I followed the guide at https://flutter.io/faq/#how-can-i-determine-the-licenses-my-flutter-application-needs-to-show and used showLicensePage to add the automatically generated license page.I noticed in the license list that Flutter generates there is an LGPL license from a package called gif from Skia.A quick search shows some that note LGPL isn't really compatible with the iOS app store (example).Should I be worried about using Flutter in commercial apps since it uses LGPL code?

Submitted August 04, 2018 at 01:25PM by dbltro
via reddit https://ift.tt/2vk4jN0
Reddit: Most difficult part with Flutter
Hello everyone!I want to know what you all felt was the most difficult when learning Flutter. For me, the hardest part was layout and how to properly place widgets in the place I wanted to. I was so used to Relative layout in Android/Java development that Column and Row was a bit awkward in the beginning.This doesn't have to be tasks you were having problems with in the beginning but could also be things you find difficult now. Would love to hear everyones answers!

Submitted August 04, 2018 at 07:45PM by RobertBrunhage
via reddit https://ift.tt/2naZMrP
Reddit: Detailed article describing how to create a Range Slider plugin for Flutter
Article: https://www.didierboelens.com/2018/07/range-slider/Plugin: https://pub.dartlang.org/packages/flutter_range_slider

Submitted August 04, 2018 at 10:08PM by Purple_Pizzazz
via reddit https://ift.tt/2vlA2gQ
Reddit: interesting web page to Flutter learning
https://ift.tt/2AJDV4s

Submitted August 05, 2018 at 12:00AM by miltux
via reddit https://ift.tt/2OHIe3d