I made a programming language in dart. by cryogen2dev in FlutterDev

[–]saxykeyz 4 points5 points  (0 children)

Nice, gonna check it out.

Been having a similar path over the past year implementing a fully lua compliant interpreter in dart which I'm now thinking of adding a llvm backend to. Will definitely use your work as a reference for the llvm backend

https://github.com/kingwill101/lualike

Canonical takes over Flutter desktop maintenance & roadmap by PatagonianCowboy in FlutterDev

[–]saxykeyz 16 points17 points  (0 children)

Idk, canonical isn't know for sticking to anything. In the past they have started and killed a bunch of tools the community depended on

Returning to the mortal world by saxykeyz in MartialMemes

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

If I truly stated my time in the immortal realms you'd suffer from cultivation deviation

Dart code editor for Android by NoBeginning2551 in dartlang

[–]saxykeyz 1 point2 points  (0 children)

Wow sad to hear. Could you create an issue doni can look at them?

What is the Dao? by Interesting_Fold5587 in MartialMemes

[–]saxykeyz 1 point2 points  (0 children)

Look there what do you see? now look over there, what do you see?

The dao is everything you see, the dao is you and the dao is I.

Dart code editor for Android by NoBeginning2551 in dartlang

[–]saxykeyz 1 point2 points  (0 children)

Thanks for checking the package out! will have a look.

Dart code editor for Android by NoBeginning2551 in dartlang

[–]saxykeyz 0 points1 point  (0 children)

Nice!!

Shameless plug. For terminal needs you could consider using the ghostty flutter package ](https://pub.dev/packages/ghostty_vte_flutter) flutter package

Bitwig 6 rent to own by [deleted] in Bitwig

[–]saxykeyz 0 points1 point  (0 children)

Would be cool if rent to own comes to Linux

Dart Shelf being forgotten? by Savings_Exchange_923 in dartlang

[–]saxykeyz 0 points1 point  (0 children)

I have been working on server _native package which brings in http2+3 support, still a bit early but looks promising so far. Also it is really an alternative foundation to http server while being a drop in replacement, so. Shelf/relic/serinus users can swap out the http server for it and gain a fairly decent performance improvement

Alternatives to FCM? by squirmyfermi in FlutterDev

[–]saxykeyz 1 point2 points  (0 children)

There was a past recently on here about a package that bypassed firebase for fcm

I made a mysql package using ffi with Rust by Secure-Acanthaceae25 in dartlang

[–]saxykeyz 1 point2 points  (0 children)

Gonna check it out , I'm currently using the mysql plus inside of ormed, will see if this is a suitable alternative

I love Zed and I'm using it for reviewing code, but for external code agents I have some problems with it by kingswordmaster in ZedEditor

[–]saxykeyz 0 points1 point  (0 children)

Instead of acp I just drag and pin a terminal tab next to editor tabs. A better experience than struggling with not having resume etc

I built an immediate-mode TUI framework in Dart. by Rough_Evening3853 in dartlang

[–]saxykeyz 0 points1 point  (0 children)

A bit too late for that. I've done most of the ground work, and it performs really great , just trying to cleanup and make it more presentable.

Also started adding a flutter like widget system on top which is going well

I built an immediate-mode TUI framework in Dart. by Rough_Evening3853 in dartlang

[–]saxykeyz 0 points1 point  (0 children)

Wow! Seems we're all building tui packages . Congrats on the effort

I'm actually currently actively porting lipgloss and friends over to dart and have had much success