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

Does anyone use flutter-js interop in production mobile apps (not web) ?
Im wondering about the js package - https://pub.dev/packages/jsOther than chartjs, nobody seems to be using it.In fact, the popular perception is that - if u need js interop, you should do react native instead.We have a bunch of crypto related js libraries that we want to use. Im wondering if flutter would play nice with it on iOS/android.Think of the myriad number of devices out there. Anyone really using js-interop in production?

September 19, 2021 at 08:58PM by sandys1
https://ift.tt/3Au2gpi
New post on /r/flutterdev subreddit:

Gradely 2: A Cloud grade calculator app with Firebase Alternative Appwrite
Hi Flutter DevsI created a grade calculator app with Appwrite, a selfhosted Firebase alternative.My first version of Gradely I created with Firebase, but I'm a student and I don't have the money to pay for Firebase, because my App would need a paid Firebase plan.The second version Gradely 2, I created with Appwrite and it works perfectly. The app size is 10mb smaller without Firebase and I have fully control of my data.If you want, checkout the Code or try the app. Or do you have questions or feedback?

September 20, 2021 at 09:57AM by GeneralXHD
https://ift.tt/3tSsEqg
New post on /r/flutterdev subreddit:

I want to find flutter rtmp package with null safety, please suggest some.
I have been stuck for 1 week trying to use rtmp publisher package, but every package in pub.dev have some issues and lot of time is wasted trying to solve those issues I want to use rtmp publisher package where I will enter rtmp url to which live streaming will take place. please help ASAP.

September 20, 2021 at 01:29PM by arun2357
https://ift.tt/3CwY0ps
New post on /r/flutterdev subreddit:

Flutter Croissants #04 : your weekly Flutter newsletter !
https://ift.tt/3zpxlJt

September 20, 2021 at 03:00PM by g123k
https://ift.tt/3ClbqoG
New post on /r/flutterdev subreddit:

Slow code suggestion on main.dart (android studio)
I just created my first flutter project and realized that while writing code in the main.dart file, the code suggestion takes like 1 second to pop up.But it gets way faster when I delete the first line that comes in main.dart (import 'package:flutter/material.dart).Any idea why that happens?

September 20, 2021 at 03:56PM by juanmzedxy
https://ift.tt/2XzlUSJ
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 103 - Tutorials, videos, packages, and much more!
https://ift.tt/2VW0Wwl

September 20, 2021 at 04:42PM by vensign
https://ift.tt/3nRq0Qz
New post on /r/flutterdev subreddit:

How dartpad works?
Hi guys, I want to understand how dartpad works. I mean, where is the code compiled? Do they have a server connected, or is it a flutter abstraction? Or something different?

September 20, 2021 at 06:32PM by jpv1234567
https://ift.tt/2XAtPzd
New post on /r/flutterdev subreddit:

Can I decide what size my flutter web app is on launch?
I have a flutter web application that functions much like an extension, add-on or plugin.For example:Imagine the user is on Facebook. My flutter web app uses Facebook API to alter the way Facebook is displayed. My app gets the Facebook api, changes some of things of the JSON, then the user can click a button to change how Facebook looks.When they launch my app, does it launch in the browser as a new tab by default? Or can I have it launch as a small button within a tiny pop-up window?In actuality:My app looks at financial data on a well known online invoicing platform. Performs as a calculation, and sticks it in their financial invoice.The Facebook example is poor, but the best example I could manage at the moment.Apologies in advance if anything is unclear.TLDR: are flutter web apps always launched as just a new window in the browser, a new tab, or a customizable sized pop-up?

September 20, 2021 at 06:20PM by softwareacc
https://ift.tt/2XA12e9
New post on /r/flutterdev subreddit:

Hiring Flutter devs
Full time position in payments company. Please message for details.

September 20, 2021 at 10:03PM by Imaginary-Singer-277
https://ift.tt/39lvScv
New post on /r/flutterdev subreddit:

Why does a single Flutter input field literally take hundreds of lines of code? Does anyone have a clean solution?
https://twitter.com/RayLiVerified/status/1440149907596197892

September 21, 2021 at 05:09AM by Codelessly
https://ift.tt/3EMnHoe
New post on /r/flutterdev subreddit:

Caching in flutter
what's the best approach for caching data in flutter, data like lists that have images and info?

September 21, 2021 at 08:09AM by Sad-Storage8392
https://ift.tt/3EwoiKB
New post on /r/flutterdev subreddit:

Deciding what kind of app to make
Hello, this is my first post here. So these last days i have been trying to make an app and potentially make some money from it but i am stuck on deciding what kind of apps are more used by people. I have been looking for a little while but im still not sure, is there anything helpful to make me decide? And im curios about the process used by each person for this matter.

September 21, 2021 at 09:56AM by 212hicham
https://ift.tt/3hRrpmB
New post on /r/flutterdev subreddit:

Searching for existing Dart/ Flutter project
I am doing a research paper about technical debt and the goal is to turn functioning code into more scalable and maintainable code by refactoring/ implementing clean architecture principles.Anyone has a project or know a project (ideally open source) that I can use?It should be functioning but with a bit of “spaghetti code”. Maybe one of your early project when you started with flutter?

September 21, 2021 at 09:39AM by asian_king95
https://ift.tt/3Aoz0QK
New post on /r/flutterdev subreddit:

Eyeing to Learn Flutter, Any resource suggestion?
I have an experience with iOS development (SWIFT) and currently tinkering with NodeJS. Any suggestions on resources that I can jumpstart my journey on flutter? or should I stick with flutter.dev ?

September 21, 2021 at 11:45AM by zephyron22
https://ift.tt/3kpthok
New post on /r/flutterdev subreddit:

Has anyone developed apps for large screen TV?
Hi I am developing an app for TV screens primarily, this means that I want to hold a 16:9 aspect ratio.I have started developing the app but at the same time I want it to be able to show the same on a 32 inch screen as it would on a 65 inch screen. The problem I have is making everything scale up and down..I am utilizing expanded flex and fittedbox. I had high hopes for fittedbox but it still over flows. Unless I have to wrap the fitted box around every widget...?I was hoping to wrap fittedbox around the frame and was hopeful the hundreds of widgets underneath is honoured the same way.I am open to ideas on how to tackle this please. Has anyone done something similar?..

September 21, 2021 at 11:43AM by No_Difference_8333
https://ift.tt/39powos
New post on /r/flutterdev subreddit:

Flutter for different TV Platforms
I need support for different tv platforms:Android Tizen Apple TV LG WebOS Is there support for the last two platforms? thanks in advance

September 21, 2021 at 01:47PM by Mesota22
https://ift.tt/39q9EpW