Skip to content

Commit

Permalink
[ Edit ] removed the server example currently
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Aug 7, 2023
1 parent 498df40 commit 4905602
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"webview_flutter_wkwebview","path":"C:\\\\Users\\\\Setup Game\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_wkwebview-3.7.2\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"webview_flutter_android","path":"C:\\\\Users\\\\Setup Game\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_android-3.9.2\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"webview_flutter","dependencies":["webview_flutter_android","webview_flutter_wkwebview"]},{"name":"webview_flutter_android","dependencies":[]},{"name":"webview_flutter_wkwebview","dependencies":[]}],"date_created":"2023-08-06 13:30:14.245104","version":"3.10.6"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"webview_flutter_wkwebview","path":"C:\\\\Users\\\\Setup Game\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_wkwebview-3.7.2\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"webview_flutter_android","path":"C:\\\\Users\\\\Setup Game\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\webview_flutter_android-3.9.2\\\\","native_build":true,"dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"webview_flutter","dependencies":["webview_flutter_android","webview_flutter_wkwebview"]},{"name":"webview_flutter_android","dependencies":[]},{"name":"webview_flutter_wkwebview","dependencies":[]}],"date_created":"2023-08-07 00:20:00.089831","version":"3.10.6"}
13 changes: 0 additions & 13 deletions server_example/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions server_example/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions server_example/analysis_options.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions server_example/pubspec.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions server_example/routes/index.dart

This file was deleted.

23 changes: 0 additions & 23 deletions server_example/test/routes/index_test.dart

This file was deleted.

4 changes: 2 additions & 2 deletions test/vars.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const pubKey = "pub_0e217f99-b81c-426e-afd8-0c7c16e7";
const priKey = "pri_bc461d7e-a29a-40e3-b9bd-55b44424";
final sandboxPriKey = "pub_sandbox_10277a4b-96a0-4d1a-b632-d9886";
final sandboxPubKey = "pri_sandbox_9f410153-b941-47f5-9154-c1981";
final sandboxPubKey = "pub_sandbox_10277a4b-96a0-4d1a-b632-d9886";
final sandboxPriKey = "pri_sandbox_9f410153-b941-47f5-9154-c1981";

0 comments on commit 4905602

Please sign in to comment.