Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for color picker kit #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Flutter 应用内调试工具平台
PluginManager.instance // 注册插件
..register(WidgetInfoInspector())
..register(WidgetDetailInspector())
..register(ColorSucker())
..register(ColorPicker())
..register(AlignRuler())
..register(Performance())
..register(ShowCode())
Expand Down Expand Up @@ -109,7 +109,7 @@ showDialog(
<tr>
<td width="33.33%" align="center"><img src="./screenshots/widget_info.png" width="100%" alt="Widget 信息" /></br>Widget 信息</td>
<td width="33.33%" align="center"><img src="./screenshots/widget_detail.png" width="100%" alt="Widget 详情" /></br>Widget 详情</td>
<td width="33.33%" align="center"><img src="./screenshots/color_sucker.png" width="100%" alt="颜色吸管" /></br>颜色吸管</td>
<td width="33.33%" align="center"><img src="./screenshots/color_picker.png" width="100%" alt="颜色吸管" /></br>颜色吸管</td>
</tr>
<tr>
<td width="33.33%" align="center"><img src="./screenshots/align_ruler.png" width="100%" alt="对齐标尺" /></br>对齐标尺</td>
Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Visit [Develop plugin kits for UME](#develop-plugin-kits-for-ume) for more detai
PluginManager.instance // Register plugin kits
..register(WidgetInfoInspector())
..register(WidgetDetailInspector())
..register(ColorSucker())
..register(ColorPicker())
..register(AlignRuler())
..register(Performance())
..register(ShowCode())
Expand Down Expand Up @@ -109,7 +109,7 @@ There are 10 plugin kits built in the current open source version of UME.
<tr>
<td width="33.33%" align="center"><img src="./screenshots/widget_info.png" width="100%" alt="Widget Info" /></br>Widget Info</td>
<td width="33.33%" align="center"><img src="./screenshots/widget_detail.png" width="100%" alt="Widget Detail" /></br>Widget Detail</td>
<td width="33.33%" align="center"><img src="./screenshots/color_sucker.png" width="100%" alt="Color Sucker" /></br>Color Sucker</td>
<td width="33.33%" align="center"><img src="./screenshots/color_picker.png" width="100%" alt="Color Sucker" /></br>Color Sucker</td>
</tr>
<tr>
<td width="33.33%" align="center"><img src="./screenshots/align_ruler.png" width="100%" alt="Align Ruler" /></br>Align Ruler</td>
Expand Down
4 changes: 2 additions & 2 deletions custom_plugin_example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class _MyHomePageState extends State<MyHomePage> {
),
Text(
'$_counter',
style: Theme.of(context).textTheme.display1,
style: Theme.of(context).textTheme.headline4,
),
],
),
Expand All @@ -72,7 +72,7 @@ class _MyHomePageState extends State<MyHomePage> {
_hasTapped
? 'Open \nCustomLog \nto view log'
: 'Tap here 👉',
style: Theme.of(context).textTheme.display1,
style: Theme.of(context).textTheme.headline4,
),
SizedBox(width: 80)
])),
Expand Down
38 changes: 19 additions & 19 deletions custom_plugin_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -92,7 +92,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.2.0-dev.0"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -139,21 +139,21 @@ packages:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+2"
version: "2.0.2"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.1"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.5"
version: "2.0.3"
platform:
dependency: transitive
description:
Expand All @@ -167,7 +167,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.0.1"
process:
dependency: transitive
description:
Expand All @@ -181,49 +181,49 @@ packages:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.5"
version: "3.0.1"
shared_preferences:
dependency: transitive
description:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.12+4"
version: "2.0.6"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2+4"
version: "2.0.2"
shared_preferences_macos:
dependency: transitive
description:
name: shared_preferences_macos
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1+11"
version: "2.0.2"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
version: "2.0.0"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2+7"
version: "2.0.1"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2+3"
version: "2.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -235,7 +235,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -270,14 +270,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
tuple:
dependency: transitive
description:
name: tuple
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.0.0"
typed_data:
dependency: transitive
description:
Expand All @@ -298,7 +298,7 @@ packages:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.0"
version: "7.2.0"
win32:
dependency: transitive
description:
Expand All @@ -312,7 +312,7 @@ packages:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.2.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter: ">=2.0.0"
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void main() {
PluginManager.instance
..register(WidgetInfoInspector())
..register(WidgetDetailInspector())
..register(ColorSucker())
..register(ColorPicker())
..register(AlignRuler())
..register(Performance())
..register(ShowCode())
Expand Down
Loading