diff --git a/.gitignore b/.gitignore index a8e938c..1eab1a2 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,6 @@ migrate_working_dir/ /build/ # Web related -lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols diff --git a/lib/business_logic/auth/oauth.dart b/lib/business_logic/auth/oauth.dart index 28b40c0..103cfc7 100644 --- a/lib/business_logic/auth/oauth.dart +++ b/lib/business_logic/auth/oauth.dart @@ -178,7 +178,6 @@ Future registerApp(String baseurl) async { headers: global.defaultHeaders, body: jsonEncode(params), ); - print(response.body); _app = App.fromJson(jsonDecode(response.body)); return response; } @@ -235,8 +234,6 @@ Future getToken( headers: global.defaultHeaders, body: args, ); - print(args); - print(response.body); if (response.statusCode == 200) { final dec = jsonDecode(response.body); return dec["access_token"]!; diff --git a/pubspec.lock b/pubspec.lock index 5d2979e..e95af36 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -14,7 +14,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.9.0" boolean_selector: dependency: transitive description: @@ -28,7 +28,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" charcode: dependency: transitive description: @@ -49,7 +49,7 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: @@ -84,7 +84,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" ffi: dependency: transitive description: @@ -202,28 +202,28 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.12" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" + version: "0.1.5" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" path_provider_linux: dependency: transitive description: @@ -266,13 +266,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.2.4" - routemaster: - dependency: "direct main" - description: - name: routemaster - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" shared_preferences: dependency: "direct main" description: @@ -314,9 +307,9 @@ packages: name: shared_preferences_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" shared_preferences_web: - dependency: "direct main" + dependency: transitive description: name: shared_preferences_web url: "https://pub.dartlang.org" @@ -347,7 +340,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.9.0" stack_trace: dependency: transitive description: @@ -368,21 +361,21 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.9" + version: "0.4.12" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0340658..45daccb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,9 +48,7 @@ dependencies: flutter_markdown: ^0.6.10+5 markdown: ^5.0.0 html2md: ^1.2.6 - routemaster: ^1.0.1 url_strategy: ^0.2.0 - shared_preferences_web: ^2.0.4 universal_html: ^2.0.8 universal_io: ^2.0.4