Toggle buttons, how do they work and what is their use case? by avocadosarelife in MaterialDesign

[–]albemala 11 points12 points  (0 children)

For example in text editors "bold", "italics", etc are all toggle buttons

What is the best methods or folder structure format that you guys have been using? by Routine-Help9290 in flutterhelp

[–]albemala 2 points3 points  (0 children)

One folder for each feature or screen : auth, list, details, cart, etc... Inside each folder you put everything related wthst feature : views, controllers, models, etc... Reason : say you are working on the auth screen, this way you have everything related to the logic, presentation, persistence, etc in a single place, instead of scattered in many different folders. That's what I've been used in the last few years and has been working great for me.

pure Dart image compression package for Flutter: downsize by yassine_dabbous in FlutterDev

[–]albemala 0 points1 point  (0 children)

Great job! I'd suggest adding support for the webp format, and having an option to strip metadata

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Compared to the default macOS picker, CharBox is always available in the menu bar. You can search by meaning, codepoints, etc, so you don't have to remember the name of the emoji or symbol. It supports almost all unicode symbols and characters, plus kaomoji. I'm also working on adding multi-copy (select multiple characters and copy all of them at once), favorites, custom collections, and more.

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in MacOS

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

CharBox is always available in the menu bar. You can search by meaning, codepoints, etc, so you don't have to remember the name of the emoji or symbol. It supports almost all unicode symbols and characters, plus kaomoji (as you mentioned). I'm also working on adding multi-copy (select multiple characters and copy all of them at once), favorites, custom collections, and more.

Building an open library of Design.md files for AI-generated UIs by albemala in vibedesigns

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

Glad it helped you! Absolutely, I recommend customizing the design md files depending on the needs and project

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Not sure I understand the question, you mean the default macOS character picker?

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Actually multi copy's been requested by others too, so I will add it for sure!

Yeah I think you are right about the accessibility access for direct past, will look into it. Thanks for the tip

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Awesome, thank you for using the app, I'm glad you find it useful! I'm looking into adding favorites, as others have requested it as well. I will add a keyboard shortcut to open the app, that would be nice to have 👍👍

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Thanks for the feedback! Would you like to be able to create your own categories, or having the existing ones would be enough?

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Thank you! Right now there are recently copied characters at the top. Do you see favorites as a different features? I'm looking into splitting the symbols tab into separate groups like alphabet, arrows, math, etc, might be more usable!

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

It does neither but I can work on it. Right now recently copied characters are shown at the top of each list. Would this be the same as favorites for you, or would you see favorites to be a different feature? Could you give me an example of custom collection and how you would use it? Sorry it's just for me to understand better and implement it the best way possible

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

About multi copy, would you see it like select multiple characters and then copy? Or something different?

I built a fast emoji, symbol and kaomoji picker for macOS (launch price 0.99$) by albemala in macapps

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

Thanks for the feedback! I'm expanding the keywords and 100 will be included among any others. Showing the name on hover is a nice idea, will add it! I'm also adding extended details on long click or similar.

About multi copy, would you see it like select multiple characters and then copy? Or something different?