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

Do someone know how I can create something similar? It will be used to filter exercises by muscle groups. Each of the different zones must be clickable/selectable.
https://ift.tt/3uBsfJs

October 02, 2021 at 09:48AM by ultra_mario
https://ift.tt/3zY3CaF
New post on /r/flutterdev subreddit:

Group chat is added to Flutter MQTT chat client 🎉
Hello everyone,I am working on a flutter chat client using MQTT protocol, the protocol is showing amazing quality and stability! It is super fast and as I know it’s already used as chat protocol by Facebook Messenger.Recently I added group chat to the app (now users can create groups and start group messages. Remove users from existing groups is under development).You can always check my work and give some feedback, it will be helpful.Repo: Check the repo here

October 02, 2021 at 02:06PM by Coffee__2__Code
https://ift.tt/3irjLQ7
New post on /r/flutterdev subreddit:

Introducing paginable 🎉🎉
A Flutter package which make pagination easier. Don't forget to check it out.https://pub.dev/packages/paginable

October 02, 2021 at 05:14PM by Chinky_Sight
https://ift.tt/3otxcTh
New post on /r/flutterdev subreddit:

How to find an experienced Flutter/Mobile developer for a startup?
I am recruiting a team for a meaningful startup idea that is dedicated to helping music students in their everyday practice, skills, compositions. It is not about tutoring/teaching, but rather about motivation, productivity, analysis.I have a world-class ML researcher on my team, but we need also a world-class Flutter developer, with high-class engineering skills. Maybe You or Your friend would be interested to join us. It's a chance to unleash all the potential for self-realization and make a revolutionary impact in music edu.
It's Instric.com for some info.

October 02, 2021 at 08:42PM by grinvaldsjanis
https://ift.tt/2YdKxnF
New post on /r/flutterdev subreddit:

How do you track down device-specific bugs?
I recentlty started advertising for an app I created, most users are really happy with it, but a small percentage experience the same bug that causes a fatal crash once they reach the home page (after signing up and going through an account setup screen). I have no idea what could be causing that. I checked the data they entered during account setup and there is nothing wrong with it.They all have Android phones, of various models: Samsung Galaxy J4 , Samsung A6+ , Galaxy  J7, Moto G5 plus, Moto G6 Play.A big mistake I did was not having Crashlytics installed from the start. It is now installed and working, but it doesn't seem to be picking up on that particular crash. Several users have confirmed with me having the current version (with Crashlytics) on their phone, and went through the process causing the crash several times, and it didn't send a report.I'm a bit at a loss, this issue is very annoying and I don't know where to look for a solution. One user has already left a one-star review because of it. And I feel bad for those people.

October 02, 2021 at 09:42PM by king-louis-rds
https://ift.tt/2YdlBNm
New post on /r/flutterdev subreddit:

Flutter freelancing? What do I need to know and what kind of portfolio pieces would make one an attractive hire?
I've never done any coding freelance work before but I'm interested in potentially doing some Flutter freelancing. Is there like a list of things/concepts I should be familiar with before I look presentable as a freelancer?I don't have much in the way of polished projects to show and I'm looking to spruce up my GitHub with more "freelance attractive" projects to make myself look hirable. Any suggestions for smaller scope projects that are a good way to show off certain projects?If you've done any Flutter freelance work, I'd love to get some input!

October 02, 2021 at 11:09PM by emililililily
https://ift.tt/3D7tpPW
New post on /r/flutterdev subreddit:

Has anyone used Chimera Flutter CodePush in production?
Has anyone used this (repo) in production? Are there any drawbacks and is there significant performance overhead?

October 03, 2021 at 09:35AM by PatrickWang3
https://ift.tt/3a0oFyP
New post on /r/flutterdev subreddit:

How does FlutterFlow work under the hood?
I am wondering how does Mobile App Builder like FlutterFlow work under the hood? How does it even compile the code?My guess is that it works similar to Dartpad. Sending its dart code to a dart server application and compile it in the backend and then send back JS code to frontend.

October 03, 2021 at 10:45AM by asian_king95
https://ift.tt/3uzhMhv
New post on /r/flutterdev subreddit:

How to create a health bar with flutter widgets?
I am trying to develop a trivia game to learn flutter basics. Unfortunately, I am not good at designing part. What I need is a top bar that shows the user's health (I prefer to show the number of user life stacks of a regular heart image) and points gained. Do you know any good learning examples of this kind of health bar?

October 03, 2021 at 11:28AM by dataversal
https://ift.tt/3B1Jk1o
New post on /r/flutterdev subreddit:

Immutable State Management in Flutter
https://ift.tt/3A5n3P0

October 03, 2021 at 12:38PM by iisprey
https://ift.tt/2WBo3wx
New post on /r/flutterdev subreddit:

Graphviz project for Flutter
Hello, I've been working on a small skill tree package and while doing so I stumbled upon Graphviz. It's a very popular package written in C/C++ to generate graph visualizations of any kind. In the past it's had bindings to JS, Python, Java and a lot of others. I don't have a lot of time to do this but I think there's a great open source package to be made here.I'm not an expert in C but the plan would be to use ffigen to generate dart bindings to graphviz. The hard work here alone would likely be a single package. However, I'd imagine users would want native flutter widgets on top of whatever graphviz spits out.Graphviz's performLayout output can be many formats including svg, json and image. In a UI dedicated package, we could likely use their returned json (which includes absolute positions and all that) and then make a flutter widget structure that we then insert into an InteractiveViewer. I'd likely be the most help here.I'm kinda full on bandwidth but I'd happily help someone interested in spearheading this

October 03, 2021 at 07:28PM by Nolence
https://ift.tt/3A6qGnG
New post on /r/flutterdev subreddit:

Weather App in Riverpod State Management
https://ift.tt/3Da6dAi

October 03, 2021 at 07:17PM by olu_tayormi
https://ift.tt/3orKXSH