Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: how to get rid off the mobile phone back button?
Hi, After I login to my app (home page) I turn off the back button of the appear. Problem is that user can use mobile phone back button and does back as well. My new question is that; how to get rid off the mobile phone back button? *return new *Scaffold( appBar: *new *AppBar( *//leadin

Submitted June 13, 2018 at 12:08PM by Niyazi Toros
via Flutter Dev https://ift.tt/2l5n1m8
GGroup: Returning a Scaffold with a TabBarView child gives Exception : Failed assertion: 'pixels !=null':
I currently have a TabBarView.The TabBarView has 4 pages. It starts with PageA and that runs fine. Now if I move to PageC directly from pageA then I get the following exception. I noticed this is because of PageB (since the path to PageC is connected via PageB I guess. I am not sure why) Anyways

Submitted June 13, 2018 at 01:27PM by Rajesh Khan
via Flutter Dev https://ift.tt/2JPyggn
GGroup: Why BottomNavigationBarItem shows 4 icons and shows only first text?
*Hi,* Why BottomNavigationBarItem shows 4 icons and shows only first text? Only shows first item text. :( I am landing home page from login page. import 'dart:io'; import 'package:flutter/material.dart'; // Statefull HomePage class HomePage extends StatefulWidget { @override

Submitted June 13, 2018 at 03:25PM by Niyazi Toros
via Flutter Dev https://ift.tt/2t5XZqu
Reddit: Planning to learn Flutter
Hi, I have a release app on android. I know kotlin and java but I never touch react. I reckon learning flutter is a much better choice. I do however have some doubts. Can I use realm data base? or even android Room? I really don't want to deal with a lot of Sql lite stuff. Also I am planning to use the wallpaper service and alarm manager and other low level API's of android like canvas API. Is this even possible. Also about the music player? Is there a library for that? sorry a lot of questions. I am really interested on flutter but I wanted to know if everything that I will need is achievable. Thanks

Submitted June 13, 2018 at 04:05PM by DovakhiinHackintosh
via reddit https://ift.tt/2tbnLdh
GGroup: Re: Check if URL is an image in Flutter with CachedNetworkImage
Sounds like you're running into https://ift.tt/2l0MEo9? On Sun, Jun 10, 2018 at 11:44 AM leo nx wrote: > I want to check if a URL returns a valid image and if it doesn't I want to > show a different image. I used CachedNetworkImage, but it didn't

Submitted June 13, 2018 at 06:48PM by eseidel
via Flutter Dev https://ift.tt/2JTNpxy
GGroup: How to secure Flutter App after Login?
Hi, In my app the main.dart is acting like a landing page. It has AppBar, drawer and the body. In the body I have ListView that contains an item and when user tab it each item opens a separate page. Till there everything's okay. However, in the drawer I have another ListView and some of the

Submitted June 14, 2018 at 07:40AM by Niyazi Toros
via Flutter Dev https://ift.tt/2HNLJAq
GGroup: How to make swap page with List View?
Hi, I have a ListView in my Flutter page. When I tab any ListView Item I need to send ListView item data to (right side) swipe page. How do I do that? Can Flutter support swipe paging?

Submitted June 14, 2018 at 09:38AM by Niyazi Toros
via Flutter Dev https://ift.tt/2l7w1ao
GGroup: How make text overlay on image
Hi Any one can help me how to i make text overlay on image.

Submitted June 14, 2018 at 12:15PM by Sanjay Tejani
via Flutter Dev https://ift.tt/2HN1U0O
GGroup: VS Code Plugin v2.14 - Outline view, getters in debug views, complete statement...
Hi all, I'm trying to get back to more frequent updates for Dart Code (probably twice monthly, if there's tuff worth releasing). So I've pushed v2.14 of the Dart/Flutter plugins for VS Code. Changelog below (and online ).. Outline View VS Code 1.24

Submitted June 14, 2018 at 03:37PM by Danny Tuppeny
via Flutter Dev https://ift.tt/2sVlBio
GGroup: Create an infinite list with Cloud Firestore
Hey, Does anybody know how to create an infinite list with Cloud Firestore (a Listview widget that loads data progressively from Firestore every time a user hits a scroll threshold)? I am using the Streambuilder approach as outlined in the example
Submitted June 14, 2018 at 09:50PM by Stefan Muke
via Flutter Dev https://ift.tt/2la2k8v
Reddit: VS Code Plugin v2.14 released - Outline view, getters in debug views, complete statement...
https://ift.tt/2JPcJl3

Submitted June 14, 2018 at 09:28PM by JaapVermeulen
via reddit https://ift.tt/2y9cuzR
Reddit: Flutter FYI -- A Curious Coder's Guide To Flutter
http://www.flutter.fyi/

Submitted June 15, 2018 at 12:04AM by Darkglow666
via reddit https://ift.tt/2LOcTJM
GGroup: [Breaking change] Changes to "flutter trace"
As part of trying to remove a number of race conditions in the "flutter" tool, I've refactored the way "flutter trace" works. With my changes, it no longer defaults to a known port for the observatory, and instead requires an explicit --debug-port to be specified. In practice, relying on the

Submitted June 15, 2018 at 01:34AM by Ian Hickson
via Flutter Dev https://ift.tt/2Mre9DG
Reddit: Flutter doctor says Dart Extension Is not installed, but VS Code says it is. Anyone have a solution?
https://ift.tt/2JLtf5c

Submitted June 15, 2018 at 01:29AM by MikeSteinberg123
via reddit https://ift.tt/2MpsrVw
GGroup: can't build flutter/engine
I followed the CONTRIBUTING.md to build the flutter/engine on mac os, when excute ./flutter/tools/gn --android --unoptimized I got the following error: File "./flutter/tools/gn", line 296, in sys.exit(main(sys.argv)) File "./flutter/tools/gn", line 271, in main gn_call_resu

Submitted June 15, 2018 at 08:17AM by xiaopeng wang
via Flutter Dev https://ift.tt/2MtFLIw
Reddit: A Flutter Class for Your App's Preferences
https://ift.tt/2t4wRcz

Submitted June 15, 2018 at 08:39AM by Purple_Pizzazz
via reddit https://ift.tt/2taHXLZ
Reddit: TLS with Flutter
Hi all, I'm looking for some documentation or tutorial for securing my network calls in Flutter with TLS. I couldn't really find anything on the Flutter.io site. Anyone have a good resource? Thanks in advance!

Submitted June 15, 2018 at 09:08AM by davide9192
via reddit https://ift.tt/2JMw4mE
GGroup: How to centre column and row item in Flutter
Hi, I have small currency table. I didn't use grid. I use Column and rows. Problem is that items in rows is not showing in centre as shown below excel example. What widget do I have to use to makes the items centred? Any help please? < https://lh3.googleusercontent.com/-8WFcDENmYy4/WyNqswaT52I/

Submitted June 15, 2018 at 09:30AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JMUMDr