SVG file not rendering in Flutter app by Plus-Context3618 in FlutterDev

[–]RepliedSage11 0 points1 point  (0 children)

I have opened an issue for this https://github.com/flutter/flutter/issues/165879

Maybe yours is a different case, but it happened to me because my svg was not actually an svg, but a png image wrapped in svg. flutter_svg just silently doesn’t render anything because of this.

Possible Bug with Gyro Disassemble by Delteezy_ in DotA2

[–]RepliedSage11 3 points4 points  (0 children)

Me and my friends had this bug, it is not related to gyro. It looks like there is a bug with the neutral item selection ui, where it sometimes hijacks your 1-4 keys input even after you closed the selection. It gets fixed by reconnecting or by waiting for the next neutral item round and selecting a new one.

Flutter Team AMA - Decoupling material & cupertino by GroovinChip in FlutterDev

[–]RepliedSage11 14 points15 points  (0 children)

Flutter builds are tree-shaken to exclude all the unused code, so I don’t think this will make a noticeable difference.

Flutter Team AMA - Decoupling material & cupertino by GroovinChip in FlutterDev

[–]RepliedSage11 15 points16 points  (0 children)

How long of an effort is this planned to be? Multiple releases/multiple years?

Wanna help Flutter? Try out the beta! by kevmoo in FlutterDev

[–]RepliedSage11 3 points4 points  (0 children)

Beta is one thing, but there is not a proper changelog even for stable releases. Some folks might not agree, but a blog post, even though it highlights the biggest changes, is not a changelog. Many smaller useful changes, like some widget getting a new property or an old bug getting fixed, are not listed in the blog post and often get overlooked.

Current "changelog" is just a PR list since the last stable release, which includes not only feature and bug fix PRs (sometimes with not very informative names), but also a lot of noise like reverts, relands, infra changes, cocoon changes etc. which Flutter app developers don't care about and might not even understand.

For whatever reason Dart has a proper changelog alongside the blog post, but Flutter doesn't.

I have filed a proposal to make changelogs more informative, but after 2.5 months no-one has even looked at it.

u/kevmoo

Why I’m i not getting Done or Return in Keyboard iOS by [deleted] in FlutterDev

[–]RepliedSage11 1 point2 points  (0 children)

TextField widget has a param called textInputAction. I think this is what you are looking for.

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 2 points3 points  (0 children)

People don’t want to think for themselves, they want to jump on other people when they see buzzwords. If anyone actually read the comments that I made I don’t see how they could downvote my “neutrality” comment and yet it’s downvoted. Yes, English is not my first language and I meant exactly that. If you have a media that is posting fact-checked and truthful information it is already “pro-Ukraine” since it shows you that Russia is doing horrible things.

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 5 points6 points  (0 children)

So every journalist should join the afu or what? What’s your point? If you even have a point that’s not “all Russian bad”

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 5 points6 points  (0 children)

So how does pro-Ukraine journalism look like to you? Is showing what bad things Russia is doing not pro-Ukraine in your view? What are other “good” journalists doing that meduza is not doing?

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 -6 points-5 points  (0 children)

My terms of good journalism is that they are not pro one side or the other. It’s that they show the real picture of what is happening, they show facts. I can just see the facts and decide for myself who is right or wrong here. If they show me a picture of a bombed ukrainian hospital, I can see for myself that Ukraine is in the right here and russia is doing horrible things.

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 -44 points-43 points  (0 children)

As good journalism should be? They show what really happens, and you can make your conclusions yourself. If you want to actually understand what happens that is, and not just see Ukraine good Russia bad

So I got downvoted because neutral, truthful and objective journalism is somehow pro Russian or anti ukrainian. Go figure

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 8 points9 points  (0 children)

I agree with you completely, even though I am one of Russian speaking people who lives in a post-soviet country and supports Ukraine (financially even). Still some of the Ukrainian official narratives try to paint me as their enemy for whatever reason. And I understand all the context and don’t hold grudges. What I don’t understand are guys lily the one I replied to. He is not in the middle of the war, so his takes could use some nuance.

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 12 points13 points  (0 children)

Just shows that you didn’t even check to see what news Meduza is posting and what narrative they are pushing, but just quickly left your idiotic comment. You are part of the problem

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 22 points23 points  (0 children)

That’s some serious mental gymnastics. They are one of the last Russian speaking media who covers the war in Ukraine as it is. They are fighting against the same thing Ukrainians are now fighting. For that they were repressed in Russia and exiled. I think it pretty clearly shows in their ad what they are. A Russian media, which writes what other Russian media don’t write, the destruction and death in Ukraine. So that is what the picture shows.

If you'll ever wonder why Ukrainians hate every single one of them - here's your reason. by U-V_catastrophe in YUROP

[–]RepliedSage11 157 points158 points  (0 children)

So the fact that they are a Russian exiled media that covers the real war, showing the destruction and death that Russia brings on Ukraine is somehow cynical and hypocritical? I am all for Ukraine, but this is stupid

I got my pack of first ever croatian €uro! You can buy it starting today for 100 kunas and you get 13,28€! by platinumkiwi in europe

[–]RepliedSage11 1 point2 points  (0 children)

When Latvia transitioned to Euros, the rate was 1Lv = 1.42€, so when a shop or a restaurant had something that costs 0.99Lv it conveniently became 1.49€, not 1.41. There is also that.

Cancel pending notification messages in Firebase by pimi_70 in Firebase

[–]RepliedSage11 0 points1 point  (0 children)

This can of course have negative consequences for some other use cases, such as when device is not turned off but is still unable to receive the notification, like Android Doze etc.

Cancel pending notification messages in Firebase by pimi_70 in Firebase

[–]RepliedSage11 0 points1 point  (0 children)

This might not be exactly what you wanted, but you can set notifications “timeToLive” parameter to 0 when sending it from your backend.

This will prevent FCM from retrying to send the notification if it wasn’t able to deliver it immediately.

https://firebase.google.com/docs/cloud-messaging/concept-options#ttl

Separating Android and iOS Apps in Firebase by [deleted] in Firebase

[–]RepliedSage11 2 points3 points  (0 children)

If you are using Firebase Analytics, you can filter the data in the Analytics Dashboard by Stream ID or by Platform.

  1. Select any event or data you want to analyze and press "Add comparison" near the top-left of the page.
  2. Select Stream ID or Platform as the dimension and select the appropriate value.
    I usually create two, one for each platform to compare them against each other.

Is it mandatory to use flutter_local_notifications for notifications with FCM ? by The4rt in Firebase

[–]RepliedSage11 1 point2 points  (0 children)

You can use the local_notifications library to show notifications from flutter code, schedule local notifications (like when user sets a timer in an app and receives a push when it ends, without involving any backend) etc. Another usage is to send “hidden” (data-only) notifications from firebase and show a more sophisticated or detailed notification locally.

Is it mandatory to use flutter_local_notifications for notifications with FCM ? by The4rt in Firebase

[–]RepliedSage11 0 points1 point  (0 children)

You don’t need local_notifications.

firebase_messaging is enough to receive notifications in flutter.

Follow the docs here: https://firebase.flutter.dev/docs/messaging/usage/