mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-28 13:16:39 +00:00
add flutter example app test
This commit is contained in:
28
client/flutter_ui/pubspec.yaml
Normal file
28
client/flutter_ui/pubspec.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: netbird_flutter_ui
|
||||
description: Experimental Flutter desktop UI for NetBird.
|
||||
publish_to: none
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
fixnum: ^1.1.1
|
||||
grpc: ^5.1.0
|
||||
protobuf: ^6.0.0
|
||||
tray_manager: ^0.5.0
|
||||
window_manager: ^0.5.1
|
||||
local_notifier: ^0.1.6
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/tray/
|
||||
|
||||
Reference in New Issue
Block a user