Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Any open-source BLOC apps with unit tests?
I have made some Android apps for fun before, and now I am learning Flutter.Are there any good open-source apps which are using the BLoC architecture with unit tests?

Submitted August 18, 2018 at 01:53AM by dbltro
via reddit https://ift.tt/2OLiZw2
Reddit: Introducing my package: flutter_pagewise
Pagewise: A ListView and GridView variant that enables you to load entries one page (batch) at a timehttps://i.redd.it/vllaymf2jtg11.gifhttps://pub.dartlang.org/packages/flutter_pagewise

Submitted August 18, 2018 at 11:13AM by aalhamali
via reddit https://ift.tt/2MUrDIc
Reddit: Flutter: My FutureBuilder Keeps Firing! – SAUGO 360 – Medium
https://ift.tt/2ONNql7

Submitted August 19, 2018 at 02:42PM by aalhamali
via reddit https://ift.tt/2vUjDAo
GGroup: Common function for BoxDecoration
Hi, I am Implementing one page and there is "*BoxDecoration*" is repeat so I want to make one method which is return "*BoxDecoration*". Can any one suggest me how do I do that?

Submitted August 19, 2018 at 09:09PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2Lc4ak8
Reddit: Flutter | Progress indicators plugin | Loaders on the way!
https://ift.tt/2nRPltO

Submitted August 19, 2018 at 11:03PM by Purple_Pizzazz
via reddit https://ift.tt/2Br3s2N
GGroup: How can you make a Row's content Fractionally Spaced
I tried: Row( children: [ FractionallySizedBox( widthFactor: 0.5, ), FractionallySizedBox( widthFactor: 0.25, ), FractionallySizedBox( widthFactor: 0.25, ), ] ) But I get an exception BoxConstraints forces an infinite width. so I am assuming FractionallySizedBox won't work inside a

Submitted August 20, 2018 at 02:11AM by Jeff Jorczak
via Flutter Dev https://ift.tt/2Plk6DP
Reddit: Share any mistake/pitfall you have faced when working with Flutter.
I am sure many of you have faced some sort of tricky bugs, or pitfall when working with Flutter. This will be a post to gather all the issue you've faced (and possibly solutions), such that others can avoid in the future. Correction of the misunderstanding are also welcome.So just let me start first.
1. `ListView.builder` will not stop building items unless you specify the `itemCount` to let it know when to stop.`StreamBuilder` always emit `null` as the data of the first snapshot, unless you provide `initialValue` for it.There are a 16.0 pixels of padding around the TextField, which cannot be removed due to Material design.

Submitted August 20, 2018 at 11:10AM by edwardwong608
via reddit https://ift.tt/2MrXtzR
Reddit: Any idea how to measure the growth of the Flutter community?
Would be an interesting topic or?
Flutter is definitely picking up, but how to measure the growth of the community / developers using it best?

Submitted August 20, 2018 at 12:48PM by ChristBKK
via reddit https://ift.tt/2BuDECQ
GGroup: show dialog box or proceed to screen
Hi all, I want to return I have this code and I want to return a dialog if it returns an error or proceed to the camera screen if no error is returned, I want the dialog box to indicate the error being returned. any help please? Thanks in advance

Submitted August 20, 2018 at 08:17PM by andrew pande
via Flutter Dev https://ift.tt/2ORLgBb
Reddit: To Flutter or not to Flutter
Do you think that, given its current status, writing an app like Adobe Photoexpress/Snapseed and the like is crazy? Flutter has a new issue every hour, lacks an official in app purchase library, is in its beta version and things could change fast. I have already a photo editor app with millions of downloads and in app purchase up and working (for Android), but i would like to learn a multi-platform approach to mobile development, something that will let me integrate C/C++ code.

Submitted August 20, 2018 at 10:21PM by lukeboh
via reddit https://ift.tt/2MDEwJO
Reddit: Cast support?
A quick Google looks as though there's no support for casting to Chromecasts using Flutter. Has anyone been able to get this to work?

Submitted August 21, 2018 at 04:30AM by fk122
via reddit https://ift.tt/2MDmQxQ
GGroup: Flutter Scratch card
https://ift.tt/2LbAV0K ---- Can anyone have any idea how to implement the same in the flutter?

Submitted August 21, 2018 at 06:47AM by rishabh singh
via Flutter Dev https://ift.tt/2MCyN6N
GGroup: open endDrawer with IconButton
import 'package:firebase_example/Ui/Books.dart'; import 'package:flutter/material.dart'; class Home extends StatefulWidget { @override _HomeState createState() => _HomeState(); } class _HomeState extends State { final GlobalKey _drawerKey = GlobalKey(); @override Widget

Submitted August 21, 2018 at 09:14AM by Mohammad Meshkani
via Flutter Dev https://ift.tt/2nTvASn
Reddit: Is Flutter ready for
I am starting a new project that has Uber-like requirements (think real-time location tracking rather than ride hailing, but similar data profiles). I know that Flutter has map views, but is it ready for these types of applications? Would I be better served going native? I would be working alone for a large portion of the project. I have a bit of experience in Flutter, and quite extensive web development experience. I have little to no native android experience.I have been impressed by Flutter's offering, but I do not have enough information to make this call by myself yet.Any advice would be greatly appreciated!EDIT: sorry for the partial post title!

Submitted August 21, 2018 at 10:18AM by TheUndead96
via reddit https://ift.tt/2OT1pWR