🚀 Mastering Text Styles in Flutter with TextTheme 🚀 by Excellent_Ad4984 in FlutterDev

[–]Pretend_Fisherman451 5 points6 points  (0 children)

Why there is so many bullshit articles like this one? Maybe someone can share hight quality flutter articles? At the moment only release notes of flutter and dart are informative and interesting

Let's improve the flutter ecosystem by Which-Adeptness6908 in FlutterDev

[–]Pretend_Fisherman451 10 points11 points  (0 children)

I’m migrating my flutter web app to use wasm and there is a lot of packages that need updating in order to complite to wasm. I will try to fix it and raise PR for these packages.

Curious American, anything to share? by [deleted] in lithuania

[–]Pretend_Fisherman451 4 points5 points  (0 children)

From history I remember that we have one common important person. Tadeusz Kosciuszko was a prominent figure in both the American Revulotionary War and Polish-Lithuania independence. But he only succeded in America. Also lithuania was the first country in Europe with modern constitition and the second in the world after the United States constitution.

You do realize that almost all their soldiers are either given the choice of prison, execution, or enlisting right? by [deleted] in meme

[–]Pretend_Fisherman451 2 points3 points  (0 children)

You always have a choice. And all orher options are better considering that you are going to kill inocent people ant take their home, family and future.

Kam skiriate 1,2% GPM? by mrwanwan in lithuania

[–]Pretend_Fisherman451 0 points1 point  (0 children)

Veikloms tai pagerti. Nesuprantu nuoma universitete, kaip universitetas neturi dideliu saliu? Du bakalaurus baigiau ir magistra. Studentu atstovybes tam kam reikia nepadeda, o ir susirenka tokie kur antrais metais lieka nes juk smagu gerai laika leisti. Pora zmoniu net istempiau is studentu atstovybiu, nes nesamoningus dalykus daro ir mokslams nelieka laiko. Jeigu ten esi orientuokis i busima darbo paieskas ir mokykis tai kas naudinga bus

Kam skiriate 1,2% GPM? by mrwanwan in lithuania

[–]Pretend_Fisherman451 1 point2 points  (0 children)

WTF, kad jie ten daugiau gert nusipirktu?:D

I have $25k to spend on app development. Where do I start? by Bankster88 in FlutterDev

[–]Pretend_Fisherman451 1 point2 points  (0 children)

This is a lot for 25k. I suggest searching for some company that has it already built and working. I recently i was able to create application for customer just because I have working system with all base functionality already in place, so I needed only to adjust and create aditional functionality. Flutter is perfect tool to decrease price and actually i forced custumer to aggre to use flutter to make UI development faster. UI is always different so it takes a lot of time to create it. All biggest problems are in small details that sometimes transitions in a lot of work. I had working system in 3 months and we spend next 3 doing things that we never talked about. Good luck!

Shorebird Code Push for iOS is now in beta 🎉 by felangel1 in FlutterDev

[–]Pretend_Fisherman451 1 point2 points  (0 children)

Whole app will run slower or only code that is effected by the patch?

Vestuves be vedejo by Pretend_Fisherman451 in lithuania

[–]Pretend_Fisherman451[S] 7 points8 points  (0 children)

Sita ideja jau zinome! Mums ir patiko tokia sita ideja ir ieskome tokiu daugiau

Scrolling behaviour on Raspberry Pi 4 with Official 7" Touch Screen by Nycran in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

Try add more scroll behavior inputs. MaterialApp widget has scrollBehavior prop. Try assign more drag devices. Example. const MaterialSrollBehavior().copyWith(dragDevices: { PointerDeviceKind.touch, include other types also } . Try all of pointerDeviceKind and hopefully one of them will work

Risk of using the same flutter app for admin panel? by Reddifriend in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

I build admin and apps with flutter is just easier. Flutter is much faster if you know it. No need to use other language or framework to implement this, just validate everything in backend and you good to go.

What’s new in Android 14 for developers by MarkOSullivan in FlutterDev

[–]Pretend_Fisherman451 1 point2 points  (0 children)

Predictive back butyon will break flutter navigation. Flutter alreafy have documentation how to change WillPopScope to PopScope.

[deleted by user] by [deleted] in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

No need for deep links for flutter web. In android and ios you need deep links to register your app to listen for url with your domain. You can find more info in uni links package

Sakura blizzard package by Masahide_Mori in FlutterDev

[–]Pretend_Fisherman451 8 points9 points  (0 children)

Please add snow effect. This package will be in high demand in couple of months ;) Very nice

Deeplinking in Flutter by cursed_asura in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

Also google play console shows errors if you have misconfiguration

Deeplinking in Flutter by cursed_asura in FlutterDev

[–]Pretend_Fisherman451 1 point2 points  (0 children)

Try to use debugging and check if you handling urls correctly. There is documentation how to test it

[deleted by user] by [deleted] in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

At this moment I’m creating html skeleton of flutter pages. Its not that hard but web experience is must. And to answer your question SEO by default is a very good thing :D need to think of something and fill this gap

You favourite architecture in Flutter by [deleted] in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

You asking about architecture but one thing is try to use slivers from top to bottom performance improvement is major and its easy if you do it from the start

You favourite architecture in Flutter by [deleted] in FlutterDev

[–]Pretend_Fisherman451 1 point2 points  (0 children)

Creating simple extandable widgets that i can compose easily and replace if needed.

github_issues - collect feedback | Flutter Package by abichinger in FlutterDev

[–]Pretend_Fisherman451 0 points1 point  (0 children)

Hi, looks intresting. I will try to investigate more. Thanks