xbox_launcher icon indicating copy to clipboard operation
xbox_launcher copied to clipboard

Launcher with the Xbox Series X/S's dashboard to play Xbox Cloud Gaming (XCloud) games.

Results 15 xbox_launcher issues
Sort by recently updated
recently updated
newest added

The webview used is not longer getting the inputs from controller, just in the game screen but not in-game. ## Related Package used currently: [webview_windows](https://pub.dev/packages/webview_windows)

bug

Update the icons to use the Fluent UI System Icons instead of Segoe MDL2. Use the new ones in buttons, navigation bar, etc. ## References [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) [fluentui_system_icons](https://pub.dev/packages/fluentui_system_icons)

design

## Motivation The configuration file belongs to user, so each user have you own configuration preferences, but some parameters dont need to user-depend. For separation conserns, it will be created...

enhancement
cleanup

## Motivation On Xbox, when enter in a app or game, a splash-screen is brevely showned. ## Implementation Not every app have a splash-screen by default, just the games, so...

enhancement

## Motivation This is a frendely way to show the load progress and made the launcher opening more interactive. ## Description Is not know a desing for the splash screen,...

enhancement
design

This will make the focus system more accessible and be more effectively.

enhancement
good first issue

## Motivation This will make the code more cleaner. This is not priority. ## References - [super-parameters](https://dart.dev/guides/language/language-tour#super-parameters) - [Already implemented on project](https://github.com/LuanRoger/xbox_launcher/blob/focus_rework/lib/shared/widgets/buttons/system_text_box.dart)

cleanup
help wanted
hacktoberfest

Use HTTP request to get the recently added games to Game Pass in [Recently Added](https://www.xbox.com/play/gallery/recently-added) page. ## Requirements - The script will get the page's HTML and from there get...

enhancement
good first issue
tool

Large images than take too long to load is recomented to cache them. Use [cached_network_image](https://pub.dev/packages/cached_network_image) to do this work. ## To cache - [ ] Hero images when open any...

third-party