Category : Flutter Desktop

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

DevToys A Swiss Army knife for developers. Introduction DevToys helps in daily tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tasks with your data. With Smart Detection, DevToys is able to detect the best tool that can treat the data you copied in the clipboard ..

Read more

DevToys Linux This is a W.I.P Flutter port of DevToys for Windows. Getting Started Building from source Clone the repo from GitHub git clone https://github.com/gumbarros/DevToysLinux Install Flutter Restore the dependencies and build the project flutter pub get flutter run Showcase Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..

Read more

Ubuntu Software Store An alternative software store for the Ubuntu Desktop made with Flutter. Goals  Great UX  Fast  Adaptive Layout  Snap support (https://github.com/canonical/snapd.dart)  install  search  remove  filter for sections  refresh  switch channels  manage permissions  list permissions  activate/deactive permissions  deb/rpm (packagekit) support (https://github.com/canonical/packagekit.dart)  install from file-explorer  list installed debs/rpms  remove  update all debs/rpms on the system ..

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

Flutter Folio A demo app showcasing how Flutter can deliver a great multi-platform experience, targeting iOS, Android, MacOS, Windows, Linux, and web. Built by gskinner in partnership with Google, Flutter Folio purposefully considers user expectations, input devices and idioms for each platform, ensuring it feels at home on every device. In addition to forking and reviewing the MIT ..

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

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

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

window_utils A new flutter plugin project. Remove MacOS title bar Example import ‘package:flutter/material.dart’; import ‘package:window_utils/window_utils.dart’; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State<MyApp> { @override void initState() { WidgetsBinding.instance.addPostFrameCallback( (_) => WindowUtils.hideTitleBar(), ); super.initState(); } @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, ..

Read more

Photo Search app This macOS application enables you to search Unsplash for photographs that interest you. To use it, you need to add an Access Key from Unsplash API to unsplash_access_key.dart. A quick tour of the code This Flutter project builds a desktop application. It utilises the following desktop specific plugins: file_chooser to enable the ..

Read more