@onepub

24 posts

@onepub banner
@onepub

@onepub

@onepubdev

The first and only private package repository designed for Flutter. One language. One repository. OnePub. #flutterdev #flutter

Katılım Mayıs 2022
38 Takip Edilen76 Takipçiler
@onepub
@onepub@onepubdev·
@airwallex apparently support is an optional extra. We have been unable to on board new customers (can't add credit cards) for a week and the response from airwallex has been anything but useful.
English
2
0
0
136
@onepub
@onepub@onepubdev·
Voting for the OnePub Dart Community Choice awards closes on the 12th of August so don't miss out on the chance to vote for your favorite Dart package and put them in the running for a $500 prize. Just by voting and leaving a review you go into the draw for a $100 prize.
English
1
0
0
294
@onepub retweetledi
@onepub
@onepub@onepubdev·
Just a reminder that Voting for that the OnePub Dart Community Choice is now open. The winner of the best Dart FOSS package wins $500. You can win $100 just by voting and leaving a review. onepub.dev/show/120014a1-…
English
1
1
0
278
@onepub
@onepub@onepubdev·
OnePub Dart Community Choice awards - $500 grand prize To the most loved Dart/Flutter package goes $500. Vote now to support your favorite package, leave a review and go into the draw for a $100 prize. onepub.dev/show/0095f0d6-…
English
1
0
0
102
@onepub
@onepub@onepubdev·
The Dart Side Blog by OnePub - FIDO and Flutter - passwordless sign-in with passkeys In the first of a multi-part series, we take a look at FIDO the new standard for passwordless authentication and how we integrate it into Flutter. onepub.dev/show/f01cf748-…
English
0
0
0
114
@onepub
@onepub@onepubdev·
The OnePub Dart Side Blog - When not to use Dart Records To provide a little balance to the conversation, we are going to have a look at when you shouldn’t use the Record type. onepub.dev/show/1dde0f86-…
English
0
0
0
334
@onepub
@onepub@onepubdev·
@mraleph @_incendial Using immutable memory reduced the cost from 5sec to 2ms. I assume the fix keeps the majority of those savings?
English
0
0
0
34
Slava Egorov
Slava Egorov@mraleph·
@_incendial The fix actually makes it a bit slower, but at least you don't need to copy if submessages are sharable, e.g. `List.unmodifiable(List.generate(1000, (i) => const X()))` will be sent without copying.
English
2
0
1
231
Slava Egorov
Slava Egorov@mraleph·
There is currently a bug in the fast-path of SendPort.send which allows you to create shared memory between isolates in the isolate group. 🤣
Slava Egorov tweet media
English
7
1
33
7.8K
@onepub
@onepub@onepubdev·
@mraleph @_incendial How much slower? My blog, which I believe resulted in this bug being surfaced, doesn't actually utilise the bug but does demonstrate how to pass GB chunks of data to an isolate with out jank. onepub.dev/Blog?id=xpxpsd…
English
1
0
0
31
@onepub
@onepub@onepubdev·
@_incendial @mraleph database caching. building a dart web server app which spreads requests across isolate needs to be able to share memory, otherwise the cache is useless as any writes are not synced across isolates. This is a major limitation for server side dart.
English
0
0
0
25
Dmitry Zhifarsky 💙
Dmitry Zhifarsky 💙@_incendial·
@mraleph I’m not sure that Dart in general needs this, but I know at least one (but specific) case when this is needed - analyzer plugins or in general plugins for static analysis. Sharing memory there can be very efficient.
English
3
0
0
206
@onepub
@onepub@onepubdev·
Receive notifications when a dart package is updated with OnePub watches.
English
0
0
1
0
@onepub
@onepub@onepubdev·
The team at OnePub has built all their dev/CI/CD infrastructure with Dart and the DCli pub.dev/packages/dcli package. Dart is a delight to work with on the CLI.
English
0
0
0
0