101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

487
active users

#flutter

1 post1 participant0 posts today

New #WasmAssembly podcast 🎙️ episode! Dart, Flutter, and WasmGC:

🍿 youtube.com/watch?v=vgOABOvtBT
🎧 wasmassembly.libsyn.com/dart-f

🚀 In this episode of WasmAssembly, I chat with Ömer Ağacan & Martin Kustermann from the Dart team at Google about #Dart, #Flutter, #WasmGC, dart2wasm vs dart2js, Jaspr, and the future of #WebAssembly—both in and beyond the browser. A must-listen for #Wasm nerds!

Partager ses expériences nous semble précieux ! 💎

C'est pourquoi nous partageons cette semaine notre retour d'expérience dans le développement de l'application mobile de #PeerTube.

Aujourd'hui, nous diffusons le deuxième et dernier article sur le sujet ! Vous y retrouverez, notamment, les étapes qui nous on fait suer pour réussir à publier l'application sur l'AppStore ! 🥵

👉 framablog.org/2025/06/13/devel

Framablog · Développement d’application en Flutter : retours d’expérience (2/2)
More from Framasoft

Sharing our experiences is important to us! 💎

That's why this week, we're telling you about our experience developing the #PeerTube mobile app.

Today, we published our second and final blog post on the subject! By reading it, you'll discover the steps that made us sweat when trying to publish the app on the Apple Store. 🥵

👉 joinpeertube.org/news/flutter-

JoinPeerTube · Flutter application development: feedback (2/2) | JoinPeerTubeApplication development in Flutter: Publishing to application stores (2/2) Publishing a video streaming application from the Fediverse on various appl...

Added a few more things since the last post:

– Basic search that uses only the main search field as of now, doesn't support any of the other search options/filters.

– Collections are listed below the search form and can be opened from there. Might move them somewhere else in the future but since they're basically just saved searches I think it's a good fit for now.

– Label suggestions/auto completion.

– Share button for articles (can't demonstrate that in the screen recording because Android shows private contacts there).

– Save reading progress and jump/scroll back to where you left when opening an article again. Reading progress is also shown in the bookmark lists below the title.

Some of the stuff is a bit glitchy, e.g. after reading an article for a bit you gotta reload the article list to get the progress bar updated. That's because no article data is stored on device as of now, all changes are directly sent to the Readeck API so in some views it needs to re-fetch the changes from the API to make them visible. Downloading/synchronization for offline reading will be the next big thing to work on and should fix these problems.

BTW if anyone's interested in an APK for testing (it's very usable already, in fact I use it all day) let me know. I haven't offered one before because I personally wouldn't install an APK from a random weirdo on social media, but if you're desperate or just don't care I can upload one somewhere. ;) Or you can just fetch the source and build an APK yourself if you got Flutter and all that Android stuff set up. Either way I'd be happy to get some feedback from testers.

@readeck

Pretty happy with how smooth everything is, but that's 100% thanks to @readeck being so incredibly fast, you really don't notice it's fetching all that stuff live from the API. Next up gotta add caching/downloading bookmarks for offline reading, labels, archiving and all that stuff. Again I spent most of the time today trying to make the material thingy less ugly instead of adding useful stuff, eventually ended up just adding some 3rd party theme library as dependency to take care of it. Also cleaned up the code a bit now that I understand Dart a bit better (still not a fan though), then noticed I'm operating on some bleeding edge development branch of Flutter and spent some time trying to downgrade to stable. Will make the code public sometime soon once I consider it not too embarrassing.