Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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/
New post on /r/flutterdev subreddit:

ChatGPT says Google can index the content of Flutter apps because texts in the canvas are SVG files. Is this true?

As you might know, Flutter renders everything on a canvas, this is why the concept of Pixel Perfection works with Flutter. This would mean an HTML5 if Flutter compiled to the web. So the UI that the user interacts with is an interactive image (like a video game). Because of this, it can't be... https://www.reddit.com/r/FlutterDev/comments/13rjd8h/chatgpt_says_google_can_index_the_content_of/
New post on /r/flutterdev subreddit:

What are some good open source repos for learning best practices for flutter?

To further elaborate on this, I'd mean learning the standard for project structure, state managements to use etc. That's currently used in the industry i mean. Just a fellow lad looking to get some practice! submitted by /u/liuhh00 link comments https://www.reddit.com/r/FlutterDev/comments/13s174c/what_are_some_good_open_source_repos_for_learning/
What a whopper! #FlutterHeroes23 was a brilliant event with loads of great content and high energy networking. Thanks to everyone who made it such an awesome event. Click here for the event photos: https://myalbum.com/album/LwqENqTYkHG6sX/
New post on /r/flutterdev subreddit:

Dart 3 and Android library with interoperability

I would like to understand the impact for Dart 3 to be able to run Java or Kotlin code using interoperability For example: I want to make a library using Android wearable API and I could choose to use Platform Channel but now I can use interoperability. The thing is, I feel that we are just... https://www.reddit.com/r/FlutterDev/comments/13sbpx0/dart_3_and_android_library_with_interoperability/