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

How to Implement Like and Dislike Features in Flutter?

I have already implemented like and dislike functionality in my flutter app and explained it in my blog post with code example. submitted by /u/alok1141 link comments https://www.reddit.com/r/FlutterDev/comments/13kynjs/how_to_implement_like_and_dislike_features_in/
New post on /r/flutterdev subreddit:

Going from Flutter to React

I'm assuming there are some Flutter developers here that also do React. TLDR; Need a good recommendation of state management for a React application given that most of my experience is in Flutter (Bloc and Riverpod). Longer explanation: I made a proof-of-concept recently, with Flutter, that got ... https://www.reddit.com/r/FlutterDev/comments/13l17fz/going_from_flutter_to_react/
We are very happy to announce our support for EMERGENCY for 2023. EMERGENCY provides free, high-quality care to people affected by conflict and poverty. In 2023, €1 from every ticket sold to any of our events will be donated to EMERGENCY. https://en.emergency.it/
Sign up to the Flutter Heroes newsletter to get regular updates on the industry and what's happening with Flutter Heroes https://mailchef.4dem.it/app/public/fog/view/366/2p6
New post on /r/flutterdev subreddit:

My first non-trivial patterns and record function for dart 3

Someone asked for a run-length encoder... cluster an input list by identical elements, associating those with a count of the consecutive items. Here's my demonstration using Dart 3 patterns and records: void main(List<String> arguments) { const input = 1, 1, 1, 2, 3, 3, 3;... https://www.reddit.com/r/FlutterDev/comments/13me5tg/my_first_nontrivial_patterns_and_record_function/
New post on /r/flutterdev subreddit:

Flutter Dev looking for Jr developer Opportunity.

Hi Redditors, Currently I have completed my internship in a product based startup. Now I am looking for better startup opportunities to contribute my skills and to grow professionally. My keen interest is in working with a product based startup and to work in disruptive technologies that... https://www.reddit.com/r/FlutterDev/comments/13okaqn/flutter_dev_looking_for_jr_developer_opportunity/
New post on /r/flutterdev subreddit:

Stable release of awesomeflutterextensions is here! 🚀 Many more extensions are available now, and everything has been updated for Dart 3.0.0

submitted by /u/sephiroth485 link comments https://www.reddit.com/r/FlutterDev/comments/13olpdj/stable_release_of_awesome_flutter_extensions_is/
New post on /r/flutterdev subreddit:

Flutter Animation

in android there are motionlayout is there anything equivalent to this magic one? submitted by /u/kamelsayed link comments https://www.reddit.com/r/FlutterDev/comments/13ovfsp/flutter_animation/
New post on /r/flutterdev subreddit:

I created the most basic plugin but I figured it could help someone. Check if your iOS app is being run on an Apple Silicon Mac!

submitted by /u/mriosdeveloper link comments https://www.reddit.com/r/FlutterDev/comments/13pagj9/i_created_the_most_basic_plugin_but_i_figured_it/
What will happen in the next 12 months in Flutter??? Who knows, but we'll be covering it at #FlutterHeroes24, see you there!
In the meantime here are the 2023 photos for you to enjoy:
https://myalbum.com/album/LwqENqTYkHG6sX/
New post on /r/flutterdev subreddit:

Why is Kotlin the default language for Android when creating a Flutter app?

I was updating my app dependencies when I got hit by the classic "compileDebugJavaWithJavac task and compileDebugKotlin task jvm target compatibility should be set to the same Java version". This left me wondering: why do I use Kotlin compiler at all in my Flutter app? I don't use Android... https://www.reddit.com/r/FlutterDev/comments/13popjb/why_is_kotlin_the_default_language_for_android/
New post on /r/flutterdev subreddit:

Course about Flutter on Udemy

Hello everyone, Can I have a question? Has anyone studied the flutter course of Maximillian on Udemy? Can I get some reviews on this course so I can decide whether to buy it or not? submitted by /u/GiaKier-2052 link comments https://www.reddit.com/r/FlutterDev/comments/13psz3u/course_about_flutter_on_udemy/
New post on /r/flutterdev subreddit:

Can I replace reveal.js with Flutter for presentation slideshows?

I'm new to flutter (yet old to many other things), so maybe I'm not thinking about this properly...I have some doc generation tools which will format content into slide shows (with animations, hyperlinks, video embeds, etc). Most of these use https://revealjs.com/ to create static HTML and... https://www.reddit.com/r/FlutterDev/comments/13q0z0l/can_i_replace_revealjs_with_flutter_for/
New post on /r/flutterdev subreddit:

FlutterFlow - complex widgets without code

Custom vs FF Widgets - When to do what. In the next tutorial video, I showcase a very essential view of the resource calendar which is much needed for a lot of applications, and how this can be easily created in FF without the use of any pub dev packages. https://youtu.be/0z47nPSx6yQ ... https://www.reddit.com/r/FlutterDev/comments/13qh3za/flutterflow_complex_widgets_without_code/
New post on /r/flutterdev subreddit:

Impeller potential

I want to ask, besides shader compilation jank mitigation, are there other scenarios that Impeller will unlock? Specially in terms of 3D. Is it a far fetched dream to see something of the caliber of three.js on our beloved Flutter? submitted by /u/timv_simg [link] [comments] https://www.reddit.com/r/FlutterDev/comments/13qoxte/impeller_potential/
New post on /r/flutterdev subreddit:

Having hard time wrapping my head around the idea of constructors. Can someone recommend something ?

I'm totally exhausted trying to understand all kind of constructor . Especially factory constructors . Idk when to use what type of constructors. Maybe I need to relearn them? Can someone recommend anything which could help me master OOP in dart / Flutter ? submitted by /u/Crg29 link ... https://www.reddit.com/r/FlutterDev/comments/13r8vtp/having_hard_time_wrapping_my_head_around_the_idea/