Reddit: Does caching work in graphql_flutter subscriptions
I was going through the code of graphql_flutter, I was wondering if cache support is available for subscriptions which uses the SocketClient instead of the GraphqlClient.
Submitted October 26, 2018 at 01:02PM by dopecoder
via reddit https://ift.tt/2CII4Fj
I was going through the code of graphql_flutter, I was wondering if cache support is available for subscriptions which uses the SocketClient instead of the GraphqlClient.
Submitted October 26, 2018 at 01:02PM by dopecoder
via reddit https://ift.tt/2CII4Fj
reddit
r/FlutterDev - Does caching work in graphql_flutter subscriptions
1 vote and 0 comments so far on Reddit
Reddit: Getting overwhelmed with all the choices for mobile architecture, any help appreciated.
Hi,When I was in uni back in ~2003, we didn't have this issue of where and when data/application/display is. We had applications that ran on your machine or server-side and show some result via html. Life was simple. Trigger loads some new screen.Now there's states and layers and I'm getting lost. I'm prototyping and coding my own app, all this was very confusing until I found out about mobile app architecture. Bob Marley - Small Axe - YouTube >> I use this as a mantra when I feel overwhelmed. This time, my mantra is failing me. Help me chose an architecture.I can do each of the following separately, but getting lost trying to string them together:It's an app for diaspora communities to share memories and stories. So the main view is a list of items leading to different type of views. All data will be stored in Firebase. ✔I want the flow to be fast and responsive, or appear to be so. I want to load each display with temporary placeholder items while the assets are fetched ✔Logged in user determined what's listed (working on it)One type of item will be short clips. When the user clicks it immediately loads the video screen. As soon as the video's done ✔The front facing camera opens and the app waits for the user to record a reply ✔As soon as the user releases the record button, the video is replayed ✔video is played back and then app automatically goes back to main view ✔Upload users's response in the background ✔Update usage stats in the background ✔
Submitted October 26, 2018 at 03:20PM by somenick
via reddit https://ift.tt/2Reuu0j
Hi,When I was in uni back in ~2003, we didn't have this issue of where and when data/application/display is. We had applications that ran on your machine or server-side and show some result via html. Life was simple. Trigger loads some new screen.Now there's states and layers and I'm getting lost. I'm prototyping and coding my own app, all this was very confusing until I found out about mobile app architecture. Bob Marley - Small Axe - YouTube >> I use this as a mantra when I feel overwhelmed. This time, my mantra is failing me. Help me chose an architecture.I can do each of the following separately, but getting lost trying to string them together:It's an app for diaspora communities to share memories and stories. So the main view is a list of items leading to different type of views. All data will be stored in Firebase. ✔I want the flow to be fast and responsive, or appear to be so. I want to load each display with temporary placeholder items while the assets are fetched ✔Logged in user determined what's listed (working on it)One type of item will be short clips. When the user clicks it immediately loads the video screen. As soon as the video's done ✔The front facing camera opens and the app waits for the user to record a reply ✔As soon as the user releases the record button, the video is replayed ✔video is played back and then app automatically goes back to main view ✔Upload users's response in the background ✔Update usage stats in the background ✔
Submitted October 26, 2018 at 03:20PM by somenick
via reddit https://ift.tt/2Reuu0j
YouTube
Bob Marley - Small Axe
Bob Marley & The Wailers - Small Axe
So this landed in our inbox this morning 🤷
Maybe it was meant for the Butter Team?
Weird day. #AndroidDevSummit pic.twitter.com/3iizMytuLE— Flutter (@flutterio) October 26, 2018
October 26, 2018 at 08:08PM
via Twitter https://twitter.com/flutterio
Maybe it was meant for the Butter Team?
Weird day. #AndroidDevSummit pic.twitter.com/3iizMytuLE— Flutter (@flutterio) October 26, 2018
October 26, 2018 at 08:08PM
via Twitter https://twitter.com/flutterio
Twitter
#androiddevsummit hashtag on Twitter
3m ago @AndroidDev tweeted: "#AndroidDevSummit video captions are ava.." - read what others are saying and join the conversation.
GGroup: Deep linking and Deferred Deep Linking support
Hi All, Does Flutter currently have or will have support for Deep Linking and Deferred Deep Linking. If it will, do we have a roadmap for when this will happen? Thanks and have a great weekend! Quan
Submitted October 26, 2018 at 08:51PM by Quan Nguyen
via Flutter Dev https://ift.tt/2D6ROKk
Hi All, Does Flutter currently have or will have support for Deep Linking and Deferred Deep Linking. If it will, do we have a roadmap for when this will happen? Thanks and have a great weekend! Quan
Submitted October 26, 2018 at 08:51PM by Quan Nguyen
via Flutter Dev https://ift.tt/2D6ROKk
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: gradient_widgets | A minimal set of Flutter widgets encased with beautiful gradients.
https://ift.tt/2OMwuA2
Submitted October 26, 2018 at 09:46PM by Purple_Pizzazz
via reddit https://ift.tt/2yAqHDo
https://ift.tt/2OMwuA2
Submitted October 26, 2018 at 09:46PM by Purple_Pizzazz
via reddit https://ift.tt/2yAqHDo
Dart Packages
gradient_widgets | Flutter Package
gradient_widgets Flutter and Dart package - A minimal set of Flutter widgets encased with beautiful gradients.
Reddit: Flutter + MVC at Last!
https://ift.tt/2O9Ag1k
Submitted October 26, 2018 at 09:45PM by Purple_Pizzazz
via reddit https://ift.tt/2yzOGTo
https://ift.tt/2O9Ag1k
Submitted October 26, 2018 at 09:45PM by Purple_Pizzazz
via reddit https://ift.tt/2yzOGTo
Medium
Flutter + MVC at Last!
The “kiss” of Flutter Frameworks.
GGroup: Regarding contact info
Hey! I wanted to contact flutter regarding an event I am orgnizing. Where would I be able to get that?
Submitted October 26, 2018 at 10:43PM by iit20...@iiita.ac.in
via Flutter Dev https://ift.tt/2ORc4WE
Hey! I wanted to contact flutter regarding an event I am orgnizing. Where would I be able to get that?
Submitted October 26, 2018 at 10:43PM by iit20...@iiita.ac.in
via Flutter Dev https://ift.tt/2ORc4WE
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 to connect Flutter and SLIM PHP framework?
I used SLIM PHP framework on my several android projects in native using Retrofit. But on Flutter, I do not know how to connect the app to the API. I understand that we will use Future but cannot find a way to use it with slim. There are articles about Rest API in flutter but their API is unsafe. Any idea how to use it?
Submitted October 27, 2018 at 03:02AM by cassaregh
via reddit https://ift.tt/2qdc18M
I used SLIM PHP framework on my several android projects in native using Retrofit. But on Flutter, I do not know how to connect the app to the API. I understand that we will use Future but cannot find a way to use it with slim. There are articles about Rest API in flutter but their API is unsafe. Any idea how to use it?
Submitted October 27, 2018 at 03:02AM by cassaregh
via reddit https://ift.tt/2qdc18M
reddit
r/FlutterDev - How to connect Flutter and SLIM PHP framework?
1 vote and 0 comments so far on Reddit
Reddit: How to use Google Sign In object & Sign Out method across multiple files?
I'm running into a problem where I have one page dedicated for login and one for settings (which is only visible if a user is signed in). Also, the login widget is pushed off the widget tree and can never be accessed again unless the user is signed out (if my understanding is correct)The same Google Sign In object that is created must be used for handling sign in and disconnection. But if the google sign in object was created in the login class, then it is impossible to for users to log out via the settings page.What are some workarounds I can consider? I've tried passing in one google sign in object to the login page and settings page routes declared in the body of the scaffold.
Submitted October 27, 2018 at 07:00AM by 1234throw5678
via reddit https://ift.tt/2PuBaKi
I'm running into a problem where I have one page dedicated for login and one for settings (which is only visible if a user is signed in). Also, the login widget is pushed off the widget tree and can never be accessed again unless the user is signed out (if my understanding is correct)The same Google Sign In object that is created must be used for handling sign in and disconnection. But if the google sign in object was created in the login class, then it is impossible to for users to log out via the settings page.What are some workarounds I can consider? I've tried passing in one google sign in object to the login page and settings page routes declared in the body of the scaffold.
Submitted October 27, 2018 at 07:00AM by 1234throw5678
via reddit https://ift.tt/2PuBaKi
reddit
r/FlutterDev - How to use Google Sign In object & Sign Out method across multiple files?
1 vote and 0 comments so far on Reddit
GGroup: Flutter connectivity plugins not working iOS 12
Hi, Flutter connectivity plugins not working iOS 12. Any help please? *The CODE:* > @override > void initState() { > // TODO: implement initState > super.initState(); > print("************** _checkConnectivity ***************"); > _connectivity = new Connectivity(); > _subscription = >
Submitted October 27, 2018 at 01:02PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JhWQ6W
Hi, Flutter connectivity plugins not working iOS 12. Any help please? *The CODE:* > @override > void initState() { > // TODO: implement initState > super.initState(); > print("************** _checkConnectivity ***************"); > _connectivity = new Connectivity(); > _subscription = >
Submitted October 27, 2018 at 01:02PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JhWQ6W
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: Protobuf Gradle Plugin in android plugin
Hey, For the past 12 hours i have been trying to add protobuf to my android plugin but generated files are filled with errors. It seems that it cannot resolve com.google.protobuf. Also they are generated in example project and not in original Android for flutter. I would really appreciate any
Submitted October 27, 2018 at 01:59PM by Eduard Hasanaj
via Flutter Dev https://ift.tt/2EKfBRN
Hey, For the past 12 hours i have been trying to add protobuf to my android plugin but generated files are filled with errors. It seems that it cannot resolve com.google.protobuf. Also they are generated in example project and not in original Android for flutter. I would really appreciate any
Submitted October 27, 2018 at 01:59PM by Eduard Hasanaj
via Flutter Dev https://ift.tt/2EKfBRN
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: 13. Flutter e-commerce app: recent products grid view
https://www.youtube.com/attribution_link?a=uOEiw8osbaE&u=%2Fwatch%3Fv%3Dvt0u9WFHZ4w%26feature%3Dshare
Submitted October 27, 2018 at 05:04PM by kibatheseven
via reddit https://ift.tt/2Pp7vSN
https://www.youtube.com/attribution_link?a=uOEiw8osbaE&u=%2Fwatch%3Fv%3Dvt0u9WFHZ4w%26feature%3Dshare
Submitted October 27, 2018 at 05:04PM by kibatheseven
via reddit https://ift.tt/2Pp7vSN
YouTube
13. Flutter e-commerce app: recent products grid view
github link: https://github.com/Santos-Enoque/flutter_ecommerce_app
GGroup: Calling showDialog in didChangeDependencies causes Error: setState() called during build
Greetings, I've been attempting to add a pop-up dialog via showDialog when certain error conditions arise -- in order to inform the user before restarting the application. Right now the presence of an error state is being tracked by an InheritedWidget. Therefore, the natural place to call
Submitted October 28, 2018 at 03:09AM by mi...@treo.co
via Flutter Dev https://ift.tt/2CK4qWO
Greetings, I've been attempting to add a pop-up dialog via showDialog when certain error conditions arise -- in order to inform the user before restarting the application. Right now the presence of an error state is being tracked by an InheritedWidget. Therefore, the natural place to call
Submitted October 28, 2018 at 03:09AM by mi...@treo.co
via Flutter Dev https://ift.tt/2CK4qWO
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: Framework calling rebuild on when page is navigated out.
I have 2 screen, when i go from screen1 to screen2, the build() method of statefullWidget inside StatelessWidget in screen1 is called. why? and i dont know why, i have a lot of instance of my statefullwidget, i can see that on *debug console,* *theres is a lot of widget is built * every time i
Submitted October 28, 2018 at 04:37AM by Black Clover
via Flutter Dev https://ift.tt/2CJL301
I have 2 screen, when i go from screen1 to screen2, the build() method of statefullWidget inside StatelessWidget in screen1 is called. why? and i dont know why, i have a lot of instance of my statefullwidget, i can see that on *debug console,* *theres is a lot of widget is built * every time i
Submitted October 28, 2018 at 04:37AM by Black Clover
via Flutter Dev https://ift.tt/2CJL301
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: WhatTodo v.0.2.0 to BLoC Architecture pattern
Migrated WhatTodo v.0.2.0 to BLoC Architecture pattern.The whole apps runs on streams using StreamBuilder in StatelessWidget.There is no single StatefulWidget. :)
Checkout the Repo.https://i.redd.it/gq6k2f2hnvu11.pnghttps://i.redd.it/mf1l9g2hnvu11.png
Submitted October 28, 2018 at 08:17AM by burhanrashid52
via reddit https://ift.tt/2qeQ9tG
Migrated WhatTodo v.0.2.0 to BLoC Architecture pattern.The whole apps runs on streams using StreamBuilder in StatelessWidget.There is no single StatefulWidget. :)
Checkout the Repo.https://i.redd.it/gq6k2f2hnvu11.pnghttps://i.redd.it/mf1l9g2hnvu11.png
Submitted October 28, 2018 at 08:17AM by burhanrashid52
via reddit https://ift.tt/2qeQ9tG
GitHub
GitHub - burhanrashid52/WhatTodo: A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC…
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the...
GGroup: When is Google adding support for iOS for Google Maps for Flutter?
I want to know if Google Maps for flutter will have support for the iOS platform and when. Thanks.
Submitted October 28, 2018 at 09:06AM by Solomon Nsumei
via Flutter Dev https://ift.tt/2D9lh6i
I want to know if Google Maps for flutter will have support for the iOS platform and when. Thanks.
Submitted October 28, 2018 at 09:06AM by Solomon Nsumei
via Flutter Dev https://ift.tt/2D9lh6i
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: A flutter app for discovering beautiful astronomy pictures with souces code
https://ift.tt/2O6KMq3
Submitted October 28, 2018 at 08:26AM by behithop
via reddit https://ift.tt/2Og6Crm
https://ift.tt/2O6KMq3
Submitted October 28, 2018 at 08:26AM by behithop
via reddit https://ift.tt/2Og6Crm
Google Play
Flutter Apod - Apps on Google Play
Flutter Apod is an application to discover beautiful astronomy images from NASA. You can save your favorite images to the collection and download to the device.
Features:
Update new image every day.
Set an Apod image as your device wallpaper
Save images…
Features:
Update new image every day.
Set an Apod image as your device wallpaper
Save images…
Reddit: First flutter app - Ultimate pi
Hey :D I recently created my first ever flutter app and i just have to say i'm in love!! Coming from the world of React Native, flutter is so much smoother (and faster) to work with.This project was just meant to be a copy of my react native app (learn pi decimals) and i never intended to release it but thanks to easy use of flutter, i created the copy in just a couple of hours and then i added tiny animations, points system with combo bonuses! So i thought why not release it :PI'm aware the code is really bad but hey it's my first time writing dart and using flutter so i think thats okay :)Code is open source!Wanna try the app? Play store linklast note: if you find buggs or have suggestions on code structure or app functionality feel free to say so :D
Submitted October 28, 2018 at 02:54PM by richie_south
via reddit https://ift.tt/2Q0SeF3
Hey :D I recently created my first ever flutter app and i just have to say i'm in love!! Coming from the world of React Native, flutter is so much smoother (and faster) to work with.This project was just meant to be a copy of my react native app (learn pi decimals) and i never intended to release it but thanks to easy use of flutter, i created the copy in just a couple of hours and then i added tiny animations, points system with combo bonuses! So i thought why not release it :PI'm aware the code is really bad but hey it's my first time writing dart and using flutter so i think thats okay :)Code is open source!Wanna try the app? Play store linklast note: if you find buggs or have suggestions on code structure or app functionality feel free to say so :D
Submitted October 28, 2018 at 02:54PM by richie_south
via reddit https://ift.tt/2Q0SeF3
GitHub
richie-south/pi-trainer
App that helps you learn Pi numbers! Contribute to richie-south/pi-trainer development by creating an account on GitHub.
GGroup: how to add Desktop Version(like chrome app) of Website in Flutter app?
down votefavorite < https://stackoverflow.com/questions/52720983/how-to-add-desktop-version-of-website-in-flutter-app# > i need to show desktop version of website(like google chrome app) in webview of my app. for me it shows the mobile version of app: platform: Flutter needed: desktop view of
Submitted October 28, 2018 at 05:21PM by prakash king
via Flutter Dev https://ift.tt/2D9CnkM
down votefavorite < https://stackoverflow.com/questions/52720983/how-to-add-desktop-version-of-website-in-flutter-app# > i need to show desktop version of website(like google chrome app) in webview of my app. for me it shows the mobile version of app: platform: Flutter needed: desktop view of
Submitted October 28, 2018 at 05:21PM by prakash king
via Flutter Dev https://ift.tt/2D9CnkM
Stack Overflow
how to add Desktop Version of Website in Flutter app?
i need to show desktop version of website in my app. for me it shows the mobile version of app:
code:
import 'package:flutter/material.dart';
import 'package:flutter_webview_plugin/
code:
import 'package:flutter/material.dart';
import 'package:flutter_webview_plugin/
GGroup: can change background image of app for period of time in flutter?
i need to add changing background to my app.offer me a solution.but i m facing version problem. down votefavorite < https://stackoverflow.com/questions/53035325/can-change-background-image-of-app-for-period-of-time-in-flutter# > i need to add changing background to my app.offer me a solution
Submitted October 28, 2018 at 08:33PM by prakash king
via Flutter Dev https://ift.tt/2CNsl7B
i need to add changing background to my app.offer me a solution.but i m facing version problem. down votefavorite < https://stackoverflow.com/questions/53035325/can-change-background-image-of-app-for-period-of-time-in-flutter# > i need to add changing background to my app.offer me a solution
Submitted October 28, 2018 at 08:33PM by prakash king
via Flutter Dev https://ift.tt/2CNsl7B
Stack Overflow
can change background image of app for period of time in flutter?
i need to add changing background to my app.offer me a solution
code:
Widget testBGCarousel = new Container(
child: new Carousel(
children: [
new AssetImage('images/a.jpg'),
new
code:
Widget testBGCarousel = new Container(
child: new Carousel(
children: [
new AssetImage('images/a.jpg'),
new