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

APP Ideas
Hi guys,Any ideas for making an mobile app for HR department. And secondly can I have some advice on how to go about getting ideas for new apps?

April 08, 2019 at 05:58AM by afdal_khan
http://bit.ly/2FV90RV
New post on /r/flutterdev subreddit:

How to add multiple targets in Flutter apps?
http://on.edusavecoupon.net/d39ce8f159

April 08, 2019 at 09:03AM by HenryYik
http://bit.ly/2WSSEQB
New post on /r/flutterdev subreddit:

Include prepopulated offline database
Hello everyone,​Battling to get my head around this.​If I build an app that lists restaurants, structured as follows (simplified):​Name: Restaurant OneCategory: SeafoodName: Restaurant TwoCategory: SeafoodName: Restaurant ThreeCategory: Vegetarian​and would like to have the following screens:​SCREEN ONECategories:[Seafood] -> routes to SCREEN TWO showing all Seafood restaurants[Vegetarian] -. routes to SCREEN TWO showing all Vegetarian restaurants​What would be the best way to store that data and ship it with the app? Up until now, I've been using Firebase, but I need the data to available offline. Would SQFLITE be a good option for this? And if so, is it possible to include a prepolutated database with the app? (Image, Name, Contact, Location etc).​My end goal is to have Firebase authenticated users also able to make posts in the app (stored in Firebase) which will be linked to their information in the offline database. So ultimately, the app will be setup like this:​Authenticated user logs in -> creates post (stored in Firebase):post_title: "Post Title"post_date: "01/01/2019"user_id: "40" <- possibly use as relationship key?​The post in the app will then display:[Image from offline database]
POST TITLE - from Firebase01/01/2019 - from Firebase[Contact number from offline database]​Hopefully that makes sense. If anyone can offer advice on how to bet go about this, I would REALLY appreciate it. Been at it for days now, and still not sure how best to go about it!​​​

April 08, 2019 at 01:30PM by guit4eva
http://bit.ly/2U4XSqK
New post on Flutter Dev Google group:

making voip call with flutter
How can I do voip/sip call with flutter?

April 08, 2019 at 06:45PM by Israel Ribeiro
http://bit.ly/2YVaRPs
New post on Flutter Dev Google group:

Video filter and video processing
Hi @all Is video processing is possible in flutter. I am working with the video editing and jsut want to add text., image, imoji and draggable text on video. If any one has any idea please let me know how to do it.

April 08, 2019 at 06:53PM by sukhbeer kumar
http://bit.ly/2U5RShB
New post on Flutter Dev Google group:

Custom animation on page change in PageView
Hello there, is there a way to configure the PageView so that the page change is not animated with a linear curve but more bouncy? Especially when a page snaps to its final position (drag ended). I can achieve the effect when triggering a page change via click on a button with: IconButton(

April 08, 2019 at 10:25PM by Sekib Omazic
http://bit.ly/2D16UPS
New post on /r/flutterdev subreddit:

My flutter app rejected by google again and again
Because of sms permission. I use otp function with sms package . They said to use sms retreiver api . anybody have same problem too?

April 09, 2019 at 04:44AM by htetwaihlaing
http://bit.ly/2G2xKaS
New post on Flutter Dev Google group:

Anyone can explain this piece of code
*Anyone can explain this code* > final listCount = values.map((m) => m.p).reduce((a, b) => max(a, > b)).floor(); *and this code* > final items = values .where((m) => i + 1 <= m.p && m.p < i + 2) > .toList(growable: false) ..sort((a, b) => a.p.compareTo(b.p));

April 09, 2019 at 05:45AM by Bhanuka Isuru
http://bit.ly/2VsYJ66
New post on Flutter Dev Google group:

Needed: Firestore Documentation for Flutter
I love developing Apps with Flutter / Dart. Nevertheless, it sometimes seems like documentation is rather scarce... For example, in the Firestore documentation (* http://bit.ly/2yzsFpi *) which

April 09, 2019 at 07:00AM by Daniel Henry Thomas
http://bit.ly/2Ga4v7B
New post on Flutter Dev Google group:

A card switching UI for Flutter, support custom animation
Github Link: http://bit.ly/2FZM0RL Screenshot Android: [image: android.gif] iOS: [image: ios.gif]

April 09, 2019 at 07:20AM by bakerj15...@gmail.com
http://bit.ly/2OY7Ucp
New post on Flutter Dev Google group:

LyricView on Flutter
Does anyone know about LyricView in flutter? I also want to play an audio with lyric content. Please give me ur help! Thanks

April 09, 2019 at 08:45AM by Johnny Le
http://bit.ly/2OVGWC2
New post on /r/flutterdev subreddit:

Flutter: how to build a quiz game
http://bit.ly/2uW0g9f

April 09, 2019 at 08:12AM by Purple_Pizzazz
http://bit.ly/2OWpAVT
New post on Flutter Dev Google group:

Why can't my flutter plugin load Android NDK C++ library?
First,I uploaded a Android library include C++ library to the Bintray,then i built a Flutter plugin depending on this library.The program will abort when i call the jni function.And the logs showed that it failed to load native library. I tested my Android library,it works well in the normal

April 09, 2019 at 09:38AM by vaton...@gmail.com
http://bit.ly/2FZwGET
New post on /r/flutterdev subreddit:

I wrote an article about how to work with app state without altering it. Turned out pretty decent.
http://bit.ly/2VBEdR2

April 09, 2019 at 09:50AM by ariedov
http://bit.ly/2D2oN0U
New post on /r/flutterdev subreddit:

Containerizing flutter development
I've been trying to use containers for development using docker and vscode but I found many issues and didn't find a solution.Maybe this is due to my weak understanding of how this should be doneI've submitted a question on stackoverflow, please have a look and see if you can help.

April 09, 2019 at 10:43AM by ammaratef45
http://bit.ly/2G9lebd