Flutter Heroes
25.7K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Problems Getting An Emulator To Install
I was able to do this before a computer crash. When I opened up Android Studio again, the installed devices did not work. I removed them and tried reinstalling but get the following in the log. I've tried everything I could think of including uninstalling and reinstalling Android Studio. I'm

Submitted July 18, 2018 at 01:38AM by K Wilde
via Flutter Dev https://ift.tt/2mra6vG
Reddit: Data Grid Widget for Flutter?
Is there a data grid widget for flutter offering functionality similar to, for example, SlickGrid for javascript?As an alternative, would it be hard to make something like the Dart port of SlickGrid, SlickDart (or a similar Dart package) work within a Flutter widget?Or is there some other approach that could leverage existing Flutter packages to get data grid functionality?

Submitted July 18, 2018 at 03:52AM by bereddy
via reddit https://ift.tt/2Lj9tCc
GGroup: How to wrap a StreamBuilder class with a Column or ListView class?
I'm having a problem, I have a class that returns only a StreamBuilder, it works well, displaying data from Cloud Firestore. But, when I try to wrap this class in a Column or ListView class, it just doesn't show anything. I need this to display the name of the current page. And the AppBar class

Submitted July 18, 2018 at 01:05PM by Fernando Henrique Köetz
via Flutter Dev https://ift.tt/2NoVsQM
Reddit: Reactive MVVM in Flutter
Hey guys!
Our team is using functional reactive ViewModels in many iOS and Android projects. We implemented the same MVVM architecture in Flutter and wrote an article about it (it's similar to the BloC pattern).
Let me know what you think ! 🤔https://medium.com/@quickbirdstudio/app-architecture-mvvm-in-flutter-using-dart-streams-26f6bd6ae4b6

Submitted July 18, 2018 at 02:25PM by julianlenz
via reddit https://ift.tt/2uMcy3k
Rapid innovation, wide choice, and falling prices are classic hallmarks of robust competition. Android has enabled this and created more choice for everyone, not less. This is why we intend to appeal today's Android decision https://t.co/TnpMZlDV8j— Sundar Pichai (@sundarpichai) July 18, 2018

July 18, 2018 at 03:49PM
via Twitter https://twitter.com/flutterio
GGroup: AWS AppSync
Is there support for AWS AppSync with Flutter?

Submitted July 18, 2018 at 04:45PM by John Muchow
via Flutter Dev https://ift.tt/2NsgNZH
GGroup: Possible to use TextField with a custom input widget?
Hi all, I'm working on a project wherein we need to create a specialized text input field, but use exclusively a custom input keyboard (think like a calculator app). The goal is that the textfield has all of the normal textfield behaviors (tap to focus, long-tap to select, stretchy selection

Submitted July 18, 2018 at 07:08PM by Peter Murray
via Flutter Dev https://ift.tt/2LhP9kD
GGroup: Creating Fresh State Objects When Multiple Instances of Stateful Widget Exist In the Tree
I have an issue where I need a separation of state of multiple instances of the same StatefulWidget in the tree. According to the Flutter documentation: "The framework calls createState whenever it inflates a StatefulWidge

Submitted July 18, 2018 at 08:33PM by bre...@tamu.edu
via Flutter Dev https://ift.tt/2LuqrdR
Need something custom? A circular card? A square floating action button? A button w/ rounded corners? A rectangle w/ greenish shadow?

With the Material widget, you can have all of those & keep Material Design functionality #WidgetWednesday

Learn more → https://t.co/M5LcjiYE2A pic.twitter.com/QqaOowPDdP— Flutter (@flutterio) July 18, 2018

July 18, 2018 at 10:42PM
via Twitter https://twitter.com/flutterio
Need something custom? A circular card? A square floating action button? A button w/ rounded corners? A rectangle w/ greenish shadow?

With the Material widget, you can have all of those & keep Material Design functionality #WidgetWednesday

Learn more → https://t.co/M5LcjiYE2A pic.twitter.com/QqaOowPDdP— Flutter (@flutterio) July 18, 2018

July 18, 2018 at 10:42PM
via Twitter https://twitter.com/flutterio
GGroup: Textfields
Is there a way to make a textfoeld uneditable by the user, because I know in Java you can just change the setEditable property if you are making GUIs, so would it be similar in Flutter?

Submitted July 19, 2018 at 12:20AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2LoqBXa
Reddit: I made an example for a Login App using BLOC pattern. Critiques and questions are very welcome!
https://ift.tt/2JzybcC

Submitted July 19, 2018 at 12:55AM by giovapanasiti
via reddit https://ift.tt/2LhuIVb
Reddit: Flutter on Tablets
Anyone run Flutter on an Android tablet or iPad? The FAQ says they have not tested for tablets yet, and I have someone interested in doing a cross platform tablet app.I am going to look into it some more tomorrow, but wanted to see if anyone already tried it out.

Submitted July 19, 2018 at 06:29AM by SamIAmReddit
via reddit https://ift.tt/2Lvnj1g
Reddit: Animated Backgrounds in Flutter
https://ift.tt/2L8UX0I

Submitted July 19, 2018 at 08:28AM by Purple_Pizzazz
via reddit https://ift.tt/2LvMkta
Reddit: Recording video to remote location, never saving locally
I'm looking to make my first cross-platform mobile app (and first mobile app actually) soon, and flutter looks very interesting and promising for the framework to use.The key functionality of the app i want to write is to record video and save to a network location, never saving locally. I am wondering if people could give some tips to point me in the direction so I could learn how to do this with flutter.To start, I would think I would need to store the stream in a buffer in memory and then take from that buffer and send to my network location for it to be assembled on the other end, but I'm not exactly sure where to start.

Submitted July 19, 2018 at 12:06PM by SapienceMatters
via reddit https://ift.tt/2JC9c8z
GGroup: main() is Recalled when Android' startActivity
Hi, I have a weird problem when starting a native Android Activity from flutter. doing: platform.invokeMethod('openNativeView') on android side: startActivity( new Intent(MainActivity.this, CameraActivity.class) ); result.success(true); the activity is opened, all components

Submitted July 19, 2018 at 04:21PM by Idan Aizik-Nissim
via Flutter Dev https://ift.tt/2LteDbE
GGroup: How to change the location settings like android in flutter ?
In android when the location is turned off we can call the LocationSettings to revoke the location setting in app, but in case of flutter i can't find the way to revoke location setting. I got the location permission in flutter so please do not refer those api. Thanks in advance for helping out.

Submitted July 19, 2018 at 04:39PM by shubham shukla
via Flutter Dev https://ift.tt/2uQUHbQ
Reddit: Any book recommendations for beginner
Hi,just searching for a good book to learn flutter for beginners.i tried the udacity course but it's a little bit hard for me.thanks for reading

Submitted July 19, 2018 at 04:25PM by TheBlockchainCat
via reddit https://ift.tt/2zRs6bQ