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

FlutterForce — Week 130
https://ift.tt/3iMXL1o

July 25, 2021 at 10:47AM by flutterist
https://ift.tt/3rKV5pn
New post on /r/flutterdev subreddit:

What is the Hourly Wage for a Flutter Dev?
Hi,I've been working with Flutter for multiple years and get hired on occasion. I am still a student, yet very experienced and have built multiple production apps (Backend & Frontend) with Flutter.I've read articles stating an average pay of $70 which is by far not my hourly wage.What do you get and what do you think is average/fair for my position?

July 25, 2021 at 11:34AM by ConfidentRoberto
https://ift.tt/3iN4BnA
New post on /r/flutterdev subreddit:

What are the best resources for learning intermediate/ advanced flutter?
I am learning flutter since 4 months....and have now built an Instagram clone, messenger clone,Uber clone and one professional e-commerce app so I can get knowledge of how apps are built in flutter. But I still feel I lack something...when I check stack overflow or any blog sites I still don't understand the properly like the way they use streams, streambuilder and I feel the way I am writing code by myself there maybe resources that can help me write better code with ease even though it looks complex at first..... I feel I still lack a lot in understanding asynchronous programming....are there any resources where I can learn these stuffs like blocs, advanced asynchronous programming?

July 25, 2021 at 11:26AM by milanpoudel
https://ift.tt/3x4CLZg
New post on /r/flutterdev subreddit:

CRUD example app with Riverpod and Freezed
https://ift.tt/3iI0uJz

July 25, 2021 at 11:20AM by aqwert88
https://ift.tt/3eVdf2h
New post on Flutter Dev Google group:

Ui doubt
Hi guys I have a list of images and when I swipe up or down swipable_stack | Flutter Package https://ift.tt/3jV5ZVz I need the above operation to happen and when I tap left or right I need to go to next image is this possible if so can anyone send me a snippet

July 25, 2021 at 12:28PM by P Sanjeevi
https://ift.tt/3zDXPYl
New post on /r/flutterdev subreddit:

Flutter Dart how to trim text with special chars (emojis, utf-18) ?
I would like to trim text in flutter, but text might have emojis and other special characters, and the normal trim method would result in crashing the app (text widget cannot interpret resulut)Example
Text( trim("testsomethin la ba kalom 😊😊😊", 28), style: TextStyle( fontSize: Dimen.mediumText, ), overflow: TextOverflow.ellipsis, ), 
I hardcoded the string, but in real world it is a user generated text (let say chat system), and we recieved a lot of crashes due to this.Just run the above, and you will experience a crash.In other languages like phpfor example, can do multibyte string trimming, by workarounds like
$userText = "testsomethin la ba kalom 😊😊😊"; $trimed = mb_substr( $userText, 0, min(28, strlen($userText)) ); 
How can I trim text that contain special chars emojis, utf-16 text basically in dart/flutter ?

July 25, 2021 at 01:35PM by chriscs777
https://ift.tt/3BBMHNb
New post on /r/flutterdev subreddit:

Best Backend Tool for Flutter
Hello all,So I want to build a basketball pickup game app with a UI similar to Instagram, however as I do not have lots of software experience, I am wondering how can I make the backend work? I know there is firebase that enables authentication and database usage, but I could not understand how can I, for example, code something that will add something (like a final score of a basketball game) to the homepage.I am really confused by the backend side of the things, and if there is anyone who is willing to heelp me during my building process I would be extremely happy.​Kind regards!

July 25, 2021 at 04:47PM by sinasen
https://ift.tt/3zDHGSF
New post on Flutter Dev Google group:

OPPORTUNITY - Flutter Developer with IoT Experience
Please email with interest and resume to: lo...@raehealth.com At RAE Health , we are a growing team of researchers, scientists, clinicians, technologists, and all-around very supportive individuals who want to help those who need the care to overcome stress and

July 25, 2021 at 05:36PM by Louis Hyman
https://ift.tt/3zzjBw9
New post on Flutter Dev Google group:

Flutter - how to send/cancel follow request & how to accept/decline that follow request (Firestore)?
Hello! I'm using Flutter and Firestore, and I want to allow userA to send/cancel a follow request to userB, and enable userB to accept/decline that follow request. How can I do that? Thanks a lot!

July 25, 2021 at 05:57PM by Alvaro Gonzalez Rico
https://ift.tt/3x3D3PW
New post on /r/flutterdev subreddit:

First Steps Toward State
https://ift.tt/3iK9D4q

July 25, 2021 at 09:48PM by fredgrott
https://ift.tt/3zzOwIJ
New post on /r/flutterdev subreddit:

Koel Player, the official mobile player for Koel (music streaming server)
Hi everyone,I've just released my first mobile app ever (built with Flutter of course) on AppStore, and am very excited to share it with you. It's a music player for Koel, my open-source music streaming server. In a nutshell, Koel allows you to host and play your own music (imagine Spotify, but with your own mp3 collection). There's always been a responsive layout for mobile devices, but the user experience is sub-par due to the limitations of mobile web technologies. Koel Player is built as a native mobile app to solve this problem and provide a better UX.The app itself is 100% open-source, but one can purchase and download it from AppStore (Google Play counterpart coming soon) to support the project. As this is my first time developing for mobile (and Flutter, and Dart, etc. you got the idea), there must be a ton of bugs and problems with the codebase, so if you could take a look and share some feedback I'd greatly appreciate.

July 25, 2021 at 09:18PM by notphanan
https://ift.tt/3rAOjC8
New post on /r/flutterdev subreddit:

Check out my latest package "layered_image"
https://ift.tt/3eYgMwN

July 26, 2021 at 12:03PM by NeatFastro
https://ift.tt/2UH4zG4
New post on /r/flutterdev subreddit:

Tools to distribute beta version of your flutter App
At some point I would like beta testers to install a flutter App. I am not sure how to go about this. How do one distribute versions of flutter app that is still being developed without publishing to the app store.For both Android and iOS.

July 26, 2021 at 11:51AM by finlaydotweber
https://ift.tt/3xfRIYF
New post on /r/flutterdev subreddit:

Package for Google fit
Guy's which is the best package for reading the user's fitness track directly from the Google fit API, not from the local sensors

July 26, 2021 at 01:23PM by Prashant_4200
https://ift.tt/3iN6Jfc
New post on /r/flutterdev subreddit:

What about if users are not installed the Google fit in mobile?
https://ift.tt/3jINkfb

July 26, 2021 at 01:10PM by Prashant_4200
https://ift.tt/3eWImKG