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

Video Player on Desktop?
Feels like a pretty basic need for a lot of desktop applications. When will it be feasible on Flutter Desktop?

July 08, 2021 at 08:51AM by dcmacsman
https://ift.tt/3jTzQ2t
New post on Flutter Dev Google group:

Flutter web - Not displaying in Internet Explore or Safari
Hi, I have created a very simple web site in flutter (https://ift.tt/3i2BT1V), a page with two lines of text. If I open the web site in Chrome it displays correctly, but in Internet Explore or Safari it's a blank page. Do anyone have pointers for me to look at to see what the problem is?

July 08, 2021 at 10:29AM by Johan Scheepers
https://ift.tt/2VoAjjf
New post on /r/flutterdev subreddit:

How to train and implement a custom tflite model on flutter
Hi !I am looking to implement a ML model using firebase/firestore. Which would train from new data on the database and give and output to the database. Not sure how I can implement that for a flutter app. I welsome any resources you suggest! Many thanks :)

July 08, 2021 at 12:28PM by Antoine326
https://ift.tt/3hHNrr0
New post on /r/flutterdev subreddit:

FlutterFlow
May you please help. I have been trying FlutterFlow and now I need a way to copy and paste the code in vs code. The main challenge is to know how theimport '../auth/auth_util.dart';import '../backend/backend.dart';are Structured. I know u can download the code. Payment is my challenge

July 08, 2021 at 12:17PM by Gwidha
https://ift.tt/3hKBctH
New post on Flutter Dev Google group:

floating action button speeddail package label issue
i am using speeddial package in floating action button while clicking on label i need to move a particular page but label only creating text , widget. give me code suggestion.. [image: 1.png]

July 08, 2021 at 01:32PM by Jayakrishna Chadalawada
https://ift.tt/3hpomlJ
New post on /r/flutterdev subreddit:

🤩 Flutter Desktop support in Appwrite ( the Open Source Firebase Alternative )
We're really happy to present a brand new Appwrite release with lot's of amazing features, bringing us one step closer to being the best Firebase alternative.Appwrite is extremely easy to self host and a single docker command is all it takes!TLDR; → Appwrite on GithubWith Appwrite 0.9 we've squashed some bugs 🐛 , broke some APIs, and got you some amazing new features!☑️ We've added platform wide Android Support☑️ A shiny new Kotlin Server SDK☑️ Flutter Desktop Support☑️ 6 New Cloud Function Runtimes!☑️ Faster Cloud Function Executions 🏃☑️ A revamped Sessions and Storage UI to give you more information on the dashboardAnd lots more!Appwrite also has support for ARM devices and you can run Appwrite even on a Raspberry Pi!All these features are a result of the amazing community feedback from Reddit and Github alike and as with everything we do, we love to work together with our community of 250+ code contributors when we implement these features.We'd love you to play around with Appwrite and share your valuable feedback and together 💪, we can make it better.

July 08, 2021 at 02:23PM by thecouchdev
https://ift.tt/3dTT304
New post on /r/flutterdev subreddit:

Why my app takes few seconds to load 8MB data From sqflite DB?, but i saw an app load same data even without loading
Note: another app made with android studio mine made with flutter

July 08, 2021 at 03:51PM by diyar_gulli
https://ift.tt/3qVdeA2
New post on /r/flutterdev subreddit:

Create a Google Chrome extension in less than five minutes with Flutter.
I am not very good with web development so I spend a few hours trying to figure out with information from diferent places in how to create a Google Chrome extension with Flutter. Now that I know I can say is very easy. I wrote a tutorial in my blog:How to create a Google Chrome extension with Flutter

July 08, 2021 at 04:49PM by yayox28
https://ift.tt/3hqti9T
New post on /r/flutterdev subreddit:

snappshot length of null
sometimes flutte drives me nuts.I am loading some data via https into ja jsonobject. That data shoul be getting into a list. But I can not find out how to get the length of that data. It should be simple...itemCount: snapshot.data.length,"Try correcting the name to the name of an existing getter, or defining a getter or field named 'length'.itemCount: snapshot.data.length,"

July 08, 2021 at 04:32PM by karamtschibuffenatze
https://ift.tt/2Uz9bO1
New post on /r/flutterdev subreddit:

Need advice on the estimated scope of work with integrating an API
Hello Flutter Community,I am not the most knowledgable with programming and I am really hoping someone could help me grasp a better understanding of the estimated amount of work/time involved with an integrating an API!I currently have a mobile app built on Flutter for both iOS and Android designed for users to apply for loans, a crucial component of the loan application is the bank verification which helps us determine the risk of granting a loan to the applicant.We previously integrated Plaid's asset report API (https://plaid.com/) however due to cost issues we decided to integrate a different API which serves the same purpose (https://decisionlogic.com/)The hard part I guess is connecting the API with our admin panel which will receive the asset report from the API. The API is only called once throughout the app and is within the apply now/loan application section of the app.I am receiving quotes from many agencies/independent contractors and I really would like to know what a reasonable price is so I don't feel ripped off, obviously I do not know the extent of work that occurs with this project but I feel that offers over $1000 are to much although I could be entirely wrong and that is why I need your help!If you need any more information from me in order to understand this more clearly please feel free to ask me and I will be more than happy to provide you with whatever you need.Thanks!

July 08, 2021 at 08:53PM by KeepingitSimpleMan
https://ift.tt/3yEbVYW
New post on /r/flutterdev subreddit:

Thank you!
So I recently hit 1000 subs on my YouTube channel. I've been posting videos for about a year now and most of the videos are about Flutter Canvas Animations. And this subreddit helped me a lot so as a thank you, I have a give away some t-shirts I designed from one of my animations.Thanks all!

July 08, 2021 at 08:18PM by indy900000
https://ift.tt/36r7uot
New post on /r/flutterdev subreddit:

bottom_nav_bar - A quick and powerful layout tool.
Here is my story.I was developing a new app. I was copy-pasting a bottom bar structure, similar to one on the flutter docs. But this time, when the back button is pressed, I need to go back to the previous app destination. Also, I need to save the destinations' states just like on iOS apps, which is not at all trivial with the material stuff flutter gives us.All of this boilerplate code should have really been a package. Then it hit me, I could make that package. So I did. I present to you: bottom_nav_layout. With it, writing a functional app with fluent bottom bar behavior takes like 15 lines of code.I appreciate all feedback.https://pub.dev/packages/bottom_nav_layout

July 09, 2021 at 02:35AM by plusturk
https://ift.tt/3AJLIKr
New post on /r/flutterdev subreddit:

SPIDERCARD - Your Digital Business Card
SPIDERCARD is a stylish, elegant and easy to use virtual business card. It is environmental friendly, contactless and reusable. Cross platform with elegant looks. Free.SPIDERCARD is a stylish, elegant and easy to use virtual business card. Not only that, it has everything you ever need to let the other side knows about your business. You can attach your company profile, product line up, website, social network links or any other links your customer should know in one go.With its in-app sharing function, you will be able to deliver your card to your customer in various means such as through Chat App, Emails or SMS messages. Contactless but efficient and effective.Try it now, it's made purely from Flutter~App StorePlay Store

July 09, 2021 at 04:49AM by dvl_j
https://ift.tt/3hP2I9p
New post on /r/flutterdev subreddit:

can we open website directly from the web browser
After running flutter build web index.html is created in the build folder.After opening index.html it is showing blank page (and it is showing 4 errors in the console tab). But this is running well in web browser when used flutter run -d chrome --release.So, actual question is, can we open index.html? if yes, then how to open index.html.

July 09, 2021 at 10:31AM by Cold_Register_526
https://ift.tt/2VtR38N
New post on Flutter Dev Google group:

Problems to launch app from Android studio to MacOs Simulator
Hi, I try to launch a simply test app developed with android studio to IOS simulator on Mac Os System. From android studio i can launch the simulator but after if i try to run the app android studio don't find the simulator, where is the problem? I attach many screen for show the version of

July 09, 2021 at 11:16AM by Daniele Calise
https://ift.tt/3xAe5ZO