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

isolated_worker: a worker that supports all platforms
Hello everyone, I just created a dart package named isolated_worker. It is basically an Isolate when spawned, except on web, it spawns a Web Worker instead.Link hereAny helps/suggestions are welcome!

September 19, 2021 at 12:00AM by FroedEgg
https://ift.tt/3AsxAoo
New post on /r/flutterdev subreddit:

Usando Glassmorphism em Flutter
https://link.medium.com/F0Qq3zAdFjb

September 19, 2021 at 01:15AM by Formal_Plate2660
https://ift.tt/39i0xr5
New post on /r/flutterdev subreddit:

Chat application without Firebase
Hello everyone,Since it's hard to find a chat client other than firebase for flutter, I decided to build the first stone for a Flutter chat client using MQTT protocol.MQTT is used mostly for IoT, it is very fast. And it is used also as a chat server by Facebook Messenger.You can check my repo here and give it a chance, any feedback will be welcomed.I used HiveMQ as MQTT broker, with a custom extension, of course, all pushed in Github :)

September 19, 2021 at 09:45AM by Coffee__2__Code
https://ift.tt/3nLzmNT
New post on /r/flutterdev subreddit:

What to know to be a flutter developer?
I am starting to learn to make apps in flutter.But I guess I should learn things about mobile devices, memory management or something like that. But I don't really know what to learn or what I should know.

September 19, 2021 at 03:30PM by juanmzedxy
https://ift.tt/3zkV6Cl
New post on /r/flutterdev subreddit:

FlutterForce β€” Week 138
https://ift.tt/3Er6Ffb

September 19, 2021 at 03:15PM by flutterist
https://ift.tt/3lCPFtM
New post on /r/flutterdev subreddit:

If I use flutter to develop an app can I have sharable links like in TikTok or AirBnB or is flutter not the right way to achieve this?
If I use flutter to start developing an app can I also have sharable links like TikTok or AirBnB would have or is flutter not the right path to achieve this?Been looking at SwiftUI, Jetpack Compose, React Native & Flutter and it looks like React Native + a backend can achieve this but Swift/Compose + a backend cannot. But I can’t figure out if Flutter can or can’t achieve this or not

September 19, 2021 at 06:14PM by MarbleHoneycomb
https://ift.tt/3zi7PWw
New post on /r/flutterdev subreddit:

Do I have to learn to make android/ios apps for flutter?
I think I have read that you need some kotlin or swift for specific add ons to your app. My question is will I have to learn to make whole apps on android/ios for that or can I just learn a little bit about how to make those certain add-ons needed for flutter.

September 19, 2021 at 06:44PM by juanmzedxy
https://ift.tt/3nN6MM1
New post on /r/flutterdev subreddit:

pretty_diff_text: Wrapper of RichText which shows differences between two texts visually
Hi everyone,I have created pretty_diff_text package which shows differences between two texts visually. It is basically a wrapper of RichText and uses Google's diff-match-patch library which implements Myer's diff algorithm.​Please check it out.

September 19, 2021 at 06:23PM by BezirBezirgan
https://ift.tt/3ArceYm
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