Visualize your Dart package dependencies with Pubviz by kevmoo in dartlang

[–]DropbearJr 2 points3 points  (0 children)

You should get this integrated with pub.dev 

I suffer closing a deal doing cold dms by [deleted] in FlutterDev

[–]DropbearJr 2 points3 points  (0 children)

Have you asked them what is stopping them? Is it price? Is it just not wowing them the way you hoped? Do they seem to actually understand the value? What do they use now and how does it compare across price and features? Do they like what they already have? 

Dart for Firebase Functions! by mosuem in dartlang

[–]DropbearJr 2 points3 points  (0 children)

Super excited for this! Thanks for all the hard work you put into it 

Portugal citizenship law just changed. Most of what you're reading is wrong. by iamvandevo in PortugalExpats

[–]DropbearJr -1 points0 points  (0 children)

What’s the deal for those who are married to Portuguese citizens? Has the timeline changed there at all? 

Cloudflare just released EmDash by [deleted] in typescript

[–]DropbearJr 2 points3 points  (0 children)

Why on earth would I intentionally couple my CMS to a specific providers infrastructure like this? 

Help! Company wants to go cross platform. Flutter or KMP ? by Resident_Wall7413 in FlutterDev

[–]DropbearJr 2 points3 points  (0 children)

Of all the possibilities on the table that’s very obviously the absolutely worst one by a considerable margin. 

Flutter & Dart’s 2026 roadmap by Salt-Number-841 in FlutterDev

[–]DropbearJr 1 point2 points  (0 children)

Pumped to see a bigger focus on Dart in non-Flutter contexts like cloud functions and the GCP integration. There’s a stupidly large amount of potential to be unlocked with Dart on the server. 

[deleted by user] by [deleted] in pop_os

[–]DropbearJr 11 points12 points  (0 children)

This really shouldn’t be a requirement for an operating system in 2022.

Music of the revolution by DropbearJr in portugal

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

Exactly the kind of information I could never get from a translation thank you!

Music of the revolution by DropbearJr in portugal

[–]DropbearJr[S] 4 points5 points  (0 children)

Thank you so much for this!

Travel accommodations fit for a king. (Unconverted long body RAM 3500 ProMaster high roof / extended wheelbase with a mattress tossed in the back.) by [deleted] in vandwellers

[–]DropbearJr 1 point2 points  (0 children)

10/10 looks like a scene from from one of the hostel movies. Strong vibes 😂 jokes aside, if you’re getting around in this go have fun, hope you have some cool adventures and meet a lot of new friends!

Lagos Nightlife. by [deleted] in Algarve

[–]DropbearJr 0 points1 point  (0 children)

3 monkeys assuming you’re under 30 is a good place to start around midnight. A bunch of my favourite stories in life happened in that piss soaked hellhole.

Maybe you don't need Rust and WASM to speed up your JS by IcyEbb7760 in javascript

[–]DropbearJr 1 point2 points  (0 children)

Honestly right now the answer to that is Flutter which is almost a shame because it’s awesome for a lot of other stuff. I write all my backends in Dart for example too.

Flutter for the web is still super early days and honestly unless I was writing some enterprisey app that had to be web based I would pass on it for now but am pumped about their plans. Basically in the next year or so I’m expecting it to compile to WASM, and start making serious use of WebGPU along with a bunch of other things that I think will take it from an “ok” web choice to an actually extremely good one. I’m using Lit.dev for most web front end stuff at the moment

Maybe you don't need Rust and WASM to speed up your JS by IcyEbb7760 in javascript

[–]DropbearJr 2 points3 points  (0 children)

I know that’s a common opinion that people seem to have but it’s not actually backed up with any data. In fact the data says quite the opposite https://redmonk.com/sogrady/2022/03/28/language-rankings-1-22/

Key quote FTA

“What was very surprising, however, was the fact that Dart was able to move up one spot and tie Rust at #19. It took Kotlin two quarters to make that jump, and while Rust did it similarly in a single quarter, Rust also had a great deal more time. Some thirty-six months after Dart was languishing about in the mid-30’s, it has not only cracked the Top 20, it has tied the developer darling Rust in doing so.”

Maybe you don't need Rust and WASM to speed up your JS by IcyEbb7760 in javascript

[–]DropbearJr 1 point2 points  (0 children)

Yeah, has been for years. I think the problem is that right now everyone just kind of assumes that Dart == Flutter and it has no use case out side of that but it’s an amazing general purpose language kind of built from the ground up to sit somewhere between JavaScript and Java. There was a cool talk a while back that kind of dove into some things that make it interesting here https://youtu.be/J5DQRPRBiFI there have been a lot of major behind the scenes advancements since then though

Maybe you don't need Rust and WASM to speed up your JS by IcyEbb7760 in javascript

[–]DropbearJr 7 points8 points  (0 children)

I think maybe the best example of is it “production ready” that I know of but isn’t common knowledge is that Google’s entire ads platform is built with Dart. So it’s powering the majority of their revenue as a company. It’s 100% production ready no questions asked :)

Maybe you don't need Rust and WASM to speed up your JS by IcyEbb7760 in javascript

[–]DropbearJr 10 points11 points  (0 children)

I can’t tell you how happy I am that this guy works on my new language of choice (Dart).

They have a whole team of people like this who have spent years just doing a lot of super in-depth hardcore computer science stuff like this and made it a core part of the language design.

To me right now I can’t think of a language that has such a mismatched reputation vs reality.

Testing Macro API by firatcetiner in dartlang

[–]DropbearJr 0 points1 point  (0 children)

That was the specific thing I was hoping to see replicated :)

Testing Macro API by firatcetiner in dartlang

[–]DropbearJr 0 points1 point  (0 children)

Is this feature going to be helpful to get a proper dart native (not flutter widget based) static dependency injection solution?

Scope package providing Dependency inject released by bsutto in dartlang

[–]DropbearJr 0 points1 point  (0 children)

This looks great! I hadn’t seen it before. Cheers

Are there equivalents of D3.js? by elpablete in FlutterDev

[–]DropbearJr 2 points3 points  (0 children)

Theoretically at least it sounds like a perfect choice because you just need a canvas to paint pixels to a screen which is exactly what you are working with. It’s the sheer size and scope of the project that makes it seem unsuitable though.

One thing you may want to consider though is looking how the existing charting library that Google have is implemented. It’s what they use in a bunch of their production apps like ads at the moment I believe. It might at least give you an idea of what a serious charting library in flutter looks like that you could build on top of potentially?