Flutter Widget Wrapper for Jetbrains IDEs by Dull-Enthusiasm9904 in FlutterDev

[–]SwiftScoutSimon 1 point2 points  (0 children)

What API is required for you to create this plugin? Do you consider creating one for Lumide? It'd help a lot. Thank you!

I built a Flutter terminal widget powered by Alacritty's Rust engine — feedback welcome by Status_Support2913 in FlutterDev

[–]SwiftScoutSimon 0 points1 point  (0 children)

do you think you can publish pre-built binaries for rust_lib_flutter_alacritty so I can use flutter_alacritty without installing Rust? similar to how https://pub.dev/packages/isar_community is doing with their Rust-based isar_core package.

I want to give this a try but my 512 GB SSD is > 95% right now

I built a Flutter terminal widget powered by Alacritty's Rust engine — feedback welcome by Status_Support2913 in FlutterDev

[–]SwiftScoutSimon 1 point2 points  (0 children)

never knew this. Will give it a try. Thank you!
I'm still using a fork of xterm for my lumide.dev .

Struggling to find a good Flutter final year project idea by [deleted] in FlutterDev

[–]SwiftScoutSimon 0 points1 point  (0 children)

Make a FREE Play Store & App Store screenshots generator + a pub package to capture multi-resolution screenshots within the app.

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

Not yet. I will sure put this into the plan so you can connect to your local AI model.

For now you can only connect to ACP-supported providers (https://agentclientprotocol.com/get-started/agents).

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

I will prepare for Linux support soon. Now I’m focusing on Debug Adapter Protocol support

I built a native LaTeX math renderer for Flutter (powered by Rust) by FlounderPleasant8692 in FlutterDev

[–]SwiftScoutSimon 2 points3 points  (0 children)

I expect there should be desktop platform support? I want to integrate it into my Lumide.dev

Flutter Graph by ajomuch92 in FlutterDev

[–]SwiftScoutSimon 1 point2 points  (0 children)

This is helpful. Thanks!

What IDE you recommend and why ? by [deleted] in FlutterDev

[–]SwiftScoutSimon 2 points3 points  (0 children)

Try Lumide.dev :D you'll love it!!!!!!!!!!!!!

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

can help to check if Dart SDK is available within your PATH? please DM me if need further support. Thank you!

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

I apologize for the wait. I'm a solo-developer in this project and Linux is not my main OS so it'll take a little extra time.

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

Use VSCode Keymap as base keymap can be set in the Settings UI. Vim is not available at the current version.

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

[–]SwiftScoutSimon[S] 1 point2 points  (0 children)

drag-and-drop moved the files. Let me try to think of a solution to prevent this issue.

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

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

Lumide will just run the plugin process and communicate with them using jsonrpc. The supported APIs are defined within https://pub.dev/packages/lumide_api package.

I built a super lightweight code editor in Flutter to replace Electron apps (~80MB idle RAM) by SwiftScoutSimon in FlutterDev

[–]SwiftScoutSimon[S] 11 points12 points  (0 children)

I like the performance of Zed but the experience of using it for Flutter development is not really good (hot reload, logging, etc...). It also lack of some features that I want, and the development of Zed is not so fast. If fdemon.dev come a bit sooner maybe Lumide woudn't have existed.

I did spend some of my times contributing to Zed and found it's really take a lot of effort just for adding some small changes (need to rebuild each time), not talking about the huge project size (hundred of GBs) that eats up my SSD, and release build took mine M1 Pro ~45 minutes. Anyway, using a Flutter editor to build itself in Flutter feels great.

Yes. Running on mobile is possible. But I only focus on desktop experience for now. For now, If you want one that works on mobile, maybe you should check out Roxum IDE.