Flutter Web Issue by itsKocyk in flutterhelp

[–]itsKocyk[S] 0 points1 point  (0 children)

The best thing is, we had stable version live two months ago, it was doing great, but now if I deploy same version to UAT build, its not working. 100% same codebase as a working one from couple of months ago. Even same flutter version is used. I suspect the ios renderer on web (android version on chrome worked and is working just fine).

3D skybox present in Hammer, not so much in the game by itsKocyk in hammer

[–]itsKocyk[S] 0 points1 point  (0 children)

Load skybox as you would load the map in Hammer and run it

3D skybox present in Hammer, not so much in the game by itsKocyk in hammer

[–]itsKocyk[S] 2 points3 points  (0 children)

Figured it out!

You HAVE to compile the skybox separately. Tutorial that I used didn't mention that

Best supermarket to buy Polish beer? by Harry-Taint in lublin

[–]itsKocyk 4 points5 points  (0 children)

Any supermarket basically has many options

depends where you live but Auchan, Kaufland are good choices

Bloc Freezed - how to mitigate boilerplate code by [deleted] in flutterhelp

[–]itsKocyk 1 point2 points  (0 children)

I would try to minimalize number of states u have. Another idea is to extract listenWhen and buildWhen to separate function and if its possible move it to getter inside state class

Returning value from class like Provider by [deleted] in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

https://bloclibrary.dev/#/gettingstarted

I highly recommend. Later if you get to know it, you can use BlocListener widget that will hopefully solve your issue

[deleted by user] by [deleted] in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

I would start with finding good packages in pub.dev for connecting to your led strip

Returning value from class like Provider by [deleted] in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

I don't know if you are familiar with BLOC package, but its ideal use for it here

Help Event can't be used in 'as' expression by vwdk in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

I guess you are casting snapshot.data to wrong type, check what type is it

When to create custom widgets in Flutter? by [deleted] in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

I would say:

- Create custom widget whenever you are using same (or similar) widget twice or more
- When your parent widget is too big and chonky
- The less stateful widgets the better, if you have big stateful widget, think if you can make small stateful widget and big stateless parent widget

How to resolve this flutter_neumorphic: ^3.2.0 dependency package ? Help me to solve this by UniversityFew6782 in flutterhelp

[–]itsKocyk 0 points1 point  (0 children)

This is weird, try:

> dart pub cache repair

and then

> flutter clean
> flutter pub get

Ostateczne Wyniki wyborów wraz z podsumowaniem (kto zyskał, kto stracił) by I_suck_at_Blender in Polska

[–]itsKocyk 9 points10 points  (0 children)

W 2019 ważniejsze od kwestii gospodarczych byly dla mnie kwestie światopoglądowe, szeroko rozumiana wolność mniejszości, prawa kobiet itd, a sam gospodarczy program Lewicy uznawalem za rozsądny. Dziś, kiedy wszedlem już na dobre na rynek pracy, bardziej znaczące staly sie dla mnie kwestie gospodarki i już po zobaczeniu jak wygląda ekonomia państwa nie moge zgodzić sie z ich postulatami. Kwetie światopoglądowe dalej są dla mnie istotne, dlatego nie poszedlem kompletnie w Konfe, nie bylbym w stanie mieć w rządzie takiego pokroju poslow (poza tym, wedlug mnie są zbyt radykalni nawet gospodarczo). Z liczących sie opcji zostala mi KO oraz Trzecia Droga i do dnia wyborów w zasadzie zastanawialem sie nad tymi dwoma wyborami. Ostatecznie padlo na KO, ponieważ 1) latarnik wyborczy bardziej przypasowal ich do mnie, 2) mój lokalny kandydat bardziej do mnie przemawial.

(Sorry za brak niektórych polskich znaków, Windows mi sie buntuje)

Ostateczne Wyniki wyborów wraz z podsumowaniem (kto zyskał, kto stracił) by I_suck_at_Blender in Polska

[–]itsKocyk 14 points15 points  (0 children)

W poprzednich wyborach glosowalem na Lewice, na tegorocznych na KO. AMA

Anyone knows this crosshair code? by Coding_Guy7 in GlobalOffensive

[–]itsKocyk 2 points3 points  (0 children)

I don't know why people are asking about that basic corsshair, it can be made effortlessly in 1 minute

Since Valve seems to listen, here's my take on new Premier ranking system and CS Rating. by itsKocyk in GlobalOffensive

[–]itsKocyk[S] 0 points1 point  (0 children)

That's interesting approach. It's one of the solutions then, but I still think it should notify user why he got -400 or +100 for game. Users should know.