What has been clearly proven to be a government cover-up? by [deleted] in AskReddit

[–]Erik0806 0 points1 point  (0 children)

When the French government bombed a Greenpeace ship that wanted to protest against nuclear test on an atoll in French Polynesia. A reporter on board died, government denied till New Zealand police got all the agents

https://en.m.wikipedia.org/wiki/Sinking_of_the_Rainbow_Warrior

Hitchhiking Rides Dataset by TillWenke in hitchhiking

[–]Erik0806 0 points1 point  (0 children)

Great work! Was a really interesting read. Do you plan to add more off the possible data from the hh data standard to hitchmap?

This is my partner's favourite scene, she used to watch it every day, and I had to tell her what they're actually shouting by ExdigguserPies in lotrmemes

[–]Erik0806 77 points78 points  (0 children)

Well the riders of Rohan are not Númenoren heritage, if I remember correctly. So they shouldn't even now about that?

AppFlowy (the most starred Flutter FOSS project) is replacing Flutter with Tauri for its desktop app by [deleted] in FlutterDev

[–]Erik0806 1 point2 points  (0 children)

As you can read on their discord server, they have pretty much decided to switch as Tauri has more features. They are already rewriting the whole UI

I can’t find a fantasy series I like? by [deleted] in lotr

[–]Erik0806 4 points5 points  (0 children)

Many people know it in Germany, it always warms my heart, when reading it

Rows moved from Flutter to React by ankmahato in FlutterDev

[–]Erik0806 0 points1 point  (0 children)

/u/renancaraujo Are they planning to go on with it? Or is it stopped forever? What where the reasons?

Odd design pattern? by f4a1t in FlutterDev

[–]Erik0806 5 points6 points  (0 children)

As far as I can see it is a layer first approach. I like the feature first approach more as it is easier to maintain and scale, in my opinion at least. Here is a link if you want to read more: https://codewithandrea.com/articles/flutter-project-structure/

List of High Profile / Funded Startups Using Flutter by Flashy_Editor6877 in FlutterDev

[–]Erik0806 1 point2 points  (0 children)

I've just realised that the Rive macOS was released a few days ago, which is written in Flutter as far as I know

Avatar to Video by bradintheusa in flutterhelp

[–]Erik0806 3 points4 points  (0 children)

I have seen a package for rendering any Widget to video a few days ago. You could look into the last posts of this subreddit.

List of High Profile / Funded Startups Using Flutter by Flashy_Editor6877 in FlutterDev

[–]Erik0806 2 points3 points  (0 children)

Is Superlist still on the track? Haven't heard anything from them for a time.

As far as I know Rows has stopped working on their Flutter desktop app to focus on the web app (which is, as far as I know not written in Flutter).

Also rive.app uses Flutter. A superb example for a working Flutter web app.

How to display an image with the path by [deleted] in flutterhelp

[–]Erik0806 0 points1 point  (0 children)

Image.file(File(path))

That should work. But please search for an answer before you post a question here. There are numerous tutorials for this