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

Android 11 new notification appearance look
If you're phone has android 11 you noticing the new format and the appearance of notifications when the phone is received a one, and I'm using firebase messaging pluginHow can I make them show like that ?

August 23, 2021 at 09:06PM by ANDRUXUIS
https://ift.tt/3gqYCo4
New post on /r/flutterdev subreddit:

Navigator 2.0 libraries
What are some good navigator 2.0 packages for flutter web (with back button and URL parsing support)?

August 24, 2021 at 01:04AM by funpolice
https://ift.tt/2XQJ3Qh
New post on /r/flutterdev subreddit:

Figma or XD? Seeking guidance on best way to interface with freelance UX designers
It seems that Figma is all the rage with UX designers and there's several plugins available to directly port into Flutter. In terms of developing UX for a cross-platform app, does anyone have any guidance on the best tools and workflows that are Flutter compatible?

August 24, 2021 at 06:18AM by juberish
https://ift.tt/3sKZLMq
New post on /r/flutterdev subreddit:

Time saving with Flutter vs. Native
How much time can be saved when building with Flutter for iOS and Android compared to building natively for each platform?I know that this is an abstract question, but I’d love to hear about your experience. My project is a comparatively simple app with logging functions, some scheduling and notifications with the business logic being on the server.I know that it is faster to build with Flutter – I’m just wondering how much faster.

August 24, 2021 at 11:58AM by linogru
https://ift.tt/3B4PZYk
New post on /r/flutterdev subreddit:

Is it possible to track how many users downloaded my package from pub.dev?
Hey guys, do you know if there is a possibility to track how many people downloaded my package or viewed my page on pub.dev? Thanks a lot! :)

August 24, 2021 at 01:42PM by TenLu09
https://ift.tt/3jdYMB4
New post on /r/flutterdev subreddit:

I have some time and am willing to help promote your saas or mobile app for free.
If you're struggling to promote your Sass or mobile app. I would be glad to help. No charge. No fluff.I can talk to your potential users on Reddit, Quora, and Facebook. Maybe even send some cold emails to try and direct potential users to your website or to download your app.Just looking to give back and build my network as well.I don't have unlimited time, so this will obviously be on a first-come-first-serve basis.Cheers!!

August 24, 2021 at 01:16PM by Grandmaster787
https://ift.tt/3sG5ov2
New post on /r/flutterdev subreddit:

Let's learn about Dart endsWith method on String!
https://ift.tt/3sFemZG

August 24, 2021 at 02:52PM by mukhtharcm
https://ift.tt/3jiQwjv
New tweet from FlutterDev:

🔥 Hot reload was fast in Flutter 2.0, but it got even faster in Flutter 2.2. 💙 Here’s how we did it ↓ https://t.co/DgowiTzbHH— Flutter (@FlutterDev) Aug 24, 2021

August 24, 2021 at 09:00PM
http://twitter.com/FlutterDev/status/1430243512860225541
New post on /r/flutterdev subreddit:

Favorite Udemy course for Flutter?
I’m preferably looking for courses for beginners and in English. Thanks!

August 24, 2021 at 09:29PM by CalitaWyatt4
https://ift.tt/2XXUVA9
New post on /r/flutterdev subreddit:

11 Things to Remember for Your Next Flutter Project
https://ift.tt/3mrZn4d

August 25, 2021 at 09:35AM by mkobuolys
https://ift.tt/3ykivTY
New post on /r/flutterdev subreddit:

Are this book good resource after angela yu course
https://ift.tt/3zkX6vo

August 25, 2021 at 01:24PM by otaku_300
https://ift.tt/3je8uDu
New post on /r/flutterdev subreddit:

I read through the Routing Research Report and tried to summarize it
I went through the report mentioned in this post by u/marsNemophilist -- here's what I've found.A team of people found that Flutter Routing APIs, once known as Navigation 2.0, gave developers trouble and challenges -- especially with how it relates to the Web experience, but I found this is important if you're trying to build code that supports everything from the beginning.They investigated the best of the proposed community solutions, and asked three core questions:What are the most common navigation problemsHow is the community proposing we address these problemsAre those solutions easy to use?They took a scenario-driven approach.So they identified the most common navigation problems in Flutter and then tried to get the community-based Router solutions to solve those given scenarios. We'll see what those problems are as I dive into the results.VRoute, AutoRoute, and Beamer were the chosen options for study which were chosen from a group of 12 because they met all the initial criteria (you can see that here). I've used Beamer so was deeply curious how this turns out.We will walk through the problem and which package addresses the problems the best. Here are the findings.Technical problem 1: Deep linkingAll three support deep linking with path parameters way better than standard APIs. Beamer was the easiest to use but AutoRoute provided the most concise code for this problem.Their recommendation: Any of them​Technical problem 2: Sign-In routingWhere users might need to be redirected to sign in if they try to access a page they're aren't authenticated for.All three packages offer exact APIs to handle this problem.Their recommendation (paired with Deep Linking): VRouter​Technical problem 3: Nested RoutingWhen your path has multiple layers -- for example: /users/books and /users/friends may share the same user UI but provide unique nested UI for the books and friends.These three APIs are all great because they all continue to improve massively over the default APIs.In a trend, Beamer tended to be the easiest to use and achieve the goal, but was the worst when more nuanced behavior was required.Their recommendation (paired with Deep Linking): Beamer or VRouter​SummaryMy Takeaway is if you've chosen any one of these three, you've got a good enough solution.They seemed to think Beamer was the easiest to plug in but handled edge cases more awkwardly.VRouter might be ugly if you really dislike Regex, and AutoRoute might turn you away if you don't like Codegen.Shout out to the team for putting this together. I'll probably stick with Beamer for my projects but I'm going to take a deeper dive into VRouter.(Posted here)

August 25, 2021 at 04:01PM by rcaraw1
https://ift.tt/38hmwhe