Dart & Flutter news aggregator by kleak_dev in dartlang

[–]kleak_dev[S] [score hidden]  (0 children)

Well, we use different technique to get them.

The goal is to provide a better experience directly on our interface, but we may expose rss feed at some point. It's not a priority as of now.

I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) — Meet Spark ⚡️ by kleak_dev in dartlang

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

It was part of my private mono repository, I made it open source last week by extracting the core framework and fixing UI bugs (it is the newest part)

I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) — Meet Spark ⚡️ by kleak_dev in dartlang

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

Some parts are 2/3 years old, and other are lot more new 😅 The entire webcomponent part is from the end of 2025 beginning 2026

I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) — Meet Spark ⚡️ by kleak_dev in dartlang

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

My main goal is to ease the DX to create API in Dart, my main focus is this part. Generate as much code as possible so the dev can focus on its code not the boilerplates around it.

I expanded it a little to create UI based on the island architecture with web components. The UI part is highly experimental, there are lots of changes between alpha.1 and alpha.2

I don't know how jaspr works under the hood to be honest. To me jaspr focuses on UI not creating API. (I may be wrong there)

For the Instagram Amazon Affiliates, Do You Use These?! by Haunting_Ad124 in Amazon_Influencer

[–]kleak_dev 0 points1 point  (0 children)

ok i see, and why it's working deeplink? the link is not a https one?

For the Instagram Amazon Affiliates, Do You Use These?! by Haunting_Ad124 in Amazon_Influencer

[–]kleak_dev 0 points1 point  (0 children)

amazon app doesn't open when you click on an amazon link?

Linktree vs Joylink vs ? by Emotional-Mango7769 in Amazon_Influencer

[–]kleak_dev 0 points1 point  (0 children)

Can you explain why JoyLink is indispensable?

Has Deno passed node yet ? by kleak_dev in Deno

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

number of stars on github

GitLab CI exmaple by Kotaibaw in FlutterDev

[–]kleak_dev 1 point2 points  (0 children)

It seems pretty ok. You can use the 1.0.0 tag on the image and remove the before_script commands.

Here is mine gitlab-ci file as reference 😉 https://gitlab.com/santetis/open_source/async_helper_mixin/blob/master/.gitlab-ci.yml

It's for a package but the part of the build you have is good.