GGroup: I am starting to be mad with Stream/Futures. Please i need some advices.
Hi everyone, i'm starting programming in Flutter using Firestore/Storage for my app. Screens are very simple to understand, but when i start to use Firebase the confusion starts. I made a login register screen to get some info to save in Firestore, profile picture, and other text info. It is
Submitted July 01, 2018 at 02:54AM by Carlos Eduardo Panarello
via Flutter Dev https://ift.tt/2KBRH9N
Hi everyone, i'm starting programming in Flutter using Firestore/Storage for my app. Screens are very simple to understand, but when i start to use Firebase the confusion starts. I made a login register screen to get some info to save in Firestore, profile picture, and other text info. It is
Submitted July 01, 2018 at 02:54AM by Carlos Eduardo Panarello
via Flutter Dev https://ift.tt/2KBRH9N
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: Dependency Python module six installation issue
Hey Guys, Can any one resole this issue Please.. ? https://ift.tt/2KBPlb5 Thanks Shiva
Submitted July 01, 2018 at 08:54AM by Shiva Prakash Pokala
via Flutter Dev https://ift.tt/2tJjY7X
Hey Guys, Can any one resole this issue Please.. ? https://ift.tt/2KBPlb5 Thanks Shiva
Submitted July 01, 2018 at 08:54AM by Shiva Prakash Pokala
via Flutter Dev https://ift.tt/2tJjY7X
Stack Overflow
Facing "Missing XCode Dependency: Python Module "Six" " even after installing six
Facing "Missing XCode Dependency: Python Module "Six" " even after installing six
Pip Already installed
pip install six
Requirement already satisfied: six in /usr/local/lib/python2.7/site-packages...
Pip Already installed
pip install six
Requirement already satisfied: six in /usr/local/lib/python2.7/site-packages...
Reddit: What even are Flutter widgets?
https://ift.tt/2KmgK4y
Submitted July 01, 2018 at 09:09AM by Elixane
via reddit https://ift.tt/2MBLqeF
https://ift.tt/2KmgK4y
Submitted July 01, 2018 at 09:09AM by Elixane
via reddit https://ift.tt/2MBLqeF
Medium
What even are Flutter widgets?
The following explanation of Flutter widgets is my own personal perspective and does not constitute an official explanation of widgets or…
GGroup: Finished with error: RangeError (index): Invalid value: Only valid value is 0: 1
I started learning the flutter and copy and paste the code from https://ift.tt/2MCRwLV but i got an error below: > Launching lib/main.dart on iPhone X in debug mode... > Finished with error: RangeError (index): Invalid value: Only valid value > is 0: 1 import 'package:flutte
Submitted July 01, 2018 at 09:53AM by hatted bey
via Flutter Dev https://ift.tt/2KvxCVV
I started learning the flutter and copy and paste the code from https://ift.tt/2MCRwLV but i got an error below: > Launching lib/main.dart on iPhone X in debug mode... > Finished with error: RangeError (index): Invalid value: Only valid value > is 0: 1 import 'package:flutte
Submitted July 01, 2018 at 09:53AM by hatted bey
via Flutter Dev https://ift.tt/2KvxCVV
flutter.io
Add a Drawer to a screen
In apps that employ Material Design, there are two primary options fornavigation: tabs and drawers. When there is insufficient space to support tabs, Drawers provide a handy alternative.In Flutter, we can use the [`Drawer`](https://docs.flutter.io/flutte…
Reddit: How to Build a Simple Weather App in Flutter - Dragos Holban
https://ift.tt/2KDryHw
Submitted July 01, 2018 at 10:53AM by dragosholban
via reddit https://ift.tt/2KnYmIz
https://ift.tt/2KDryHw
Submitted July 01, 2018 at 10:53AM by dragosholban
via reddit https://ift.tt/2KnYmIz
Dragos Holban
How to Build a Simple Weather App in Flutter - Dragos Holban
Hello! In the last few weeks I started reading about and testing Flutter, the new mobile SDK from Google, that let’s you build for both Android and iOS at the same time (similar to React Native). In the following tutorial, I will show you how to build a simple…
Reddit: [Question] Has anyone tried offline capabilities of firebase in flutter?
I checked online and found that offline data persist in cloud firestore and that transaction should also trigger automatically when the device went online. Now I've tested it and data persist (like a list would display) without internet connections, but have some issues with transaction (like adding a value to a document, etc.).I understand it's supposed to automatically work, meaning update on connection? Do I need to do something extra? set a config to make it work?
Submitted July 01, 2018 at 12:01PM by Epalogs8
via reddit https://ift.tt/2Kw6Axt
I checked online and found that offline data persist in cloud firestore and that transaction should also trigger automatically when the device went online. Now I've tested it and data persist (like a list would display) without internet connections, but have some issues with transaction (like adding a value to a document, etc.).I understand it's supposed to automatically work, meaning update on connection? Do I need to do something extra? set a config to make it work?
Submitted July 01, 2018 at 12:01PM by Epalogs8
via reddit https://ift.tt/2Kw6Axt
reddit
r/FlutterDev - [Question] Has anyone tried offline capabilities of firebase in flutter?
2 votes and 0 so far on reddit
Reddit: Flutter Speed Dial
Hey guys,I've created a simple plugin to create a vertical or horizontal list of floating action buttons.View it here!Example:https://i.redd.it/7xd842yanb711.gif
Submitted July 01, 2018 at 01:25PM by zaara-
via reddit https://ift.tt/2MAMvni
Hey guys,I've created a simple plugin to create a vertical or horizontal list of floating action buttons.View it here!Example:https://i.redd.it/7xd842yanb711.gif
Submitted July 01, 2018 at 01:25PM by zaara-
via reddit https://ift.tt/2MAMvni
Dart packages
unicorndial | Flutter Package
Easily create your floating menu using horizontal or vertical floating button lists
GGroup: How to make websocket response show in same widget as sent message like proper chat screen
Hello, I am new to flutter and so far I'm currently in love with it. I need a way to put the response from web-socket server on the left side; like a proper chat screen. WebSocketChannel channel; final List list = []; final List _messages =
Submitted July 01, 2018 at 08:00PM by Michael Aworoghene
via Flutter Dev https://ift.tt/2KCWA5F
Hello, I am new to flutter and so far I'm currently in love with it. I need a way to put the response from web-socket server on the left side; like a proper chat screen. WebSocketChannel channel; final List list = []; final List _messages =
Submitted July 01, 2018 at 08:00PM by Michael Aworoghene
via Flutter Dev https://ift.tt/2KCWA5F
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 read from file
Hello, I have a text file with some text in it and would like to display that text using the text widget on my app. Whenever I do that, it states that the data is null, so do I have to write to that file in order for the data to not be null because the text file already has some text in it.
Submitted July 01, 2018 at 09:22PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2tKQLcB
Hello, I have a text file with some text in it and would like to display that text using the text widget on my app. Whenever I do that, it states that the data is null, so do I have to write to that file in order for the data to not be null because the text file already has some text in it.
Submitted July 01, 2018 at 09:22PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2tKQLcB
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: Come join GenericTyping on Twitch, we are now LIVE!
https://twitter.com/GenericTyping/status/1013471047352504320
Submitted July 01, 2018 at 09:05PM by Ajaxml
via reddit https://ift.tt/2IIx0aB
https://twitter.com/GenericTyping/status/1013471047352504320
Submitted July 01, 2018 at 09:05PM by Ajaxml
via reddit https://ift.tt/2IIx0aB
Twitter
GenericTyping
I will be livestreaming some #flutter development again over at https://t.co/w9AoK35ExX starting at 12:00 PDT, 19:00 UTC and 21:00 CEST. The project I’ll be working on: PulseMe - Notify others with the press of a button. Come along, ask questions and let’s…
GGroup: Flutter. Download file in background.
Hi. How can I download file, if user left Flutter app in background. In Android, it can be done with using Services. Any plugins or solutions for that in Flutter (for both platforms)? Thank you beforehand.
Submitted July 01, 2018 at 09:37PM by Ramziddin Toshmukhamedov
via Flutter Dev https://ift.tt/2u1NFk7
Hi. How can I download file, if user left Flutter app in background. In Android, it can be done with using Services. Any plugins or solutions for that in Flutter (for both platforms)? Thank you beforehand.
Submitted July 01, 2018 at 09:37PM by Ramziddin Toshmukhamedov
via Flutter Dev https://ift.tt/2u1NFk7
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 UI Design: Apple Music Player — Library Screen
https://ift.tt/2lN9YpX
Submitted July 01, 2018 at 11:28PM by Purple_Pizzazz
via reddit https://ift.tt/2KFQpOs
https://ift.tt/2lN9YpX
Submitted July 01, 2018 at 11:28PM by Purple_Pizzazz
via reddit https://ift.tt/2KFQpOs
Medium
Apple Music Player — Library Screen
Flutter UI Design
Reddit: flutter improved cupertino library?
for our framework to be viable we need to produce multiple styles of apps, not just material. i think that the current cupertino library is really lacking so i'm looking for somebody to work with to increase the capability.
Submitted July 02, 2018 at 01:18AM by alaricat
via reddit https://ift.tt/2MDTmMt
for our framework to be viable we need to produce multiple styles of apps, not just material. i think that the current cupertino library is really lacking so i'm looking for somebody to work with to increase the capability.
Submitted July 02, 2018 at 01:18AM by alaricat
via reddit https://ift.tt/2MDTmMt
reddit
r/FlutterDev - flutter improved cupertino library?
1 votes and 0 so far on reddit
Reddit: Persistent appbar across PageView possible?
HiI posted this to Stack Overflow last week but it didn't get a response so hopefully a helpful redditor can help me out.Basically I want to have an app with three pages in a PageView that can be swiped between, a bottom navigator down the bottom to aid this navigation, and an appbar at the top. My problem is that if I create an appbar on each page it swipes in along with the rest of the page content (which looks a bit stupid). Ideally I just want to have a static bottom nav bar and top app bar and have the page content in between swipe in.I have it set up the way I want with one main .dart page with the bottom nav, pageview and appbar. Then three seperate content .dart files/pages. The issue is that I cant access the appbar to change actions/title from the content pages.There is a gif and better explanation in the SO post if anyone cares to look.Any guidance would be greatly appreciated.
Submitted July 02, 2018 at 01:11AM by anonymous_labrador
via reddit https://ift.tt/2KA1ZKU
HiI posted this to Stack Overflow last week but it didn't get a response so hopefully a helpful redditor can help me out.Basically I want to have an app with three pages in a PageView that can be swiped between, a bottom navigator down the bottom to aid this navigation, and an appbar at the top. My problem is that if I create an appbar on each page it swipes in along with the rest of the page content (which looks a bit stupid). Ideally I just want to have a static bottom nav bar and top app bar and have the page content in between swipe in.I have it set up the way I want with one main .dart page with the bottom nav, pageview and appbar. Then three seperate content .dart files/pages. The issue is that I cant access the appbar to change actions/title from the content pages.There is a gif and better explanation in the SO post if anyone cares to look.Any guidance would be greatly appreciated.
Submitted July 02, 2018 at 01:11AM by anonymous_labrador
via reddit https://ift.tt/2KA1ZKU
Stack Overflow
Flutter persistent app bar across PageView
Ideally I would like to set up my Flutter app as follows
PageView to swipe left/right between 3 pages and a bottom navigation bar to serve as a label and also help with navigation
Persistent appb...
PageView to swipe left/right between 3 pages and a bottom navigation bar to serve as a label and also help with navigation
Persistent appb...
GGroup: ExpansionPanel Error
I'm working on implementing an ExpansionPanelList and can't seem to get around the following error "isExpanded can't be used as a setter because it's final". Any idea on what I am doing wrong here? import 'package:flutter/material.dart'; class ExamplePage extends StatefulWidget { @override
Submitted July 02, 2018 at 03:32AM by Barrett Studdard
via Flutter Dev https://ift.tt/2lOvFpz
I'm working on implementing an ExpansionPanelList and can't seem to get around the following error "isExpanded can't be used as a setter because it's final". Any idea on what I am doing wrong here? import 'package:flutter/material.dart'; class ExamplePage extends StatefulWidget { @override
Submitted July 02, 2018 at 03:32AM by Barrett Studdard
via Flutter Dev https://ift.tt/2lOvFpz
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: Title style
Hello, Good Night!! How to customize this title appbar? void main() { runApp(new MaterialApp( title: "How to customize style this title appbar?", home: new OlaMundo(), debugShowCheckedModeBanner: false, )); } Tks Patrick
Submitted July 02, 2018 at 04:04AM by Patrick Queiroz
via Flutter Dev https://ift.tt/2tLch14
Hello, Good Night!! How to customize this title appbar? void main() { runApp(new MaterialApp( title: "How to customize style this title appbar?", home: new OlaMundo(), debugShowCheckedModeBanner: false, )); } Tks Patrick
Submitted July 02, 2018 at 04:04AM by Patrick Queiroz
via Flutter Dev https://ift.tt/2tLch14
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: Which Map plugin should I use?
Anyone with experience to tell me the pros and cons of using Official google maps plugin, Google maps from apptreesoftware and Leaflet maps from apptreesoftware
Submitted July 02, 2018 at 07:32AM by phillip055
via reddit https://ift.tt/2KAEDRV
Anyone with experience to tell me the pros and cons of using Official google maps plugin, Google maps from apptreesoftware and Leaflet maps from apptreesoftware
Submitted July 02, 2018 at 07:32AM by phillip055
via reddit https://ift.tt/2KAEDRV
GitHub
plugins/packages/google_maps_flutter at master_archive · flutter/plugins
Plugins for Flutter maintained by the Flutter team - flutter/plugins
Reddit: I am learning flutter and I would like to know what is the best design pattern for flutter, and if they have any tutorials, sample codes, etc. thank you very much
No text found
Submitted July 02, 2018 at 02:15PM by Basketball-ICO
via reddit https://ift.tt/2tNeN6Z
No text found
Submitted July 02, 2018 at 02:15PM by Basketball-ICO
via reddit https://ift.tt/2tNeN6Z
reddit
r/FlutterDev - I am learning flutter and I would like to know what is the best design pattern for flutter, and if they have any…
2 votes and 0 so far on reddit
Reddit: 4. Flutter App - getting pictures from json api (part 1)
https://www.youtube.com/attribution_link?a=OlkyNz5zto4&u=%2Fwatch%3Fv%3DFOixWtiEBsM%26feature%3Dshare
Submitted July 02, 2018 at 02:59PM by kibatheseven
via reddit https://ift.tt/2MGZHHe
https://www.youtube.com/attribution_link?a=OlkyNz5zto4&u=%2Fwatch%3Fv%3DFOixWtiEBsM%26feature%3Dshare
Submitted July 02, 2018 at 02:59PM by kibatheseven
via reddit https://ift.tt/2MGZHHe
YouTube
4. Flutter App - getting pictures from json api (part 1)
This video is the first of two videos about getting images from a json api using flutter
GGroup: firebase_auth sample
Hi, I was wondering if anyone has a project utilizing the firebase_auth plugin, but more comprehensive than the example provided, specifically with routing? I looked over Brian Egan's firestore_redux example, but its a little over my head, not being very familiar with redux. Any help is
Submitted July 02, 2018 at 04:45PM by David Carr
via Flutter Dev https://ift.tt/2KK4mrq
Hi, I was wondering if anyone has a project utilizing the firebase_auth plugin, but more comprehensive than the example provided, specifically with routing? I looked over Brian Egan's firestore_redux example, but its a little over my head, not being very familiar with redux. Any help is
Submitted July 02, 2018 at 04:45PM by David Carr
via Flutter Dev https://ift.tt/2KK4mrq
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: Notifications
I have to create a notification that gets sent on the first Saturday of every month, so does anyone know how to do this?
Submitted July 02, 2018 at 04:56PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2Nd916N
I have to create a notification that gets sent on the first Saturday of every month, so does anyone know how to do this?
Submitted July 02, 2018 at 04:56PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2Nd916N
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.