Skip to content

Commit

Permalink
feat!: Use the new API project with breaking changes (#200)
Browse files Browse the repository at this point in the history
* feat!: Use the new API project with breaking changes

* build(deps): Define server version
  • Loading branch information
taorepoara authored Sep 19, 2023
1 parent 2c8d0fd commit 2dcd706
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 9 deletions.
10 changes: 10 additions & 0 deletions client/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,22 @@
import FlutterMacOS
import Foundation

import catcher
import device_info_plus
import flutter_secure_storage_macos
import flutter_web_auth_2
import package_info_plus
import shared_preferences_foundation
import url_launcher_macos
import window_to_front

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
CatcherPlugin.register(with: registry.registrar(forPlugin: "CatcherPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
FlutterWebAuth2Plugin.register(with: registry.registrar(forPlugin: "FlutterWebAuth2Plugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowToFrontPlugin.register(with: registry.registrar(forPlugin: "WindowToFrontPlugin"))
}
153 changes: 149 additions & 4 deletions client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.2.1"
catcher:
dependency: transitive
description:
path: "."
ref: ae44d0bbce00c3801629b65f60783d15184a7f8f
resolved-ref: ae44d0bbce00c3801629b65f60783d15184a7f8f
url: "https://github.com/ThexXTURBOXx/catcher.git"
source: git
version: "0.8.0"
characters:
dependency: transitive
description:
Expand All @@ -101,8 +110,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.0-beta.44"
resolved-ref: "5a59ac19c0a4ef24354ca8ccfeed2992f4c2e5df"
ref: "v1.0.0-beta.45"
resolved-ref: "0b7891871299c854445b30c0dac78553ca6a3005"
url: "https://github.com/lenra-io/client-common.git"
source: git
version: "1.0.0"
Expand Down Expand Up @@ -178,6 +187,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
device_info_plus:
dependency: transitive
description:
name: device_info_plus
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
url: "https://pub.dev"
source: hosted
version: "9.0.3"
device_info_plus_platform_interface:
dependency: transitive
description:
name: device_info_plus_platform_interface
sha256: d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64
url: "https://pub.dev"
source: hosted
version: "7.0.0"
device_preview:
dependency: "direct main"
description:
Expand All @@ -186,6 +211,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.0"
dio:
dependency: transitive
description:
name: dio
sha256: ce75a1b40947fea0a0e16ce73337122a86762e38b982e1ccb909daa3b9bc4197
url: "https://pub.dev"
source: hosted
version: "5.3.2"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -236,6 +269,14 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_mailer:
dependency: transitive
description:
name: flutter_mailer
sha256: a935e9caa842877e8ed56109afb75b86e6488edbcd4696a5ac02b327a48fcd8a
url: "https://pub.dev"
source: hosted
version: "2.1.1"
flutter_markdown:
dependency: transitive
description:
Expand Down Expand Up @@ -297,11 +338,35 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_auth_2:
dependency: transitive
description:
name: flutter_web_auth_2
sha256: "0da41e631a368e02366fc1a9b79dd8da191e700a836878bc54466fff51c07df2"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
flutter_web_auth_2_platform_interface:
dependency: transitive
description:
name: flutter_web_auth_2_platform_interface
sha256: f6fa7059ff3428c19cd756c02fef8eb0147131c7e64591f9060c90b5ab84f094
url: "https://pub.dev"
source: hosted
version: "2.1.4"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
fluttertoast:
dependency: transitive
description:
name: fluttertoast
sha256: "474f7d506230897a3cd28c965ec21c5328ae5605fc9c400cd330e9e9d6ac175c"
url: "https://pub.dev"
source: hosted
version: "8.2.2"
freezed_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -403,8 +468,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.0-beta.118"
resolved-ref: "94daccb8fdd30dab015448c27df695e20f413640"
ref: "v1.0.0-beta.119"
resolved-ref: "7e58ebf60aa2a0d40dac5542528ffc0c91e916a1"
url: "https://github.com/lenra-io/lenra_ui_runner.git"
source: git
version: "0.0.0"
Expand All @@ -416,6 +481,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.0"
mailer:
dependency: transitive
description:
name: mailer
sha256: "57f6dd1496699999a7bfd0aa6be0645384f477f4823e16d4321c40a434346382"
url: "https://pub.dev"
source: hosted
version: "6.0.1"
markdown:
dependency: transitive
description:
Expand Down Expand Up @@ -448,6 +521,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.9.1"
mime:
dependency: transitive
description:
name: mime
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
url: "https://pub.dev"
source: hosted
version: "1.0.4"
mockito:
dependency: transitive
description:
Expand All @@ -464,6 +545,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
oauth2_client:
dependency: transitive
description:
name: oauth2_client
sha256: "7d53b2a9eec4c1cbfddfd0a69dd0b6e8db73e6f75e4fb910c8070ac6513ae544"
url: "https://pub.dev"
source: hosted
version: "3.2.0"
package_config:
dependency: transitive
description:
Expand All @@ -472,6 +561,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.0"
package_info_plus:
dependency: transitive
description:
name: package_info_plus
sha256: "6ff267fcd9d48cb61c8df74a82680e8b82e940231bb5f68356672fde0397334a"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
sha256: "9bc8ba46813a4cc42c66ab781470711781940780fd8beddd0c3da62506d3a6c6"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -560,6 +665,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
random_string:
dependency: transitive
description:
name: random_string
sha256: "03b52435aae8cbdd1056cf91bfc5bf845e9706724dd35ae2e99fa14a1ef79d02"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
sentry:
dependency: transitive
description:
name: sentry
sha256: "830667eadc0398fea3a3424ed1b74568e2db603a42758d0922e2f2974ce55a60"
url: "https://pub.dev"
source: hosted
version: "7.10.1"
shared_preferences:
dependency: transitive
description:
Expand Down Expand Up @@ -773,6 +894,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.2.0"
uuid:
dependency: transitive
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
url: "https://pub.dev"
source: hosted
version: "3.0.7"
vector_math:
dependency: transitive
description:
Expand All @@ -797,6 +926,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "5.0.6"
win32_registry:
dependency: transitive
description:
name: win32_registry
sha256: e4506d60b7244251bc59df15656a3093501c37fb5af02105a944d73eb95be4c9
url: "https://pub.dev"
source: hosted
version: "1.1.1"
window_to_front:
dependency: transitive
description:
name: window_to_front
sha256: "7aef379752b7190c10479e12b5fd7c0b9d92adc96817d9e96c59937929512aee"
url: "https://pub.dev"
source: hosted
version: "0.0.3"
xdg_directories:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ dependencies:
client_common:
git:
url: https://github.com/lenra-io/client-common.git
ref: v1.0.0-beta.44
ref: v1.0.0-beta.45
lenra_ui_runner:
git:
url: https://github.com/lenra-io/lenra_ui_runner.git
ref: v1.0.0-beta.118
ref: v1.0.0-beta.119
url_launcher: ^6.1.11
dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defmodule DevTool.MixProject do
{:cors_plug, "~> 3.0"},
{:application_runner,
git: "https://github.com/lenra-io/server.git",
ref: "v1.0.0-beta.161",
ref: "v1.0.0-beta.163",
subdir: "libs/application_runner",
submodules: true},
{:distillery, "~> 2.1"}
Expand Down
4 changes: 2 additions & 2 deletions server/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"application_runner": {:git, "https://github.com/lenra-io/server.git", "174a93159ceadabdf2fced86d59a00a306d8dd1e", [ref: "v1.0.0-beta.161", subdir: "libs/application_runner", submodules: true]},
"application_runner": {:git, "https://github.com/lenra-io/server.git", "37cd7383d802234504f4fdb20ddc5c3ba1e07313", [ref: "v1.0.0-beta.163", subdir: "libs/application_runner", submodules: true]},
"artificery": {:hex, :artificery, "0.4.3", "0bc4260f988dcb9dda4b23f9fc3c6c8b99a6220a331534fdf5bf2fd0d4333b02", [:mix], [], "hexpm", "12e95333a30e20884e937abdbefa3e7f5e05609c2ba8cf37b33f000b9ffc0504"},
"bunt": {:hex, :bunt, "0.2.1", "e2d4792f7bc0ced7583ab54922808919518d0e57ee162901a16a1b6664ef3b14", [:mix], [], "hexpm", "a330bfb4245239787b15005e66ae6845c9cd524a288f0d141c148b02603777a5"},
"bypass": {:hex, :bypass, "2.1.0", "909782781bf8e20ee86a9cabde36b259d44af8b9f38756173e8f5e2e1fabb9b1", [:mix], [{:plug, "~> 1.7", [hex: :plug, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.0", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:ranch, "~> 1.3", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "d9b5df8fa5b7a6efa08384e9bbecfe4ce61c77d28a4282f79e02f1ef78d96b80"},
Expand All @@ -19,7 +19,7 @@
"ecto": {:hex, :ecto, "3.9.6", "2f420c173efcb2e22fa4f8fc41e75e02b3c5bd4cffef12085cae5418c12e530d", [:mix], [{:decimal, "~> 1.6 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "df17bc06ba6f78a7b764e4a14ef877fe5f4499332c5a105ace11fe7013b72c84"},
"ecto_sql": {:hex, :ecto_sql, "3.9.2", "34227501abe92dba10d9c3495ab6770e75e79b836d114c41108a4bf2ce200ad5", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.9.2", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.6.0", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.16.0 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "1eb5eeb4358fdbcd42eac11c1fbd87e3affd7904e639d77903c1358b2abd3f70"},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"ex_component_schema": {:git, "https://github.com/lenra-io/ex_component_schema", "3b8d70d1f2ede5973c7875e6681fb9993f861826", [ref: "v1.0.0-beta.5"]},
"ex_component_schema": {:git, "https://github.com/lenra-io/ex_component_schema", "374b17c0aea3e88cce4f0c9bcf3f17184bd9da30", [ref: "v1.0.0-beta.6"]},
"excoveralls": {:hex, :excoveralls, "0.16.1", "0bd42ed05c7d2f4d180331a20113ec537be509da31fed5c8f7047ce59ee5a7c5", [:mix], [{:hackney, "~> 1.16", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "dae763468e2008cf7075a64cb1249c97cb4bc71e236c5c2b5e5cdf1cfa2bf138"},
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
"finch": {:hex, :finch, "0.14.0", "619bfdee18fc135190bf590356c4bf5d5f71f916adb12aec94caa3fa9267a4bc", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: false]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.3", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 0.2.6", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "5459acaf18c4fdb47a8c22fb3baff5d8173106217c8e56c5ba0b93e66501a8dd"},
Expand Down

0 comments on commit 2dcd706

Please sign in to comment.