Skip to content

Commit

Permalink
modif to be able to publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick FINKELSTEIN committed Mar 5, 2019
1 parent a6823b4 commit 0ac1ded
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion example/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:example/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down
2 changes: 1 addition & 1 deletion lib/API/Oauth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ abstract class Auth {
code = uri.queryParameters["code"];
final error = uri.queryParameters["error"];
request.response.close();
print('---> code $code, error $error');
globals.displayInfo('code $code, error $error');

closeWebView();
server.close(force: true);
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: strava_flutter
description: Flutter/Dart code to access Strava v3 API
version: 1.0.1+2
author: Patrick FINKELSTEIN
homepage:
author: Patrick FINKELSTEIN <[email protected]>
homepage: https://github.com/BirdyF/strava_flutter

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
Expand All @@ -12,9 +12,9 @@ dependencies:
sdk: flutter

http: ^0.12.0+1
# url_launcher: ^5.0.0
url_launcher:
path: vendor/url_launcher
url_launcher: ^5.0.0
# url_launcher:
# path: vendor/url_launcher
shared_preferences: ^0.5.0
path_provider: ^0.5.0+1

Expand Down

0 comments on commit 0ac1ded

Please sign in to comment.