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

Flutter FCM is not requesting app for notification permission on Android, how can I fix this?

Flutter FCM is not requesting app for notification permission on Android, how can I fix this? When the app is minimized, the firebase is not triggering because the permission is not set. As soon as I change this in the settings on android, then it works. submitted by /u/Lekowski link ... https://www.reddit.com/r/FlutterDev/comments/vmlx5d/flutter_fcm_is_not_requesting_app_for/
New post on /r/flutterdev subreddit:

Instagram Virality Flutter App powered by Machine Learning

I have made a ML model and trained it on more than 500.000 images from Instagram based on number of likes, popularity and etc. These were mainly selfie portrait images This model can predict pretty good on how viral or liked your post might go since it had a lot of data to learn from. I have... https://www.reddit.com/r/FlutterDev/comments/vmqber/instagram_virality_flutter_app_powered_by_machine/
πŸ‘1
New post on /r/flutterdev subreddit:

Linter actually that important for a lot of minor things?

I'm new to flutter but not development. Have about 10 yrs almost now, mostly backend. Just had a question on how important the linter actually is. I know it finds a lot of potential errors, but some things like prefer single quotes vs double, which actually counteract each other, or prefer... https://www.reddit.com/r/FlutterDev/comments/vn6t4s/linter_actually_that_important_for_a_lot_of_minor/
πŸ‘1
New post on /r/flutterdev subreddit:

Looking for a more advanced and complete flutter project examples that I can learn from

Looking for a more advanced and complete flutter project that I can learn from. What I would like to learn is: - To see how developers are structuring the project. - The naming convention (does actually anyone use private methods with _ in the method name?) - How to split page and widgets into... https://www.reddit.com/r/FlutterDev/comments/vncjzb/looking_for_a_more_advanced_and_complete_flutter/
πŸ‘2
New post on /r/flutterdev subreddit:

Flutter App Badge for FCM Notification is not working!

hi all, I am developing a flutter application for android and IOS, I have used FCM for push notification, Push notification is working fine but badge is not working. Based on dismiss notification badge count is not decreasing. Is there any way to get this right? submitted by ... https://www.reddit.com/r/FlutterDev/comments/vo0xg6/flutter_app_badge_for_fcm_notification_is_not/
New post on /r/flutterdev subreddit:

Dynamic Linking in Flutter for Android

We share products, articles, photos, and whatnot on a daily basis. While working on a project I wanted to implement something similar but had a lot of trouble finding out the latest way to do it. Here's the latest way to do it, folks!Medium Link show some love :) submitted by ... https://www.reddit.com/r/FlutterDev/comments/vo7w04/dynamic_linking_in_flutter_for_android/
New post on /r/flutterdev subreddit:

Flutter Snap instalation or Manual installation (using deb/tar)

Which is better?Why? submitted by /u/BeingTomHolland link comments https://www.reddit.com/r/FlutterDev/comments/voa9eb/flutter_snap_instalation_or_manual_installation/
πŸ‘1
New post on /r/flutterdev subreddit:

State Management and division

I was planning to start applying for Flutter positions in a few months and I've noticed how messy the data handling part is. InheritedWidget, Provider, Riverpod, GetIt, BLoC, GetX, Redux, Flutter Hooks, Mobx, Triple Pattern, States Rebuilder, Binder, Fish-Redux and list goes on... Honestly I'll... https://www.reddit.com/r/FlutterDev/comments/vosnud/state_management_and_division/
πŸ‘2
πŸ“’πŸ“’ See all of the presentations from Flutter Heroes 2022! πŸ–₯

The Flutter Heroes 2022 agenda covered Flutter navigation, localization / internationalization of apps, Flutter state management and adding Flutter to existing apps. That's a whole lot of useful Flutter learning for you, and all of those presentations are now available to everyone on the Flutter Heroes YouTube channel.
πŸ‘4
New post on /r/flutterdev subreddit:

List of web apps built with Flutter

I googled for a list of web apps built with Flutter but the results are mostly mobile apps. Hence, I would appreciate it if you contributed with a link where we can find web apps built on flutter, or simply web apps that you are personally aware of. ​ thanks submitted by /u/danieldd_ ... https://www.reddit.com/r/FlutterDev/comments/voxj4x/list_of_web_apps_built_with_flutter/
πŸ‘3
New post on /r/flutterdev subreddit:

Adding a ScrollController to ListView in PageView makes the headers persistent in NestedScrollView

I have a NestedScrollView with a Container in the header and PageView as its body. The PageView has 2 children ( a ListView and an empty Container). When I don't supply a ScrollController to the ListView, the scrolling works just fine. But when I add a ScrollController to the ListView the... https://www.reddit.com/r/FlutterDev/comments/vpqxqr/adding_a_scrollcontroller_to_listview_in_pageview/
πŸ‘1