Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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