Skip to content

Commit 0ac1ded

Browse files
author
Patrick FINKELSTEIN
committed
modif to be able to publish the package
1 parent a6823b4 commit 0ac1ded

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

example/test/widget_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import 'package:flutter/material.dart';
99
import 'package:flutter_test/flutter_test.dart';
1010

11-
import 'package:example/main.dart';
1211

1312
void main() {
1413
testWidgets('Counter increments smoke test', (WidgetTester tester) async {

lib/API/Oauth.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ abstract class Auth {
106106
code = uri.queryParameters["code"];
107107
final error = uri.queryParameters["error"];
108108
request.response.close();
109-
print('---> code $code, error $error');
109+
globals.displayInfo('code $code, error $error');
110110

111111
closeWebView();
112112
server.close(force: true);

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: strava_flutter
22
description: Flutter/Dart code to access Strava v3 API
33
version: 1.0.1+2
4-
author: Patrick FINKELSTEIN
5-
homepage:
4+
author: Patrick FINKELSTEIN <[email protected]>
5+
homepage: https://github.com/BirdyF/strava_flutter
66

77
environment:
88
sdk: ">=2.0.0-dev.68.0 <3.0.0"
@@ -12,9 +12,9 @@ dependencies:
1212
sdk: flutter
1313

1414
http: ^0.12.0+1
15-
# url_launcher: ^5.0.0
16-
url_launcher:
17-
path: vendor/url_launcher
15+
url_launcher: ^5.0.0
16+
# url_launcher:
17+
# path: vendor/url_launcher
1818
shared_preferences: ^0.5.0
1919
path_provider: ^0.5.0+1
2020

0 commit comments

Comments
 (0)