Connecting the Windows platform with the beautiful Dart language.

Related tags

UI win
Overview

This is project in a very experimental stage

Connecting the Windows platform with the beautiful Dart language. Can be used inside or without flutter application.

Features:

  • Not cross-platform. (Windows only)
  • Doesn't require c++ (everything is a Dart).

Goals:

Cover the range of low-level windows api by wrapping them in high-level wrappers.

Example

example description show
flutter_window_man The example demonstrates the functionality of Hwnd in flutter app
flutter_win_man.mp4
multi_instance_one_process.dart Multiple flutter instances in one process
multi_instance_one_thread.mp4
notepad_inside.dart Placing another program window into a Dart window
notepad_inside.mp4
simple.dart A simple example of a native window
simple.mp4
You might also like...

This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them.

This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them.

This Dart package offers developers a streamlined library of Flutter widgets, useful for expanding widgets and text views, when users interact with them.

Dec 6, 2022

A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter.

A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles with Flutter.

vector_tile_renderer A vector tile renderer for use in creating map tile images or writing to a canvas. Written in Dart to enable use of vector tiles

Oct 7, 2022

Implementation of the adwaita theme for flutter/dart

Implementation of the adwaita color scheme found in libadwaita. Inspired by the yaru theme for flutter. Usage import 'package:flutter/material.dart';

Oct 25, 2022

Emoji for Dart

Emojis 🔥 Emoji for Dart 🔥 Over 3300 Emojis This 📦 contain all 🆕 Unicode 13.1 Emojis ( 2️⃣ 0️⃣ 2️⃣ 1️⃣ ) 💪 supports null safety 💪 🛠️ Usage 0️⃣ I

Jan 1, 2023

A Dart package that detects credit card types based on their prefixes

A Dart package that detects credit card types based on their prefixes

credit_card_type_detector | Credit Card Type Detector A Dart package that detects credit card types based on the current credit card number patterns T

Jan 4, 2023

App that simulates an e-commerce of natural products with Flutter and Dart

App that simulates an e-commerce of natural products with Flutter and Dart

E-commerce Orgs App que simula um e-commerce de produtos naturais para o curso de navegação e rotas com nuvigator através do Flutter e Dart. 🔨 Funcio

Feb 18, 2022

Flutter + Dart (App development)

mi_card A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Dec 14, 2021

Flutter-business-card-app - Flutter + Dart business card mobile app

Flutter-business-card-app - Flutter + Dart business card mobile app

Dart + Flutter Business Card Mobile Application

Nov 8, 2022

Postgres-conector - A library for connecting to and querying PostgreSQL databases in Dart.

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them. Features TODO: List w

Nov 14, 2021

Dart package that converts number to words (English language)A Flutter/Dart package that converts number to words (English language)

flutter_number_to_words_english A Flutter/Dart package that converts number to words (English language) Flutter (Null Safety) Flutter (Channel stable,

Dec 9, 2022

WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.

WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.

WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking. A user can

Dec 28, 2022

An app for connecting dog owners with dog walkers

acumen_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Nov 9, 2021

This is the client application for connecting to cptserver

This is the client application for connecting to cptserver. CPT stands for Course Participation Tracker.

Nov 2, 2022

11t is an iOS and Android app for connecting to Mastodon, written in Flutter. 11t lets you use any Mastodon instance.

README 11t is an iOS and Android app for connecting to Mastodon, written in Flutter. I connect to Mastodon on mastodon.social, but everyone can start

Dec 23, 2022

Flutter blue plus - Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android and iOS

Flutter blue plus - Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android and iOS

Introduction FlutterBluePlus is a bluetooth plugin for Flutter, a new app SDK to

Dec 22, 2022

Flutter language pickers2 - Language pickers package for Dart and Flutter

Flutter language pickers2 - Language pickers package for Dart and Flutter

language_pickers2 Notes: Original repository from github.com/gomgom, unfortunate

Feb 6, 2022

FIDL(Flutter Interface Definition Language) is a language for transfer objects cross platforms.

FIDL(Flutter Interface Definition Language) is a language for transfer objects cross platforms.

Flutter Interface Definition Language (FIDL) README in English(TODO) FIDL 即 Flutter 接口定义语言,类似于AIDL(Android Interface Definition Language)。您可以利用它定义不同平台

Dec 7, 2022

Eflashcard - Ready to learn a new language? Try this flashcards app that will help you learn the different writing systems of each language

Eflashcard - Ready to learn a new language? Try this flashcards app that will help you learn the different writing systems of each language

Language Flashcards Mobile App Ready to learn a new language? Try this mobile fl

Jan 8, 2022
Comments
  • Catch wndproc in flutter app

    Catch wndproc in flutter app

    Subtasks:

    • [ ] Implementation real dragging in flutter_window_man

    Use case:

    class App extends StatelessWidget {
      @override
      Widget build(BuildContext context) {
        return WndProc(
          wndproc: (int hwnd, int msg, int wParam, int lParam) {
            switch (msg) {
              case WM_MOUSEMOVE:
                break;
    
              case WM_CLOSE:
                break;
    
              case WM_SIZE:
                break;
    
              case WM_FONTCHANGE:
                break;
    
              case WM_DPICHANGED:
                break;
            }
          }
        );
      }
    }
    
    need impl 
    opened by ilopX 0
Owner
ilopX
ilopX
Flutter Beautiful Login Page design and Animation - day 12

Flutter Beautiful Login Page design and Animation - day 12

Mohammad Rahmani 296 Jan 1, 2023
Flutter Beautiful Login Signup UI

Flutter Beautiful Login Signup UI

Mohamed Ben Halima 14 Oct 19, 2022
Build Beautiful UIs with Flutter Widgets

I learnt this following thing from this project How to create Stateless Widgets What is the difference between hot reload and hot refresh and running

Chitraarasu.k 2 Dec 31, 2021
LoginUIDesign is login beautiful module. login module segregate in different steps on bases of data required.

LoginUiDesign You can Install and test latest LoginUiDesign app from below ?? LoginUIDesign is login beautiful module. login module segregate in diffe

Deepak Sharma 2 Nov 22, 2021
Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.

flutter_quize A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

IQBAL HASAN 3 Aug 24, 2022
Beautiful Login Page In Flutter

Beautiful Login Page In Flutter Create a login and signup page in flutter. This amazing app is provided in open source. So, helpful contributions are

null 6 Sep 22, 2022
A simple flutter UI project showing viewer a beautiful UI about coffee

coffee This is a simple flutter UI project where i am showing viewer a beautiful UI about coffee. And also i am using modular way to create this proje

Sarwar Murshed Shatil 5 Dec 13, 2022
A cross platform GUI, soon to be the official GUI.

CCExtractor Flutter GUI The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcu

CCExtractor Development 16 Nov 19, 2022
Cross Platform Login UI design using Flutter.

Flutter Login UI It's a #SpeedCode tutorial for Flutter #Login #UI project with splash screen and multiple color support.

Flutter Tutorial 82 Dec 14, 2022
E-commerce fullstack cross-platform app

Glamor Ecommerce Project Glamor e-ticaret projesinin açık kaynak kodudur. Öğeyi getirme metodları (GET) /api/v1/product/all /api/v1/product/${prod

İsmail Ertuğlu 4 Nov 24, 2022