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

SeniorDevs! What do u generally use platform calls for?
I'm still somewhat new to flutter, as senior devs out there what are the most common things u consider to do with platform calls? I initially thought of using platform call to use the tabula java library to extract pdf tables, although I didn't go through with it in the end finding a better and simpler alternative. I'm just curious what do use it for generally?

January 12, 2022 at 04:48PM by S0ULBoY
https://ift.tt/3fdUIy5
New post on /r/flutterdev subreddit:

lite GraphQL light way client idea
/r/dartlang/comments/s2a4ch/lite_graphql_light_way_client_idea/

January 12, 2022 at 05:20PM by crazyjoker96
https://ift.tt/3I0dtBc
New tweet from FlutterDev:

🌀 Push your creativity to the limit Show what you can do with Flutter in the #FlutterPuzzleHack! Share your solution for a chance to win big. 🏆 🎨 Create a new design 🛠 Rebuild the puzzle from scratch Integrate packages in new ways Start here 👉 https://t.co/fH3oUV69UE https://t.co/BaoHpGdwnr— Flutter (@FlutterDev) Jan 12, 2022

January 12, 2022 at 06:00PM
https://twitter.com/FlutterDev/status/1481310009828990983
New post on /r/flutterdev subreddit:

where to crop and resize an image in clean architecture?
I need to edit an image before sending it to the server. How should I implement this logic? I don't think it makes sense to put it directly in the usecase or in the repository, because no database is used for this.

January 12, 2022 at 07:32PM by brunowired
https://ift.tt/3zPVsmx
New post on /r/flutterdev subreddit:

lite-graphql: A lite way client to run GraphQL query
I refactored my old code in a package https://github.com/vincenzopalazzo/lite-graphql and maybe we can think about a used case where we can fix this library.There is a good library like graphql_flutter or Artemis that provides this functionality but maybe we can build some things that can fill some gaps that there is in the tools around.Happy to talk about it

January 12, 2022 at 08:50PM by crazyjoker96
https://ift.tt/3fgangn
New tweet from FlutterDev:

RT @googledevs: 📢 The Solution Challenge 2022 kickoff event is just ONE week away! Save your spot 👉 https://t.co/DAfJUXcMlp 📅 On January 19, connect with students around the globe and get an overview of this year’s Solution Challenge with @EricaKHanson, @merve_isler, and @_KylePaul. https://t.co/nXGL53F9si— Flutter (@FlutterDev) Jan 12, 2022

January 12, 2022 at 09:00PM
https://twitter.com/FlutterDev/status/1481355300011749377
New post on /r/flutterdev subreddit:

What tooling are you using for CI/CD with your Flutter Project?
I'm interested to hear about what tooling people are using for CI/CD of their flutter project?If you have rolled your own tell us a little about it.What do you like/hate about your tooling?

January 12, 2022 at 09:50PM by bsutto
https://ift.tt/3FkI9eP
New post on /r/flutterdev subreddit:

I am choosing React Native over Flutter for a new app in 2022.
I run a company developing IoT hardware. We are writing iOS & Android apps in 2022.Our apps are written once, but maintained for years. While I am more excited by Flutter, React Native appears to still be the "Responsible Choice" for developing apps today.I dont mean to be putting down Flutter by the way. I really like what the Flutter team is doing.Issues with Flutter that concern me:Maintanence/Stability: Flutter itself is unstable.Maintanence/Stability: the Flutter Roadmap for 2022 (under Jank) includes an entire rewrite of the Graphics backend. Thats a lot of risk.Maintanence/Stability: Compare Flutter release notes to React Native release notes. Flutter is under heavy change still.productivity: no stability = bugs.productivity: no stability = bug & feature update loop of death. You update to fix bugs, but also need to change code for it to compile. Then you hit other new bugs in the update and need to revert your changes and downgrade. This loop can repeat for months.reliability: React Native is constantly stress tested by dozens of big name apps. Most kinks need to be worked out quickly by these companies.Longevity: Google is barely invested in Flutter. It's too early to know if Google will keep Flutter around. Compare this to React Native where Facebook has bet the house on it.Longevity: My product it targeting 8 years of support. Which framework will be here in 8 years?Stability: Immature device hardware libraries. Bluetooth, Wifi, Camera, GPS, Sound, Midi, NFC, etc. Google has little business incentive to make these wrappers good, but React Native has had a bunch of users that have needed all of these features.It seems like React Native is the framework to choose if:you want to get an app completely finished todaycare about long term (5+ years) maintenance with little headachedon't care as much about developing this app continuously for 5+ years and therefore don't care about needing to align your company with the 'next best thing' which Flutter definitely could be.The big question: Am I wrong? Is this reasonable? Will I hit more issues with React Native than Flutter?

January 12, 2022 at 11:42PM by think_inside_the_box
https://ift.tt/3GjvcmO
New post on /r/flutterdev subreddit:

Creating Datarow objects for datatable
Hey guys, quick question. Is there a faster way to create Datarow objects when using a very large subset of data. I have about 50k items in a list I need to convert and it takes a long while to loop through them all to make all those DataRows. Any suggestions?

January 12, 2022 at 11:29PM by abruzzo88
https://ift.tt/3I3cpMT
New post on /r/flutterdev subreddit:

I made a desktop ap with flutter
the experience wasn't very bad, i guess flutter desktop would be great for small apps. also, the app size is around 10Mb, which is very convenient.
repo: https://github.com/roktcode/text-reducer-desktopHappy learning guys!

January 12, 2022 at 11:21PM by flatplate17
https://ift.tt/3qjRaRa
New tweet from FlutterDev:

RT @googledevs: ✍️ Dear @FlutterDev, We've been following #flutterapprentice and we're impressed. 👍 Dart on over to Google Dev Library to share what you've learned, find inspiration for your next blog or project, or provide feedback on existing #Flutter projects! → https://t.co/73KBtQTvQH https://t.co/jH26AIHZ13— Flutter (@FlutterDev) Jan 12, 2022

January 13, 2022 at 12:09AM
https://twitter.com/FlutterDev/status/1481402874831654912
New post on /r/flutterdev subreddit:

Flutter or Kotlin/Java Android app for bluetooth serial communication link and transmission?
I am looking to develop an app that can communicate and transmit data over bluetooth serial communication link. It has to be able to scan nearby devices, establish connection and then transmit data.​I am wondering if Flutter is good choice for this? I have some experience in Dart/Flutter and Java/Android, but not in this networking and bluetooth communication aspect.

January 13, 2022 at 07:35AM by andyprince
https://ift.tt/3njcrso
New post on /r/flutterdev subreddit:

is flutter good choise for app with social media features
i have this app with social media features like upload images and create posts and profiles and reactions and chat in it but i'm not sure if flutter is good choise beacuse i didn't see any social media app using it yet and adivce ?

January 13, 2022 at 08:36AM by samelden
https://ift.tt/3niVnCE
New post on /r/flutterdev subreddit:

Flutter Beginner
Hi, im new to the flutter n now i hv some flutter Front end project for android. hope that i can get beginner guide or tips guys! :)

January 13, 2022 at 12:27PM by Joydepari
https://ift.tt/3Fl3K6R