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

Is published native apps easier after publishing Flutter apps?
So I’ve finally published my first flutter app for my company to the apple and Android stores and I learnt a lot about xCode and Android Studio.I have no experience with native apps and am just wondering will this experience with flutter help me if I ever delve into native apps?

October 17, 2021 at 08:58AM by JapanEngineer
https://ift.tt/3FUXcNN
New post on /r/flutterdev subreddit:

Web Performance Flutter 2.5
So, this is going to be pretty vague, but just curious if this has jumped out at anyone else. I've had a flutter web app in production for several months. Performance wise it has always been subpar and embarrassing to be honest. However, I recently made two changes and now it quite a bit worse:1.) Updated to Flutter 2.5
2.) Added flutter lint and implemented all the default Flutter Lint fixes, which among other things was making a lot of widgets "const".Now my web performance is worse. Most notable during scrolling. Like I said, it was never great, but now it is just straight bad. I'm not sure which of the 2 actions is the culprit here, and I suspect a long week ahead of trying to unwind things to get back to "subpar" web performance. Was wondering if anyone else had this experience?

October 17, 2021 at 06:54PM by figmentlabs
https://ift.tt/3DV8OyJ
New post on /r/flutterdev subreddit:

Is flutter web the future of web programming? What do you think?
Do you give a chance to flutter web?

October 17, 2021 at 07:18PM by MrJSDx
https://ift.tt/3FXrz6c
New post on /r/flutterdev subreddit:

Introducing Sap: A music streaming and discovery app built with the Deezer API. Feedback appreciated🌟
https://ift.tt/3n1DBmD

October 17, 2021 at 10:19PM by 31Carlton7
https://ift.tt/3n5PLdU
New post on /r/flutterdev subreddit:

MQTT Flutter chat client update
Hello everyone,In the last few days I posted about my POC about creating a chat application with flutter but not with firebase, instead I used MQTT protocol (which is used mostly in IoT. Facebook already used it as chat protocol in their messenger app).The concept now support the basic features like messaging, group chat, presence, sending files, chat markers etc…I will be glad if you give it a chance and provide some feedback.Repo:https://github.com/WahidNasri/flutter-mqtt-chat-client

October 18, 2021 at 08:11AM by Coffee__2__Code
https://ift.tt/30vbJPX
New post on /r/flutterdev subreddit:

I'm going through 1 widget everyday so follow along if u like. Currently on the 14th day :)
https://youtube.com/playlist?list=PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd

October 18, 2021 at 07:59AM by Heisenlife
https://ift.tt/3n20ciS
New post on /r/flutterdev subreddit:

5 Flutter Bottom Button Examples For Beginners
https://ift.tt/3DOiavY

October 18, 2021 at 07:25AM by athira_reddy
https://ift.tt/3G79ser
New post on /r/flutterdev subreddit:

Newsletter Flutter Croissants 🥐 #08 : Your Flutter app in a kiosk (Ubuntu Frame), what to take away from the itw with Chris Sells (Google), Intel publishes a Dart framework to test devices…
https://ift.tt/3C6ZhEh

October 18, 2021 at 01:57PM by g123k
https://ift.tt/3peyd2e
New post on /r/flutterdev subreddit:

Can flutter handle a Go library/binary asset?
I recently discovered the beauty of Flutter and I'm keen to build my desktop app with it in the future. Previously I looked at Flutter as just another material UI (which I'm not a fan of, at all) app framework, but this video among other made me realise the great potential of Flutter, and particularly with my desktop app in mind. (Edit: and this site kinda blew my mind)As of now my app is weeks away from release, built with Tauri for those interested, so I won't switch to Flutter right now. The architecture is as follows: The frontend is written in the holy web-tech trinity (HTML CSS JS), and there is an important "backend" service written in Go. The communication consists of JSON through stdio pipe, bringing JSON to the frontend through events and event listeners.So if I were to build v2 of my app in Flutter, how would I integrate the Go binary with Flutter in the easiest and cleanest way? I know Flutter has C FFI, but Go is infamously slow with C FFI so I'd like to use another solution if possible. Thoughts?

October 18, 2021 at 01:33PM by asdfasdf666_
https://ift.tt/2Z5FrL1
New post on /r/flutterdev subreddit:

Flutter Tap Weekly Newsletter Week 107 - Tutorials, videos, packages, and much more!
https://ift.tt/3lP6hj8

October 18, 2021 at 03:23PM by vensign
https://ift.tt/3C7docJ
New post on /r/flutterdev subreddit:

Appwrite announces version 0.11 of its open-source Firebase alternative
Hey, this is Aditya, I'm a maintainer at Appwrite, an open-source Firebase replacement, and I’m extremely happy to share that Appwrite 0.11 has just been released with some interesting features, new SDKs and new and updated Cloud Functions!This release was also one where our open source contributors have outnumbered the maintainers! We've merged over 150 PRs from our contributors during Hacktoberfest, and still have over 450 PRs waiting to be merged! It’s been an exciting time for us and we’re really grateful to the entire community for their exceptional support.Appwrite 0.11 comes with a lot of new features including a brand new Client and Server SDKs, new Cloud Function runtimes and Cloud Function demos, lots of new translations along with bug fixes and improvements.If you haven't heard already, Appwrite is an open-source end-to-end BaaS that helps you build your Web, iOS, Android and Flutter apps much faster with a focus on simplicity, developer experience, privacy and security that you can self-host with a single Docker command.We'd love to get your feedback as we move on to v1.0 of Appwrite in the coming weeks. Community feedback has been one of the major driving forces for where the project is today.You can check out our latest release at: https://github.com/appwrite/appwrite

October 18, 2021 at 06:35PM by adityaoberai1
https://ift.tt/3DTaUPm
New post on /r/flutterdev subreddit:

Why does Google support Flutter for free?
I understand that some internal Google teams use Flutter, but why would they make it open source?I'm sure it takes a lot of effort to keep Flutter working on 6 changing platforms, and even more to develop so many widgets and packages?Why do they do it? Out of the kindness of their hearts? So there's already apps working for Fuschia when it releases?

October 18, 2021 at 07:17PM by Adam0410
https://ift.tt/3nmqlcv
New post on /r/flutterdev subreddit:

null_safety_percentage | Command-line tool to provide null-safety percentage info of a project.
https://ift.tt/3vjzDt4

October 18, 2021 at 10:40PM by serial_dev
https://ift.tt/2XudVq0
New post on /r/flutterdev subreddit:

#AnimatedList in #Flutter allows you to #animate #insertions and #deletions to your otherwise boring #lists 🤠All of this is made possible with a global key that manages the insertions and deletions.
https://ift.tt/2XoqjYn

October 19, 2021 at 07:07AM by VandadNahavandipoor
https://ift.tt/2YZSE82