Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Front Camera Video Mirrored
Hi. I was playing with the flutter camera example and noticed that when you record video from the front camera, it is saved on the device mirrored. Things that should be on the left are on the right and vice versa.How do you disable this so that the file that is saved is the same as what you see when you preview it?Or, how can you change the preview so that it looks like the video that is saved?

August 08, 2019 at 02:09AM by pixelies
https://ift.tt/33jHfxy
New post on /r/flutterdev subreddit:

How Would You Approach Offline-First File Upload Capability?
I am building a data collection app for a client. They will be collecting information in text fields, as voice recordings, and as photos. They will frequently be in areas with no cell reception, so the app needs to function offline. However, this data needs to be stored online and easily accessible to multiple parties later on.I am planning on using Firestore as the database, and Google Cloud Storage (Firebase Storage) to hold the files. Files will be associated with specific firestore record entries.What is the best way to approach offline-first file storage and uploads? The best case would be that the files automatically upload upon cell connection, and the firestore records are updated with the link to the cloud storage file automatically.I understand that firestore has offline capability. I am really unsure about how to approach file management though. I am wondering if anyone has done this before and has any specific insights for the simplest way to approach it. All of my ideas seem very complicated.

August 08, 2019 at 01:30AM by boon4376
https://ift.tt/33meC2v
New post on /r/flutterdev subreddit:

Flutter Widget Live Book - Live preview example for flutter widgets
https://flutter-widget-livebook.blankapp.org

August 08, 2019 at 05:25AM by lijy91
https://ift.tt/2GVQAC5
New post on Flutter Dev Google group:

How to keep user logged in after the logging in using status code
How to keep user logged in using the status code,Please go through the stackoverflows question https://ift.tt/2YOJaq7

August 08, 2019 at 07:03AM by mahantappa b k
https://ift.tt/2GSaYUo
New post on /r/flutterdev subreddit:

Tweet-like appreciation post - this was smooth
In the past, a lot of times I had to spend days setting up a new dev computer. Today, I was done in under an hour; followed instructions in my console, cloned the project, flutter create . && flutter packages get && flutter run and stuff works. Smooth AF, GJ

August 08, 2019 at 09:55AM by daniel-vh
https://ift.tt/33nFn70
New post on /r/flutterdev subreddit:

Help me please it's urgent
I have a database which contains different list of exercises and each exercise node has exercise name and calories burned during that exercise. Now I need to implement a search through that list and use the calories burned...how can I do it?

August 08, 2019 at 09:22AM by RaghavKaushal17
https://ift.tt/31pn9Qp
New post on /r/flutterdev subreddit:

super_widgets: Make Flutter widgets' code shorter and richer by combining multiple widgets into a single widget but the single one will inherit almost properties of all original widgets.
https://ift.tt/2YhxCLW

August 08, 2019 at 09:21AM by anticafe
https://ift.tt/2Knek42
New post on Flutter Dev Google group:

Using 3rd party android Fragment in flutter
Hi, I'm trying to include an android Fragment in my flutter app. I found some great tutorials about include native android/ios views (see link below). I get to the point where I can include an android TextView in my app. But when I use my 3rd party Fragment, I use onCreateView(). It spits out a

August 08, 2019 at 10:40AM by Korneel Dumon
https://ift.tt/2MGNKEG
New post on Flutter Dev Google group:

Navigating to new screen from bottom sheet
I want when user click on button in the bottom sheet ,it navigate to a new screen I tried to make the navigation but it didn't navigate to the new screen I don't know why the app didn't crash or give any exceptions

August 08, 2019 at 12:07PM by Sherif Hassan
https://ift.tt/2GWFSuZ
New post on /r/flutterdev subreddit:

Is it possible to implement a twitter-like notification system in flutter (even when app is closed)?
Hi, the last few days I've been trying to make my twitter-like notification system to work on my flutter app but failing miserably when it comes down to making it work while the app is closed (as in removed from the app stack by the user or maybe by the os)I tried - background_fetch library - stream - flutter_local_notification libraryWhat I want to ask is it possible to make it work after the app is closed in any way? The app queries a SQL server for new messages and if new messages are found the app notifies the user. Is it possible to show any kind of personalized notification (not firebase messaging notification that is basically the same for all users) when the app is closed.If that is not possible because the will take process time, is it at least possible to ask the user to reopen the app once it is closed (that is an awful alternative i know, but I can't find any solutions and that notification system is crucial to my app)

August 08, 2019 at 02:02PM by frustrated-developer
https://ift.tt/2GVfZLU
New post on /r/flutterdev subreddit:

a question, Flutter Dev Book You would like to SEE?
So I am doing some logistics planning in scoping out what possible flutter dev book subjects I could cover. The One that I seem to be attracted to is a Flutter Animations Development book..​So I thought I would ask you guys and gals what Flutter dev book you would like to see?​ANd the assumption is I am doing medium smaller articles not behind a paywall that happen to represent the chapters by topic.

August 08, 2019 at 05:53PM by fredgrott
https://ift.tt/2ZHXIJt
New post on /r/flutterdev subreddit:

The hasura_connect, a package for integrate Hasura GraphQL to your flutter app.
https://ift.tt/2MKv6vv

August 08, 2019 at 05:02PM by irvine5k
https://ift.tt/31AvEIP
New post on /r/flutterdev subreddit:

ImageFade v0.2.0: Similar to FadeInImage, but with proper crossfading, progress / error indicators, & sequential loads.
https://ift.tt/32OQsNN

August 08, 2019 at 06:20PM by grantskinner
https://ift.tt/2Ywtk8k
New tweet from FlutterDev:

Make some room for the #WidgetoftheWeek! 👏👏👏

Add buffers and spaces between widgets with AnimatedPadding. Dynamically change the padding of the widget and have it animate the changes!

Watch more here → https://t.co/GEzeoeyTZu pic.twitter.com/UhJyxEJKQS— Flutter (@FlutterDev) August 8, 2019

August 08, 2019 at 08:00PM
http://twitter.com/FlutterDev/status/1159524680656515073
New post on /r/flutterdev subreddit:

Flutter on vscode
Anyone use vscode for flutter?Did you guys also encounter problems when setting up flutter with vscode?Do you prefer using vscode over Android studio?

August 09, 2019 at 12:49AM by stantastic98
https://ift.tt/2YBTyXd
New post on /r/flutterdev subreddit:

Twilio Video for Flutter
Hello, I know the Twilio video SDKs work in both Android and iOS but was wondering if there was an easy way to use Flutter and still access the video component. Does anyone know of someone accomplishing that?

August 09, 2019 at 02:24AM by TrentRamseyer
https://ift.tt/2This8q