File tree Expand file tree Collapse file tree 12 files changed +122
-28
lines changed
packages/tray_manager/example Expand file tree Collapse file tree 12 files changed +122
-28
lines changed Original file line number Diff line number Diff line change 1818 - run : |
1919 sudo apt-get update
2020 sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
21- sudo apt-get install -y keybinder-3.0
21+ sudo apt-get install -y keybinder-3.0 libayatana-appindicator3-dev
2222 - uses : bluefireteam/melos-action@v3
2323 - working-directory : ./packages/tray_manager/example
2424 run : |
Original file line number Diff line number Diff line change 1919<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2020<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2121
22- - [ tray_manager] ( #tray_manager )
23- - [ 平台支持] ( #平台支持 )
24- - [ 截图] ( #截图 )
25- - [ 快速开始] ( #快速开始 )
26- - [ 安装] ( #安装 )
27- - [ Linux requirements] ( #linux-requirements )
28- - [ 用法] ( #用法 )
29- - [ 监听事件] ( #监听事件 )
30- - [ 谁在用使用它?] ( #谁在用使用它 )
31- - [ API] ( #api )
32- - [ TrayManager] ( #traymanager )
33- - [ 许可证] ( #许可证 )
22+ - [ 平台支持] ( #%E5%B9%B3%E5%8F%B0%E6%94%AF%E6%8C%81 )
23+ - [ 截图] ( #%E6%88%AA%E5%9B%BE )
24+ - [ 已知问题] ( #%E5%B7%B2%E7%9F%A5%E9%97%AE%E9%A2%98 )
25+ - [ 与 app_links 不兼容] ( #%E4%B8%8E-app_links-%E4%B8%8D%E5%85%BC%E5%AE%B9 )
26+ - [ 快速开始] ( #%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B )
27+ - [ 安装] ( #%E5%AE%89%E8%A3%85 )
28+ - [ Linux requirements] ( #linux-requirements )
29+ - [ 用法] ( #%E7%94%A8%E6%B3%95 )
30+ - [ 监听事件] ( #%E7%9B%91%E5%90%AC%E4%BA%8B%E4%BB%B6 )
31+ - [ 谁在用使用它?] ( #%E8%B0%81%E5%9C%A8%E7%94%A8%E4%BD%BF%E7%94%A8%E5%AE%83 )
32+ - [ API] ( #api )
33+ - [ TrayManager] ( #traymanager )
34+ - [ 许可证] ( #%E8%AE%B8%E5%8F%AF%E8%AF%81 )
3435
3536<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3637
Original file line number Diff line number Diff line change @@ -19,18 +19,19 @@ English | [简体中文](./README-ZH.md)
1919<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2020<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2121
22- - [ tray_manager] ( #tray_manager )
23- - [ Platform Support] ( #platform-support )
24- - [ Screenshots] ( #screenshots )
25- - [ Quick Start] ( #quick-start )
26- - [ Installation] ( #installation )
27- - [ Linux requirements] ( #linux-requirements )
28- - [ Usage] ( #usage )
29- - [ Listening events] ( #listening-events )
30- - [ Who's using it?] ( #whos-using-it )
31- - [ API] ( #api )
32- - [ TrayManager] ( #traymanager )
33- - [ License] ( #license )
22+ - [ Platform Support] ( #platform-support )
23+ - [ Screenshots] ( #screenshots )
24+ - [ Known Issues] ( #known-issues )
25+ - [ Not Working with app_links] ( #not-working-with-app_links )
26+ - [ Quick Start] ( #quick-start )
27+ - [ Installation] ( #installation )
28+ - [ Linux requirements] ( #linux-requirements )
29+ - [ Usage] ( #usage )
30+ - [ Listening events] ( #listening-events )
31+ - [ Who's using it?] ( #whos-using-it )
32+ - [ API] ( #api )
33+ - [ TrayManager] ( #traymanager )
34+ - [ License] ( #license )
3435
3536<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3637
Original file line number Diff line number Diff line change 3232/build /
3333
3434# Web related
35- lib /generated_plugin_registrant.dart
3635
3736# Symbolication related
3837app. * .symbols
Original file line number Diff line number Diff line change 44# This file should be version controlled and should not be manually edited.
55
66version:
7- revision: f4abaa0735eba4dfd8f33f73363911d63931fe03
8- channel: stable
7+ revision: "dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668"
8+ channel: " stable"
99
1010project_type: app
11+
12+ # Tracks metadata for the flutter migrate command
13+ migration:
14+ platforms:
15+ - platform: root
16+ create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668
17+ base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668
18+ - platform: web
19+ create_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668
20+ base_revision: dec2ee5c1f98f8e84a7d5380c05eb8a3d0a81668
21+
22+ # User provided section
23+
24+ # List of Local paths (relative to this file) that should be
25+ # ignored by the migrate tool.
26+ #
27+ # Files that are not part of the templates will be ignored by default.
28+ unmanaged_files:
29+ - 'lib/main.dart'
30+ - 'ios/Runner.xcodeproj/project.pbxproj'
You can’t perform that action at this time.
0 commit comments