Skip to content

Commit 9ecff3f

Browse files
committed
Removing unnecessary files.
1 parent 3f6f086 commit 9ecff3f

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
#include "generated_plugin_registrant.h"
88

9-
#include <optimizely_flutter_sdk/optimizely_flutter_sdk_plugin_c_api.h>
109

1110
void RegisterPlugins(flutter::PluginRegistry* registry) {
12-
OptimizelyFlutterSdkPluginCApiRegisterWithRegistrar(
13-
registry->GetRegistrarForPlugin("OptimizelyFlutterSdkPluginCApi"));
1411
}

example/windows/flutter/generated_plugins.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44

55
list(APPEND FLUTTER_PLUGIN_LIST
6-
optimizely_flutter_sdk
76
)
87

98
list(APPEND FLUTTER_FFI_PLUGIN_LIST

pubspec.yaml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -19,60 +19,11 @@ dev_dependencies:
1919
flutter_lints: ^1.0.4
2020
collection: ^1.16.0
2121

22-
# For information on the generic Dart part of this file, see the
23-
# following page: https://dart.dev/tools/pub/pubspec
24-
25-
# The following section is specific to Flutter.
2622
flutter:
27-
# This section identifies this Flutter project as a plugin project.
28-
# The 'pluginClass' specifies the class (in Java, Swift, Objective-C, etc.)
29-
# which should be registered in the plugin registry. This is required for
30-
# using method channels.
31-
# The Android 'package' specifies package in which the registered class is.
32-
# This is required for using method channels on Android.
33-
# The 'ffiPlugin' specifies that native code should be built and bundled.
34-
# This is required for using `dart:ffi`.
35-
# All these are used by the tooling to maintain consistency when
36-
# adding or updating assets for this project.
3723
plugin:
3824
platforms:
3925
android:
4026
package: com.optimizely.optimizely_flutter_sdk
4127
pluginClass: OptimizelyFlutterSdkPlugin
4228
ios:
4329
pluginClass: OptimizelyFlutterSdkPlugin
44-
macos:
45-
pluginClass: OptimizelyFlutterSdkPlugin
46-
windows:
47-
pluginClass: OptimizelyFlutterSdkPluginCApi
48-
49-
# To add assets to your plugin package, add an assets section, like this:
50-
# assets:
51-
# - images/a_dot_burr.jpeg
52-
# - images/a_dot_ham.jpeg
53-
#
54-
# For details regarding assets in packages, see
55-
# https://flutter.dev/assets-and-images/#from-packages
56-
#
57-
# An image asset can refer to one or more resolution-specific "variants", see
58-
# https://flutter.dev/assets-and-images/#resolution-aware.
59-
60-
# To add custom fonts to your plugin package, add a fonts section here,
61-
# in this "flutter" section. Each entry in this list should have a
62-
# "family" key with the font family name, and a "fonts" key with a
63-
# list giving the asset and other descriptors for the font. For
64-
# example:
65-
# fonts:
66-
# - family: Schyler
67-
# fonts:
68-
# - asset: fonts/Schyler-Regular.ttf
69-
# - asset: fonts/Schyler-Italic.ttf
70-
# style: italic
71-
# - family: Trajan Pro
72-
# fonts:
73-
# - asset: fonts/TrajanPro.ttf
74-
# - asset: fonts/TrajanPro_Bold.ttf
75-
# weight: 700
76-
#
77-
# For details regarding fonts in packages, see
78-
# https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)