Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: What's possible with Dart Generics at runtime in Flutter
I'm developing a serialization library that works in flutter so I'm avoiding Mirrors and would like to know what's possible with runtime generics in Dart/flutter to find out what needs to be code-gen'ed and what can be automated with generic routines. Firstly how can we can get the runtime time

Submitted April 11, 2018 at 06:22PM by Demis Bellot
via Flutter Dev https://ift.tt/2HfqBXy
GGroup: Router custom animation
How to remove android default router animation like bottom to top? I need left to right or fade in animation want to show new page.

Submitted April 11, 2018 at 06:39PM by doona...@gmail.com
via Flutter Dev https://ift.tt/2qqq2jh
GGroup: How to get Pull Request reviewed and merged
Hey, I have submitted a pull request that potentially fixes a few issues. What is the process to get it reviewed in a timely mannor? Thanks, Tyler

Submitted April 11, 2018 at 07:34PM by trausc...@pillartechnology.com
via Flutter Dev https://ift.tt/2EEQw5E
GGroup: Flutter Secure Storage error when installed from a specific machine
We have an android device which is working fine when the apk is installed from multiple machines however when this is installed via one of our workstations (which all have the same versions of android studio, flutter sdk, android sdk, etc), and we press a button that triggers reads/writes to

Submitted April 11, 2018 at 07:37PM by jmor...@pillartechnology.com
via Flutter Dev https://ift.tt/2qlqCQc
GGroup: Writing tests around external dependencies which need mocked
We are using FlutterSecureStorage as an external dependency of some of our widget builds. We are changing which actions/behavior the user sees based upon what data has been saved in their secure storage. We would like to write tests around this behavior but we have not found any examples on how

Submitted April 11, 2018 at 07:45PM by jmor...@pillartechnology.com
via Flutter Dev https://ift.tt/2INDoO1
Reddit: Flutter Login Example - JSON API, TouchID, FaceID, Fingerprint (Android), Globals, Custom Widgets
https://ift.tt/2GVcPpt

Submitted April 11, 2018 at 08:26PM by SoundDr
via reddit https://ift.tt/2HhvuPV
GGroup: QUIC for Dart and Flutter
I am using QUIC for networking between golang and Chrome core. Does anyone know if there is a Dart or Flutter port of QUIC ? I checked guthub and Dart Pub and found nothing at all. If not i can use the golang version withing Flutter for now. cheers

Submitted April 12, 2018 at 09:39AM by ged...@gmail.com
via Flutter Dev https://ift.tt/2Hk4Ohp
Reddit: flutter_places_dialog: Shows a places picker dialog in ios and android, returning the data in the places picker to the app.
https://ift.tt/2EFfbad

Submitted April 12, 2018 at 01:57PM by Purple_Pizzazz
via reddit https://ift.tt/2EGezkH
Reddit: Geolocation plugin
https://ift.tt/2GRhg8N

Submitted April 12, 2018 at 03:29PM by lukaszmtl
via reddit https://ift.tt/2qsLmol
GGroup: pop'ing and pushing the first route leads to black screen when back is pressed
Hi, I am getting black screen when back is press below is my code. import 'package:flutter/material.dart'; class DashboardPage extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( title: "Dashboard", home: new Dashboard()

Submitted April 12, 2018 at 05:29PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2HxpyzK
Reddit: Anyone have a look at the Google I/O 2018 schedule? 10 Flutter related events!
https://ift.tt/2JBO8Ad

Submitted April 12, 2018 at 05:58PM by MarkOSullivan
via reddit https://ift.tt/2EGFpZL
GGroup: Could not find a generator for route
Hi All, I am getting error like when I used navigator push. *Error:* Another exception was thrown: Could not find a generator for route "/dashboard" in the _MaterialAppState. -- Best Regards, Sanjay Tejani (Mo. 88664-66440) https://ift.tt/2IKQ7ko

Submitted April 12, 2018 at 07:23PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2qrwuHF
GGroup: how to get the id generated for document
How to get de DocumentID of the document generated in the Cloud Firestore? thanks Firestore.instance.collection('mycollection').document().setData({ 'name': _name, });

Submitted April 12, 2018 at 10:21PM by Leandro Santos
via Flutter Dev https://ift.tt/2GX9dHF
GGroup: Firestore query subcollections
I thought I read that you can query subcollections with the new Firebase Firestore, but I don't see any examples. For example I have my Firestore setup in the following way: - Dances [collection] - danceName - Songs [collection] - songName How would I be able

Submitted April 12, 2018 at 10:21PM by Leandro Santos
via Flutter Dev https://ift.tt/2quoRz8
GGroup: Flutter with Firestore query subcollections
I thought I read that you can query subcollections with the new Firebase Firestore, but I don't see any examples. For example I have my Firestore setup in the following way: - Dances [collection] - danceName - Songs [collection] - songName How would I be able

Submitted April 12, 2018 at 10:21PM by Leandro Santos
via Flutter Dev https://ift.tt/2GQUiPc
GGroup: I'm new to flutter, need help
Hello everyone. How difficult would it be to develop a RSVP or booking app using clutter. And which IDE would be best suited for this? Thanks

Submitted April 12, 2018 at 10:22PM by balco...@gmail.com
via Flutter Dev https://ift.tt/2qtx5HY
GGroup: Separation of Business Logic and UI
Hi, I have no prior knowledge in Dart. I haven't dive into Flutter platform yet. So my knowledge is still very limited. Does Flutter support separation of Business Logic and UI? I've little bit experience on Xamarin Forms. The UI can be completely separated from business logic in Xamarin.

Submitted April 13, 2018 at 07:04AM by Shãms M
via Flutter Dev https://ift.tt/2HiiIRb