An open API service indexing awesome lists of open source software.

https://github.com/superlistapp/super_native_extensions

Native drag & drop, clipboard access and context menu.
https://github.com/superlistapp/super_native_extensions

Last synced: about 1 year ago
JSON representation

Native drag & drop, clipboard access and context menu.

Awesome Lists containing this project

README

          

# `super_native_extensions`

See individual packages for details:

- [super_clipboard](super_clipboard)
- [super_drag_and_drop](super_drag_and_drop)
- [super_context_menu](super_context_menu)
- [super_keyboard_layout](super_keyboard_layout)
- [super_hot_key](super_hot_key)

### Compiling locally

#### Prerequisites

`super_native_extensions` is using [melos](http://melos.invertase.dev):
```bash
flutter pub global activate melos
```

### Boostrapping

```bash
git clone https://github.com/superlistapp/super_native_extensions.git
cd super_native_extensions
melos bootstrap
```