act_like_desktop 0.0.2 copy "act_like_desktop: ^0.0.2" to clipboard
act_like_desktop: ^0.0.2 copied to clipboard

Make widgets act more like desktop, not mobile or web environment.

act_like_desktop #

  • Chinese

Make widgets act more like desktop, not mobile or web environment.

Introduction #

The package is recommended used for Flutter desktop, to solve the problem that there isn't enough support for desktop widgets yet. So I do some work to make it act like desktop according to the usage habits of desktop environment.

Example #

example

Finished: #

  • DraggablePanel, allows adjusting widget size by dragging the edge
  • TabPanel, a tab panel with draggable tabs

Todo List: #

A lot... Other widgets will come up as I keep working with Flutter desktop. Of course, pull requests are welcomed.

Usage #

Clone the repository, and add the code into pubspec.yaml:

dependencies:
  act_like_desktop:
    path: ../act_like_desktop

Or:

dependencies:
  act_like_desktop: ^0.0.2
3
likes
40
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Make widgets act more like desktop, not mobile or web environment.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on act_like_desktop