Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: I published a Chessboard widget for Flutter, take a look! It maintains the game state and provides callbacks for game events like moves, draws and checkmate.
https://ift.tt/2MKRkOj

Submitted August 22, 2018 at 04:29PM by deven9852
via reddit https://ift.tt/2OWRcJ3
GGroup: Timer Duration
How do I watch the Timer Duration to do something after a specific number of minutes/seconds before it ends? var duration = Duration(seconds: time); Which will end in an hour. I want for example when time passed 30 minutes call a function OR anything else. Thank you,

Submitted August 22, 2018 at 05:07PM by Sam W
via Flutter Dev https://ift.tt/2OXv0hV
Reddit: Flutter: Different fonts for different locales – SAUGO 360 – Medium
https://ift.tt/2Pt71IC

Submitted August 22, 2018 at 05:50PM by aalhamali
via reddit https://ift.tt/2Ll3EjH
GGroup: [Breaking Change] Route.didChangePrevious will now also trigger when the route is pushed
With https://ift.tt/2NafhMd, when a new Route is added via push , pushReplacement or replace
Submitted August 23, 2018 at 02:37AM by Xiao Yu
via Flutter Dev https://ift.tt/2MPL4F0
Reddit: “Flutter | Multiple contacts selection using two plugins | A custom code” - FlutterPub
https://ift.tt/2wfhZsq

Submitted August 23, 2018 at 07:37AM by wajahatkarim3
via reddit https://ift.tt/2Lj4D41
GGroup: View All Device Apps
I want to build a screen which shows all the installed applications in the device including their icons. I am able to show the appname, packagename and version but not their icons. Please help me This is the code I used so far import 'package:device_apps/device_apps.dart'; import 'package:flutter

Submitted August 23, 2018 at 12:44PM by Marshall Shelly
via Flutter Dev https://ift.tt/2MJ5qQo
GGroup: Using C/C++ library?
There is this article https://ift.tt/2hO2K4N about using native extensions (C/C++ library) on Dart VM and is dated 2012 and for Dart 1.x. Is it applicable for Dart 2 and Flutter app? I understand one can use C/C++ library in Flutter by writing plugins for iOS

Submitted August 23, 2018 at 05:21PM by Jaxon Du
via Flutter Dev https://ift.tt/2o2Uf75
Reddit: Poll: In August 2018, which is faster to make a new app: Flutter or Native?
https://ift.tt/2MvxmrN

Submitted August 23, 2018 at 05:22PM by Ahoy76
via reddit https://ift.tt/2o5nJBu
GGroup: Cloud_firestore and Firebase_auth not working together .
I am developing a Flutter app. My app works fine with cloud_firestore and firebase_auth packages when I use them separately. However, when I include both of them together in my pubspecs.yaml file, the build fails and the following message is shown: *Note: /home/saber/Code/mobile_dev/flutter/.pu

Submitted August 23, 2018 at 07:04PM by Animesh singh
via Flutter Dev https://ift.tt/2BGWF54
GGroup: Hermetic Builds with Bazel
Hi Flutter Team, 1) Is Bazel supported as an option to build Flutter apps? 2) If not (OR yes, but Google internal), when can we expect external Bazel support for building Flutter apps? I see that there is a recently opened issue (danke Matan) [1]. However, there does not seem to be any

Submitted August 23, 2018 at 09:15PM by Aham Brahmasmi
via Flutter Dev https://ift.tt/2o4xDDf
Reddit: dragable_flutter_list | Flutter package which handles all aspects of drag and drop inside a listView
https://ift.tt/2w47Hfq

Submitted August 23, 2018 at 09:53PM by Purple_Pizzazz
via reddit https://ift.tt/2NcUZlf
GGroup: Sinks vs. functions when using Bloc pattern
So I've been using Bloc pattern a lot in our app (about 20 bloc classes with multiple sinks and streams in each), really enjoying the streams part of it, combining and transforming is really powerful, but I'm struggling with the sinks. Using them make sense but it makes writing code and tests a

Submitted August 24, 2018 at 09:40AM by maido...@gmail.com
via Flutter Dev https://ift.tt/2BKk45G
GGroup: Hello devs here's an idea for Map
Hello guys, I'm learning dart/flutter ATM but I had this Idea for Map , what do you think? Imagine that you have a JSON string and you want to use it directly in your code without having to creating an object. { "name" : "Joe", "age" : 23, "friends" : ['Peter', 'Eric'] } The

Submitted August 24, 2018 at 11:59AM by Paulo
via Flutter Dev https://ift.tt/2PAJW6G