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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
docs.flutter.io
material library - Dart API
material library API docs, for the Dart programming language.
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
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
GitHub
rxlabz/flutter_audio
flutter_audio - A Flutter plugin to play audio files (Swift/Java)
Reddit: What It Was Like to Write a Full Blown Flutter App – Nick Manning
https://ift.tt/2td4lEC
Submitted June 15, 2018 at 11:37PM by Elixane
via reddit https://ift.tt/2Mu9YXV
https://ift.tt/2td4lEC
Submitted June 15, 2018 at 11:37PM by Elixane
via reddit https://ift.tt/2Mu9YXV
Medium
What It Was Like to Write a Full Blown Flutter App
Porting an existing iOS app to Flutter, what it was like and my thoughts on Flutter thus far.
Reddit: Android Dialogs: Eugenio Marletti: Flutter widget (2 of 6)
https://www.youtube.com/watch?v=hjcmBmocRAU
Submitted June 16, 2018 at 12:27AM by Elixane
via reddit https://ift.tt/2JPxsF7
https://www.youtube.com/watch?v=hjcmBmocRAU
Submitted June 16, 2018 at 12:27AM by Elixane
via reddit https://ift.tt/2JPxsF7
YouTube
Eugenio Marletti: Flutter widget (2 of 6)
In part 2 of this 6 part series, we create the BrailleDecoder widget in Flutter. Recorded at a Google lobby. Please excuse the background noise from door ope...
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
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
reddit
r/FlutterDev - Beginner
1 votes and 0 so far on reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
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
r/FlutterDev - Do we need to use "new" for every widget? Some source seems to ignore this.
1 votes and 1 so far on reddit
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
https://ift.tt/2JOsGI8
Submitted June 16, 2018 at 03:14PM by jeroengast
via reddit https://ift.tt/2HTrDox
Twitch
GenericTypingLIVE - Twitch
Postdex [Flutter] - 1
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
https://ift.tt/2HVE9Uf
Submitted June 16, 2018 at 04:41PM by Sol_Ido
via reddit https://ift.tt/2t9J8LG
GitHub
letsar/flutter_sticky_header
flutter_sticky_header - Flutter implementation of sticky headers
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
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
reddit
r/FlutterDev - Can someone just level with me? Is Flutter not ready for iOS?
2 votes and 2 so far on reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
YouTube
Flutter: Integrate Google Maps | Static maps
In this video, I will explain how to integrate google maps with all its features inside your flutter app. Give star for this project on git and like the vide...
Reddit: A simple image presentation for Flutter (pinch, zoom, etc)
https://ift.tt/2HCjWaO
Submitted June 17, 2018 at 10:11AM by Sol_Ido
via reddit https://ift.tt/2JTV7V5
https://ift.tt/2HCjWaO
Submitted June 17, 2018 at 10:11AM by Sol_Ido
via reddit https://ift.tt/2JTV7V5
GitHub
renancaraujo/photo_view
photo_view - A simple zoomable image widget for Flutter
Reddit: Flutter: MLKit Tutorial For Firebase | Machine Learning | Android & iOS | Text Recognition | Image Detection | Barcode Scanner | Face Detection
https://youtu.be/vT6gNFE0GBw
Submitted June 17, 2018 at 12:20PM by imthepk
via reddit https://ift.tt/2MxwgrN
https://youtu.be/vT6gNFE0GBw
Submitted June 17, 2018 at 12:20PM by imthepk
via reddit https://ift.tt/2MxwgrN
YouTube
Flutter: MLKit Tutorial For Firebase | Machine Learning | Android & iOS
In this video, I will explain how to use MLKit in your flutter applications for android and ios. #MLKit #Flutter #Firebase
ML Kit is a mobile SDK that brings Google's machine learning expertise to Android and iOS apps in a powerful yet easy-to-use package.…
ML Kit is a mobile SDK that brings Google's machine learning expertise to Android and iOS apps in a powerful yet easy-to-use package.…