Skip to content

Commit 4b25476

Browse files
committed
Update Parse SDK source and remove connectivity_plus plugin
Switched parse_server_sdk dependency to use a specific git repository and branch in pubspec.yaml files. Commented out parse_offline_extension and removed connectivity_plus plugin registration from Windows build files.
1 parent de1b270 commit 4b25476

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

packages/flutter/example/pubspec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
parse_offline_extension: ^1.0.0
15+
# parse_offline_extension: ^1.0.0
1616
parse_server_sdk: 9.0.0
17+
# parse_server_sdk:
18+
# git:
19+
# url: https://github.com/pastordee/Parse-SDK-Flutter.git
20+
# path: packages/dart
21+
# ref: pc_server
1722

1823
cupertino_icons: ^1.0.5
1924
path: ^1.8.2

packages/flutter/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 <connectivity_plus/connectivity_plus_windows_plugin.h>
109

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

packages/flutter/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-
connectivity_plus
76
)
87

98
list(APPEND FLUTTER_FFI_PLUGIN_LIST

packages/flutter/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ dependencies:
2727
sdk: flutter
2828

2929

30-
parse_offline_extension: ^1.0.0
31-
parse_server_sdk: 9.0.0
30+
# parse_offline_extension: ^1.0.0
31+
# parse_server_sdk: 9.0.0
3232

33-
# parse_server_sdk:
34-
# git:
35-
# url: https://github.com/pastordee/Parse-SDK-Flutter.git
36-
# path: packages/dart
37-
# ref: pc_server
33+
parse_server_sdk:
34+
git:
35+
url: https://github.com/pastordee/Parse-SDK-Flutter.git
36+
path: packages/dart
37+
ref: pc_server
3838

3939
# For local development, uncomment below and comment above
4040
# parse_server_sdk:

0 commit comments

Comments
 (0)