Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter 1.20.3 hotfix released to the stable channel.
Hi, Flutter 1.20.3 has been released to stable. This is a hotfix release on the 1.20 branch and also includes a hotfixed Dart 2.9.2 version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New post on /r/flutterdev subreddit:

Here is an app I created using Flutter. It's called Speed Assistant and it helps people keeping a constant speed while running or walking
https://ift.tt/2EZ6v4t

September 02, 2020 at 09:15PM by sfabio1
https://ift.tt/3hSFu15
New post on /r/flutterdev subreddit:

What is Flutter and Dart?
https://ift.tt/34U3P2W

September 03, 2020 at 12:28AM by acctgen1
https://ift.tt/3jItWhc
New post on /r/flutterdev subreddit:

Flutter Reddit App (Looking for contributors!!)
Hey!I'm currently developing an open source Flutter Reddit app. If you are interested in contributing to an open source project, please consider mine! I'll be actively checking pull request and giving insightful feedback (if it requires any).This is an old video of the app, but here is a quick preview https://www.youtube.com/watch?v=rVWFXjuiuVAThere are also some outdated images in the Readme https://github.com/mzegar/RetterLastly, I'll be updating this build on the play store every so often https://play.google.com/store/apps/details?id=com.mzegar.flutterredditPlease consider contributing! https://github.com/mzegar/Retter

September 03, 2020 at 01:30AM by piano-person
https://ift.tt/3lKcY4c
New post on Flutter Dev Google group:

How would I map or connect variables to their respective toggle buttons?
Hi, I have a collection of 12 images that I want to display on the screen as the user presses its respective toggle button. For simplicity, I'll say that I have 3 images: img.Image image1 = img.decodeImage(_imageFile.readAsBytesSync()); img.Image image2 = img.decodeImage(_imageFile2.rea

September 03, 2020 at 02:17AM by Faraz Khan
https://ift.tt/2QSyFAw
New post on Flutter Dev Google group:

Need help on updating chat conversation status
Dear all, I building a chat app I used flutter and NodeJS with SocketIO for chat sending message is working well but I somehow stuck at updating the status of the message like "Not send", "sent", "delivered", "read" in real time. Could you please anyone guide me which algorithm need to be use.

September 03, 2020 at 03:41AM by CeebLaj Thoj
https://ift.tt/3bmRRAb
New post on /r/flutterdev subreddit:

Flutter Chathead Plugin with dynamic content.
Hello! When i started with flutter a year ago, i always love how messenger implements the functionality of a chathead, right now im working on a plugin that have all those features, and including customization of icons, shadow gradient color, close icon and build any layout inside the container. Currently this is my progress. however im having some issues with sending image from dart plugin to kotlin. Also the code is available on github! :) so if you like it please feel free to rate or open a pull request with any cool feature that you have :DFloatyChathead_repo

September 03, 2020 at 04:37AM by Ghost_InTheDart
https://ift.tt/32SKMTP
New post on /r/flutterdev subreddit:

Mac OSX vm installer for Linux users written in dart.
For Linux users needing to test their flutter apps under iOS this installer creates an OSX vm on your Linux box.It's available on pub.dev and can be downloaded and run with;pub global activate osx_kvm_installerosx_kvm_installerCheck it out on GitHub if you like as well at OSX-KVM-installerNote, at this point it's using the apt package manager to install dependencies so it will only function if you are using a Debian based distributionHope you guys give it a try and let me know how you like it.

September 03, 2020 at 06:58AM by relf108
https://ift.tt/2QRVPHv
New post on /r/flutterdev subreddit:

New plugin: pinch_zoom
Instagram like zooming based on Flutter's new Interactive ViewerFor my recently released Flutter app Palbum ( Please have a look at it and give me feedback!!! ) I wanted to use the kind of zooming also supported in Instagram. A package had already been uploaded that did this (pinch_zoom_image), however it was badly maintained and I felt like it didn't feel like Instagram at all.When Flutter introduced the Interactive Viewer in patch 1.20 I tried making a more responsive pinch zooming plugin and it just released on pub.dev. I hope that this plugin might help some our you guys out that were using the old pinch_zoom_image plugin and that I could get some feedback on it as well.https://pub.dev/packages/pinch_zoomThe plugin is tested for IOS and Android

September 03, 2020 at 07:52AM by TheShortestCheese
https://ift.tt/2F3IR6Y
New post on /r/flutterdev subreddit:

Prooreading Your Articles/Blog post
Hi everyone! Native English speaker from Cape Town here. I want to start doing proofreading with a special focus on programming blog posts (think Medium or your own blog) but any sort of posts are welcome. I will work for $5 per page/post! Those who are interested please let me know. Thanks!

September 03, 2020 at 09:33AM by RodwinZA
https://ift.tt/3hVMpXc
New post on /r/flutterdev subreddit:

Integrating C library in a Flutter app using Dart FFI
https://ift.tt/34Pc4NQ

September 03, 2020 at 09:16AM by yyyt
https://ift.tt/2EWcqam
New post on /r/flutterdev subreddit:

Let me proofread your blog post/article
Hi everyone! Native English speaker from Cape Town here. I want to start doing proofreading with a special focus on programming blog posts (think Medium or your own blog) but any sort of posts are welcome. I will work for $5 per page/post! Those who are interested please let me know. Thanks!

September 03, 2020 at 10:00AM by RodwinZA
https://ift.tt/3bmb4Sp
New post on /r/flutterdev subreddit:

Writing Plugins/Native Modules?
Hi,I got into a job where we write plugins using native modules. There are teams for Flutter and RN, and since I know both I would like to know which one is less painful for writing native plugins, Flutter or RN. Thanks in advance.

September 03, 2020 at 11:42AM by utarit
https://ift.tt/354Lhgn
New post on /r/flutterdev subreddit:

Dart - Null-aware operators - Coflutter
https://ift.tt/3gVe35l

September 03, 2020 at 11:46AM by tranhuyphuc
https://ift.tt/2ELKlmB
New post on /r/flutterdev subreddit:

Name for a Flutter podcast.
Hey Flutter community, I need your help in naming my podcast. Any suggestions?Can't promise upfront but I will try to honor that good name 😉

September 03, 2020 at 12:42PM by erluxman
https://ift.tt/3hWj13h
New post on /r/flutterdev subreddit:

Does anyone know any resources that gives very specific and practical design considerations?
Making an app for my company. I remember seeing some very specific and practical design considerations before last time.Something like "Make your call-to-action buttons rounded because users are 30% more likely to click on them". Something like that.The resources I'm reading through right now don't really advice on specific design considerations - they mention things that are more general like "focus on making the website simple"Really appreciate your help. Thanks!

September 03, 2020 at 12:49PM by Surelyok
https://ift.tt/2QTZrsg
New post on /r/flutterdev subreddit:

The Javascript/Webpack crackhouse of complexity needs to die
I've been working on Flutter web for a while and it's amazing. You write code, compile it and it works.I had to edit one of my old VueJS projects tonight, and it was an absolute nightmare. The last time I completely updated it was 6 months ago, and that's long enough to require major effort to get it updated to the latest.First I tried to update npm and it failed and deleted npm, so I had to reinstall it. Just finding the right installer for linux was ridiculously difficult. Why can't there be a simple apt install for node? And why isn't it on the npm website. You have to dig around to find the right instructions for debian in my case.Next, I update my packages, but as usual nothing worked and I had to and debug things.Then I updated my global packages and something went wrong and I had to manually delete bad packages and reinstall things.It's amazing that the JS world is still struggling with all these different module types. Why is importing code so incredibly complex and why is it constantly changing? I still don't understand all this stuff. Is it a csmodule or an esmodule or a umd module? I don't really care, just import the f**king code!Then I had a problem with my webpack config file which is this long cryptic mess of nonsense.I eventually just gave up and reverted some of my packages to avoid editing the webpack file.Why would anyone think this is a viable solution to software development?Thank God for Flutter. Never again will I make a website with Vuejs, React or Javascript. In the time it took to update my vueJS project I could have created an entire website in Flutter.

September 03, 2020 at 01:42PM by sfvr
https://ift.tt/2QPSWa5
New post on /r/flutterdev subreddit:

Inserting, removing elements with animation
Hello, let's assume the following widget structure:
ListView Some other child 1 MyCoolChild Column TopPart BottomPart Some other child 2 
once a user presses a button I would like this the following structure
ListView Some other list child 1 MyCoolChild Column TopPart MiddlePart BottomPart Some other list child 2 
I would like to make it a nice animation, all the parts below MiddlePart slides down - at the same rate that MiddlePart appears, and MiddleParts also appears with fade. Pressing the button again reverses animation.What's the best widget/collection of widgets and state to handle this. Please consider that animation may last some time, and user can press a button again even though animation hasn't fully completed. Or perhaps different button shows slightly different MiddlePart.

September 03, 2020 at 02:08PM by chrisrutkowski
https://ift.tt/3jFHytM
New post on /r/flutterdev subreddit:

Entity Repository based on Hive
Hi guys,I have created a package entity_repository, which uses hive under the hood to persist data and it is kinda inspired by the freezed package and how freezed uses the abstract classes and constructor redirect.The main purpose is to generate the entity model, which can also contain other models not only lists from the same type. On lookup or saving, it will resolve automatically.https://pub.dev/packages/entity_repositoryIf you are interested, please check it out and let me know what you think. Be aware, it is in an experimental state.

September 03, 2020 at 01:56PM by Puzzleheaded-Loan937
https://ift.tt/3jIplMd