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

Example cleanup: delete unsupported build targets & a broken menu item. #964

Merged
merged 1 commit into from
Jun 25, 2024
Merged
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
5 changes: 0 additions & 5 deletions example/lib/menu_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ class _MenuScreenState extends State<MenuScreen> {
route: '/orientation',
description: 'test orientation change',
),
_MenuListItem(
description: 'Unity native activity demo',
route: '/activity',
title: 'Native Activity Demo ',
),
];

@override
Expand Down
1 change: 0 additions & 1 deletion example/linux/.gitignore

This file was deleted.

116 changes: 0 additions & 116 deletions example/linux/CMakeLists.txt

This file was deleted.

87 changes: 0 additions & 87 deletions example/linux/flutter/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions example/linux/flutter/generated_plugin_registrant.cc

This file was deleted.

15 changes: 0 additions & 15 deletions example/linux/flutter/generated_plugin_registrant.h

This file was deleted.

23 changes: 0 additions & 23 deletions example/linux/flutter/generated_plugins.cmake

This file was deleted.

6 changes: 0 additions & 6 deletions example/linux/main.cc

This file was deleted.

104 changes: 0 additions & 104 deletions example/linux/my_application.cc

This file was deleted.

Loading
Loading