# fluttertpc_super_native_extensions **Repository Path**: openharmony-sig/fluttertpc_super_native_extensions ## Basic Information - **Project Name**: fluttertpc_super_native_extensions - **Description**: 实现flutter控件拖拽功能。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: https://gitee.com/openharmony-sig/fluttertpc_super_native_extensions - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-12-17 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [fluttertpc_super_native_extensions](https://gitcode.com/openharmony-sig/fluttertpc_super_native_extensions)。| ⚠️ This repository has been archived. For the new address, please visit [fluttertpc_super_native_extensions](https://gitcode.com/openharmony-sig/fluttertpc_super_native_extensions).** > --- > # `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 ```