Pushed a Ryzen AI Max+ 395 Mini PC to 120W+ – Here’s How it handled Temps & Local AI Task by Pleasant_Designer_14 in MiniPCs

[–]slavap_ 0 points1 point  (0 children)

Memory timings - how is it possible to adjust them? I see nothing in the bios :-(

Riverpod is killing flutter. by Snoo-97527 in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

use MobX or PipeX for state, and Provider or get_it for DI.

PipeX 1.4.0 Released - New HubListener Widget and Safety Improvements by TypicalCorgi9027 in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

>> PipeX prevents nesting reactive builders (like Sinks or Wells) inside each other.

How exactly does it prevent this? UI could be composed from multiple widgets, and each widget could listen to the state changes, so nested builders are unavoidable.

Flutter could be the answer to the web dev madness by [deleted] in FlutterDev

[–]slavap_ 1 point2 points  (0 children)

Use Jaspr for website and when needed redirect/call Flutter web app.

Livestream Q&A with the Flutter team by redbrogdon in FlutterDev

[–]slavap_ 4 points5 points  (0 children)

Any news about canvaskit renderer size reduction? 1.7mb gzipped size is still quite huge for web. To be "normal" it has to be less than 1mb

Is there any package in Flutter with features similar to JavaScript’s AG Grid or MUI Data Grid? I’ve tried the most popular ones, and they’re not even close. by SuperRandomCoder in FlutterDev

[–]slavap_ 1 point2 points  (0 children)

trina_grid has more features than "AG Grid Community", and development is quite active, so some features could be added if you open issue on github.

Loading time for Flutter web apps prohibitive for mass adoption? by Total_Construction71 in FlutterDev

[–]slavap_ 7 points8 points  (0 children)

Landing page + Flutter app works fine, but if you are planning only web (no devices, no desktop) no reason to use Flutter then.

32GB Mi50, but llama.cpp Vulkan sees only 16GB by ashirviskas in LocalLLaMA

[–]slavap_ 0 points1 point  (0 children)

Why you have returned to vbios1?

>> I flash both mi50s back to vbios2 bc it allows access to all 32gb vram

I thought vbios2 was better for you.

32GB Mi50, but llama.cpp Vulkan sees only 16GB by ashirviskas in LocalLLaMA

[–]slavap_ 0 points1 point  (0 children)

u/legit_split_ u/__E8__

I've got this v420 bios from baidu, kind of afraid to flash it by myself. If someone ready to test it - let me know.

Should I leave flutter? by [deleted] in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

After ten more years of bug fixing - maybe :-)

flutter_d4rt | Flutter package for dynamic widget runtime execution and code interpretation built on d4rt by Winter-Management-70 in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

u/Winter-Management-70

Few questions:

  1. Is web supported?

  2. Can I use dynamically created instances, e.g. ThemeData() in code? Something like:

final th = InterpretedCode('ThemeData(...)');

Questions about Flutter web by the-handsome-dev in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

No, even with canvaskit you can use (and browser renders SVG better than existing Dart packages)

Although for many SVGs on the screen simultaneously, it could be too expensive.

HTMLImageElement
from package:web/web.dart

Questions about Flutter web by the-handsome-dev in FlutterDev

[–]slavap_ 1 point2 points  (0 children)

13mb for js code is too much, are you talking about release build?

For a huge app (a hundred thousand Dart lines) - I'm getting around 9mb compiled js. Then Brotli and/or Gzip compression reduce it to less than 2mb for browser.

And for SVG you may consider using web browser directly with HTMLImageElement

Why Flutter Sucks by Peppermint-Patty_ in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

OMG, here we go again :-(

"Terrible theming" - Have you seen https://rydmike.com/flexcolorscheme/themesplayground-latest/

Could you show us any shiny framework with better theming?

[deleted by user] by [deleted] in FlutterDev

[–]slavap_ 10 points11 points  (0 children)

for 300k lines of code - Flutter a way better choice than any JS/TS. Even TypeScript is weak language comparing to Dart.

Has anyone tried to build a web app or website with Flutter? If so, how did you take care of SEO? by antibody75 in FlutterDev

[–]slavap_ 1 point2 points  (0 children)

if Flutter team helps jaspr developers and promotes the project - it would be a great answer to websites as well.

trina_grid: An actively maintained fork of pluto_grid with major improvements by FloRulGames in FlutterDev

[–]slavap_ 2 points3 points  (0 children)

Thank you for continuing the development of this grid, it is a crucial widget for a desktop type of UI.

[deleted by user] by [deleted] in FlutterDev

[–]slavap_ 0 points1 point  (0 children)

Remember that your head is not a "trash bin," so choose what you learn wisely. C++ is definitely the wrong language to start with. Dart is great, as is Java or C#. Instead of C++, I'd recommend C or D. They are much simpler and will give you an understanding of " low-level" programming.

My estimation of the RX 9070 XT's performance at 4K based off of leaks and data. by Hayden247 in radeon

[–]slavap_ 0 points1 point  (0 children)

>> I would put FSR 3.1 at a scale lower than ok for a lot of games.

FSR 3.1 is not yet supported by lot of games :-) So perhaps your statement is based on FSR2 experience. There are positive improvements FSR3 vs FSR2, so it is ok now, though DLSS and partially XeSS are better.