Category : Desktop App

HiqRadio is a simple & powerful network radio, it is based on OpenRadio API, and it is a Flutter application/app. It supports the desktop platform: Windows/Linux/Mac, and the mobile platform: android/iOS, and is well-tested in Mac and Android. Mainly function stations cache/search play history/timer play record / favorite group/export / import driver mode system tray ..

Read more

Desktop automation tool including window, keyboard, and mouse manipulation. Getting started As of now the library works for Windows desktops. Usage There are different kind of managers that have specific use cases for automation / input manipulation. CursorManager() for mouse manipulation i.e. move, inputs, pixel color KeyboardManager() for keyboard manipulation i.e. sending and remapping keys WindowManager() for window ..

Read more

Drip (Still in development) A simple YouTube Music Client written in Dart using Flutter Framework with @microsoft Fluent design guidlines. Home Search Artist kinda Widget Mode What works now.. ? Search Artists Music Albums Community PLaylists Moods & Genre Playlists Features Related tracks when you play a track Youtube Music Home Page Gapless Playback Follows Fluent design ..

Read more

This is the standard Flutter template application, modified to run on desktop. The linux, macos, and windows directories serve as early prototypes of what will eventually become the flutter create templates for desktop, and will be evolving over time to better reflect that goal. Building and Running See the main project README. Dart Differences from Flutter Template The main.dart and pubspec.yaml have minor changes to support ..

Read more

An attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling. Getting started Example Usage and features Example Usage and features (from the example app) final controller = ScrollController(); … ImprovedScrolling( scrollController: controller, onScroll: (scrollOffset) => debugPrint( ‘Scroll offset: $scrollOffset’, ), onMMBScrollStateChanged: (scrolling) => debugPrint( ‘Is scrolling: $scrolling’, ..

Read more

GUI_AUTOMATION gui automation based on pyautogui python as backend and flutter desktop as frontend, drag and drop tool, no coding required. Install python dependencies that’s it, now you can try the app by running the executable file release/linux/automation. Check the example down below. Example It is tested on Linux based system Ubuntu 20.4the following sequence will ..

Read more

unofficial Ubuntu Desktop Settings App made with Flutter – WIP TODO  use real yaru icons – thanks to @Jupi007  improve layout  implement settings search  WIFI page  Network page  Bluetooth page  Wallpaper page  Appearance page  Notifications page  Search page  Apps page  Security page  Online Accounts page  Sharing page  Sound page – WIP  Energy page  Displays page ..

Read more

flutter_desktop_media_player A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..

Read more

Flokk A fresh and modern Google Contacts manager that integrates with GitHub and Twitter. Demo Builds Web: https://flokk.app Linux: https://snapcraft.io/flokk-contacts macOS: https://flokk.app/macos/Flokk_Contacts_v1.0.1.dmg Windows: https://flokk.app/windows/Flokk_Contacts_v1.0.1.zip Getting Set Up 1. Flutter Follow the install instructions here: https://flutter.dev/docs/get-started/install Desktop-specific info: https://flutter.dev/desktop, https://github.com/flutter/flutter/wiki/Desktop-shells Flokk was built on the bleeding edge of Flutter, so make sure to use the master branch in their git repo and checkout commit 9c3f0faa6d. We’re ..

Read more

kanban A flutter desktop UI implementation. Notes (Apply Caution) For some reason ReorderableListView has a Material Widget with a shadow i had to remove mine to make the UI cleaner the file is at: /flutter/packages/flutter/lib/src/material/reorderable_list.dart Download kanban desktop app source code on GitHub https://github.com/Zfinix/kanban FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more