https://github.com/sephiroth74/macos_ui_widgets
Collection of extra widgets for flutter/macos
https://github.com/sephiroth74/macos_ui_widgets
Last synced: 10 months ago
JSON representation
Collection of extra widgets for flutter/macos
- Host: GitHub
- URL: https://github.com/sephiroth74/macos_ui_widgets
- Owner: sephiroth74
- License: mit
- Created: 2024-10-27T08:13:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:17:54.000Z (about 1 year ago)
- Last Synced: 2025-01-27T23:39:23.431Z (12 months ago)
- Language: Dart
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# macos_ui_widgets
Collection of extra widgets for macos, based on the macos_ui library.
[](https://pub.dev/packages/macos_ui_widgets)
## Features
List of available widgets:
* **MacosTabView2**
* **MacosPopupButton2**
* **MacosPulldownButton2**
## Installation
```
flutter pub add macos_ui_widgets
```
## Usage
See the `/example` folder for more examples.