Flutter Heroes
25.7K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Are there IF conditions in child widgets without the ELSE part to hide widgets?
Hi guys, I try to hide widgets based on state variables, but all I can find are "if/else" conditional-operators like this: actions: [ _someBoolean ? new IconButton( icon: new Icon(Icons.person_add), ) : new IconButton( icon: new Icon(Icons.cancel), ), ] What I try to

Submitted June 15, 2018 at 09:28PM by Momsenmeister
via Flutter Dev https://ift.tt/2JUjDbY
GGroup: How to negate flutter firestore query?
Hi, how can I negate flutter firestore queries like this: Firestore.instance.collection('events').where("status", isEqualTo: "canceled").snapshots(), There is no "whereNot" or "isNotEqualTo" :-| Thanks, Mike

Submitted June 15, 2018 at 11:04PM by Momsenmeister
via Flutter Dev https://ift.tt/2HRhjNR
Reddit: Flutter design patterns?
Guys, I gotta level with you. The Flutter docs are thorough, which is great, but holy moly. How do you find anything in this? https://docs.flutter.io/flutter/material/material-library.htmlI've spent an hour trying to figure out how to move a Widget with a relative position and it occurred to me that I have not seen any guidelines for common flutter patterns. This entire library is Widgets inside Widgets that patterns must emerge and having those patterns to refer to would be great.Is there anything out there? Sitting down to read the docs is like reading the Odyssey but it's a tale of Widgets and lust for react-native market share.

Submitted June 15, 2018 at 10:19PM by lukepighetti
via reddit https://ift.tt/2JPwwEb
Reddit: Does flutter support audio streams?
I've looked at https://github.com/rxlabz/flutter_audio which seems to be the most popular audio plugin, but I don't think it says whether it supports audio streams as opposed to normal mp3 files. Does anyone know if it does, and if not, does Flutter support handling audio streams at all?

Submitted June 15, 2018 at 11:54PM by the_slovenian
via reddit https://ift.tt/2laEFEY
Reddit: Beginner
Hey would anyone be able to recommend to me any resources at all?I’m simply a beginner and want to create a log in page using flutter!Also would anyone have any idea how to make layouts look different between paid users and unpaid users..I’m even curious on how to add in app payments using flutter(Also push notifications)I know this seems like a ton but I’ve been searching online but I don’t want to waste my time or money watching unhelpful videos.Thanks in advance!

Submitted June 16, 2018 at 03:32AM by KhalifaKage
via reddit https://ift.tt/2le8ipd
GGroup: How centre exactly the floatingActionButtonLocation to BottomNavigationBar
Hi, How can I centre exactly the floatingActionButtonLocation to BottomNavigationBar? As you can see below picture the floatingActionButton centre is align with BottomNavigationBar top. I need to be lowered bit more, how do I do that? *My Code.* floatingActionButton: FloatingActionButton(

Submitted June 16, 2018 at 11:11AM by Niyazi Toros
via Flutter Dev https://ift.tt/2yfv2hQ
GGroup: How to use radioButton in ListView?
Hi, This code gives me a error for rendering. I need to use a Listview because height can be adjustable. But I need to use RadioListTile as well. When I use RadioListTile in container, column or expanded there is a big gap between them. My question is if I use ListView what type RadioButton

Submitted June 16, 2018 at 11:13AM by Niyazi Toros
via Flutter Dev https://ift.tt/2la3XDg
Reddit: This pretty much sums up my experience with trying to find rich examples of Cupertino style apps on Flutter
https://ift.tt/2MzdvEu

Submitted June 16, 2018 at 03:47PM by lukepighetti
via reddit https://ift.tt/2HTwDtd
Reddit: Do we need to use "new" for every widget? Some source seems to ignore this.
Do we need to use "new" for every widget? Some source seems to ignore this.

Submitted June 16, 2018 at 03:30PM by lukepighetti
via reddit https://ift.tt/2JVOGnM
Reddit: Hi! I'm a programmer livestreaming some Flutter development and explaining everything along the way. Come and join me, and ask loads of questions!
https://ift.tt/2JOsGI8

Submitted June 16, 2018 at 03:14PM by jeroengast
via reddit https://ift.tt/2HTrDox
Reddit: Flutter implementation of sticky headers
https://ift.tt/2HVE9Uf

Submitted June 16, 2018 at 04:41PM by Sol_Ido
via reddit https://ift.tt/2t9J8LG
GGroup: Get data from a list inside a list
Hi, I have a ListView with data from a list. The problem I have is to get the data from a list which is inside a list. My list looks like this below class Workout { const Workout({ this.id, this.title, this.exercises }); final int id; final String title; final List exercises; }

Submitted June 16, 2018 at 11:01PM by Marc Andrew
via Flutter Dev https://ift.tt/2K01edy
Reddit: How is an animated splash screen achieved in Flutter ?
Hi everyone, we all know that in mobile apps the first impressions really matter, and Flutter being a great UI framework, I'd like to know how do you go about creating an animated splash screen in Flutter.
I already know Flutter comes with a default splash screen xml file, but how can someone achieve an animated splash screen in there.For instance this one : Animated Splash Screen Example

Submitted June 17, 2018 at 12:59AM by TheOSM
via reddit https://ift.tt/2JRhLxa
Reddit: Can someone just level with me? Is Flutter not ready for iOS?
I've been playing with this software for the last few days and even though there is the Cupertino library, it still feels like using Flutter for anything but Material is an exercise in frustration tolerance.As a quick example, I haven't found a way to make a Text Field for iOS.So, can someone please level with me? Is Flutter ready for iOS?

Submitted June 17, 2018 at 02:32AM by lukepighetti
via reddit https://ift.tt/2t610ba
GGroup: Network requests
What libraries are there to make post/get requests ? I have tried to use http but couldn't send post requests with 'application/json' content type.

Submitted June 17, 2018 at 05:42AM by Omar farrag
via Flutter Dev https://ift.tt/2JSRejf
GGroup: Flutter map_view plugin is not working
Hi, I try to build examples of map_view plugin and its not working. Any step by step tutorials how to create (I already created but may be the settings wrong) google map api, as well as how to use map_view plugin or similar?

Submitted June 17, 2018 at 06:43AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JIdkZr
GGroup: Does Flutter map_view can support other than googles "Maps Static API"?
Hi, Does Flutter map_view can support other than googles "Maps Static API"? I created my key and enabled the following api. - Maps Static API - Maps SDK for Android - Maps SDK for iOS What I am looking for is like google location from where I am to destination from user choice.

Submitted June 17, 2018 at 08:04AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JIWV7b
GGroup: Flutter map_view plugin error No host specified in URI file:///Instance%20of%20'StaticMapProvider'?
Hi, I am getting error when using map_view plugins. Any help please? I follow the instruction and also found a youtube video thats shows how to implement the map view https://www.youtube.com/watch?v=2PVHzuuN9Ww&t=234s. When I use print for the staticMapUri I can get the url. And its working if

Submitted June 17, 2018 at 09:16AM by Niyazi Toros
via Flutter Dev https://ift.tt/2JJFH9X