Floflis / firstlogon-tour

Provide a first-logon tour/wizard for Ubuntu and other Linux distros. This is a Flutter native app (like Ubuntu's new Ubiquity installer). Feel free to use on your own distro: osname and logotype are dynamic!
MIT License
0 stars 0 forks source link

ping ubuntu-flutter-community #1

Open danimesq opened 1 year ago

danimesq commented 1 year ago

Hello @Feichtmeier and @bittin, would this app fit ubuntu-flutter-community? I would like to join.

danimesq commented 1 year ago

Yes, I'm open for moving firstlogon-tour from Floflis' org to ubuntu-flutter-community.

So whenever I need something Floflis-exclusive, I should fork it and merge upstream or not.

Feichtmeier commented 1 year ago

hello, there is this official ubuntu welcome repo now https://github.com/canonical/ubuntu-welcome But if your app fullfills other tasks I would recommend also to make use of yaru.dart and yaru_icons.dart :) eventually also yaru_widgets if needed if this is an active app sure we could take it into our orga Just some important notes:

danimesq commented 1 year ago

@Feichtmeier, some things have changed since your comment's time.

The app now supports other distros (as shown in README.md's new screenshots) and now run a custom backend for applying personalized settings according to the distro.

Ubuntu Ubuntu Linux Mint Linux Mint Ubuntu Cinnamon Ubuntu Cinnamon
Floflis Floflis

There's also some font size improvements.

I plan to make it a soft replacement to the ubuntu-welcome app, running on its place and later calling it on Ubuntu-based distros.

But the most important: the current release being worked on is r3, and I plan to introduce GNOME/Yaru design/widgets only at r4.

So, I don't feel me confident (despite the recent improvements) at the moment, until r4, to submit this app to your org. Although since now, you could add me to the org so I'll have the permission to move the repo once I feel it is ready (so no need to ping you twice).

danimesq commented 1 year ago

Offtopic: Feichmeier, are you aware about a flutter yaru widget that can replace Material's cards for imaged option choosing?

Kinda like seen here:

Insp

Update: Nevermind, I found it: https://ubuntu.github.io/yaru_widgets.dart/ (YaruSelectableContainer)