Category : Desktop

Ubuntu Desktop Provision Used by Ubuntu Desktop Installer Ubuntu Flavor Installer Ubuntu Core Desktop Init Ubuntu Welcome Configuration Supported formats: TOML (.conf) [bootstrap] pages = “locale,keyboard,source,storage” [init] pages = “timezone,identity” YAML (.yaml, .yml) bootstrap: pages: – locale – keyboard – source – storage init: pages: – timezone – identity Lookup order: /etc/ubuntu-provision.{conf,yaml,yml} (admin) /usr/local/share/ubuntu-provision.{conf,yaml,yml} (oem) /usr/share/ubuntu-provision.{conf,yaml,yml} (distro) <app>/data/flutter_assets/ubuntu-provision.{conf,yaml,yml} (app) Translations This project ..

Read more

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

Whatsapp bot flutter Whatsapp bot using whatsapp web scraping Getting Started We can use this library in Flutter as well as Pure dart projects , checkout dart example First launch will take some time it will download chromium files locally, using puppeteer for whatsapp web and scarping data Macos setup Enable outgoing and incoming connections for macos and ..

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

Routemaster Hello! Routemaster is an easy-to-use router for Flutter, which wraps over Navigator 2.0… and has a silly name. Features Simple declarative mapping from URLs to pages Easy-to-use API: just Routemaster.of(context).push(‘/page’) Really easy nested navigation support for tabs Multiple route maps: for example one for a logged in user, another for logged out Observers to easily listen ..

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

awesome-flutter-desktop A curated list of awesome things related to Flutter desktop. Table of Contents awesome-flutter-desktop Packages Open Source Apps Discussion Contribution Packages Name Repo Description battery_plus Flutter plugin for accessing information about the battery state(full, charging, discharging). biometric_storage Secure Storage: Encrypted data store optionally secured by biometric lock with support for iOS, Android, MacOS. Partial ..

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

My Flutter Desktop Challenges Show some and star the repo to support the project Challenges: Download Flutter desktop app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more