window_app 0.0.0 copy "window_app: ^0.0.0" to clipboard
window_app: ^0.0.0 copied to clipboard

A flutter library for make application more pretty window.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate window_app

Use it

The package has the following executables:

$ window_app

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add window_app

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  window_app: ^0.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:window_app/window_app.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A flutter library for make application more pretty window.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bitsdojo_window, flutter, galaxeus_lib, path, universal_io, yaml

More

Packages that depend on window_app