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

Are you building something for Flutter Desktop that's ready to see? Post a link!
I'd love to see what people are coming up with for Flutter desktop. It would be nice to see standard apps starting to be built with Flutter. What do you have? I started porting Tavern to desktop, but I haven't worked on the interface yet. It's still designed for mobile.This isn't self promotion. This is for you. Show us where you shine!

June 04, 2020 at 08:57PM by _thinkdigital
https://ift.tt/36Y5CD8
New post on /r/flutterdev subreddit:

COVID19 Tracker App
Due to the Apple Store and Google play restrictions for all the applications related to the Coronavirus, we decided to publish our app to an alternative third party repository to start getting user feedback and improve our app and coding.This is our first project on flutter and we love it totally, hopefully, we can get feedback from this community. This app's main feature is to get users informed of the current situation around the world, also, provide the latest information for US counties and the Mexico States. For the rest of the world, the only data that we can provide is just a country level information; we will work to provide detailed information as soon we get it.Lastly, we have a Machine Learning module to provide predictions up to 7 days and we looking to improve it every week.Stay Safe.APK Pure Covid19 Radar

June 04, 2020 at 09:25PM by diegoresendez83
https://ift.tt/2A1RD34
New post on /r/flutterdev subreddit:

Pros and Cons using built_value, json_serializable, QuickType.io for serializing/deserializing JSON?
So I've mostly been using QuickType because there's literally no setup, just copy and paste your output JSON and modify it accordingly to use immutable/mutable as needed but built_value is very popular. Is it because it automatically overrides the hashcode and operator functions, it's more advantageous? Would like to know your thoughts and how you manage JSON in your appsRelated post:https://www.reddit.com/r/FlutterDev/comments/b1ksul/how_is_everyone_serializing_json_in_flutter/

June 05, 2020 at 02:11AM by tripcompare
https://ift.tt/2z41fK6
New post on Flutter Dev Google group:

Multi Navigation in Tabs
Hello friends, I want to get Multiple navigation in my one of tabs and I am trying https://ift.tt/2WPwkco solution with multiple class files but unable to get it in right way. Any other tutorial/help to achieve it? TIA Vikram

June 05, 2020 at 04:42AM by Vikram S Sangotra
https://ift.tt/2XAIG9G
New post on Flutter Dev Google group:

How to male a app for creating gif?
I want to makea app for uploading gif from mobile and for creating gif in flutter. But i am not able to figure out how to make the app. Please help

June 05, 2020 at 08:32AM by Ayush Soni
https://ift.tt/3077SXj
New post on /r/flutterdev subreddit:

Using expressjs/firebase functions on flutter app
Hi everyone Please I'm developing a web app with reactjs and firebase/expressjs cloud functions as server side for my api... Can I fetch data for my flutter app from this server api cause I want to access admin SDK for the flutter project ? Thank you

June 05, 2020 at 09:11AM by derekzyl
https://ift.tt/3gWAokk
New post on /r/flutterdev subreddit:

Free Flutter Course for beginners
This Flutter course is my tiny contribution to the Flutter community. I hope it helps those beginners who still feel lost in this huge world of tutorials, just like I was, not so long ago.50 Lessons. Free forever. Exclusively at caster.io: https://caster.io/courses/flutter-from-zero-to-hero

June 05, 2020 at 10:13AM by tanejarohan
https://ift.tt/3gYIpoI
New post on /r/flutterdev subreddit:

Multiple Barcode Scanning
My aim is to scanning multiple products from the camera and storing their values in a list. I have tried mostly all the packages for Scanning, but all of them exist the camera screen as soon as they find a barcode.How to tackle this problem?The aim is to scan a product, if the bar code is correct and it exists in the database, then only store it's value in the list, else show error message on the camera screen.

June 05, 2020 at 10:24AM by sarabjot294
https://ift.tt/3dA6TCV
New post on /r/flutterdev subreddit:

Flutter Layout Hints
You can use this as a short cheat-sheet or play with the full code sample.https://www.reddit.com/user/Elegium/comments/gwf6ex/flutter_layout_hints/

June 05, 2020 at 10:16AM by Elegium
https://ift.tt/3dBODZM
New post on Flutter Dev Google group:

Third party SDK in Flutter
We are trying to integrate third-party SDK into our existing flutter app. We need to open a third party SDK view from flutter app through channel method but it is giving error. Kindly have a look to attached error screenshot for better understanding. Anyone's support will very much help here.

June 05, 2020 at 11:05AM by Niraj Bhatt
https://ift.tt/2UaW8z4
New post on /r/flutterdev subreddit:

Displaying SVG and Flare animations in Flutter is not as hard as I initially thought.
Initially, when I wanted to use SVG for Flare animation in my app, I never really gave a try thinking it might take some time and might not be easy.When I thought enough slacking and I need to face these monsters, and give them try, It was nothing like I presumed. It was super easy.​If you have also not given a try to SVG and Flare a try thinking it might take time.Trust me you can show each of them under 15 minutes.I have created a small Sample with a Readme which explains how to use SVGs and Flare in very short time, you can see it here.https://github.com/erluxman/FlutterSVGFlareDemo

June 05, 2020 at 11:56AM by erluxman
https://ift.tt/2Y2totF
New post on /r/flutterdev subreddit:

Facebook and Google sign in implementation from scratch without using packages?
Hi, is google sign in and Facebook sign-in in Flutter only implemented through packages? is it possible to implement those sign-in by writing a code ourselves from scratch? Is it too hard? Has anyone done it?

June 05, 2020 at 11:46AM by milanpoudel
https://ift.tt/30f5Cx5
New post on Flutter Dev Google group:

How to parse the json. Array of object of array of array of object.
How to parse the array of object of array of array of object from the json. I want to parse the json key value data from the worksheet object Example.json [ { "_id": "5ebae61440315c41995eccc7", "projectName": "NSM", "quote": "VE/1836/04/2020", "quoteDate":

June 05, 2020 at 12:50PM by mahantappa b k
https://ift.tt/371LhN2
New post on /r/flutterdev subreddit:

Trying to implement Facebook sign in method but it is not working
Hi,I am trying to implement Facebook sign in method in my app but all of the packages that I found in pub.dev, it is not working. It just loads Facebook logo for a while and nothing happens. Does anyone know the package that is successfully working in your app? I also don't know whether the code I have written is wrong. But I think the main problem is the package itself. Can anyone help me ?

June 05, 2020 at 02:13PM by milanpoudel
https://ift.tt/2Uh9nhU
New post on /r/flutterdev subreddit:

Made clone of Delete Chinese Apps in Flutter.
Thought about replicating viral app "Delete Chinese Apps" in flutter and it was surprisingly easy.Flutter is GitHub: https://github.com/TheKetan2/delete_chinese_apps_clone_in_flutter

June 05, 2020 at 02:41PM by theketan2
https://ift.tt/3dzBS1W