Skip to content

Commit

Permalink
refactor!: remove djangoflow_openapi dependency from social provider …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
adar2378 committed Oct 20, 2023
1 parent ca21ffe commit 178a6b7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
flutter:
sdk: flutter
djangoflow_auth: ^0.3.0+2
djangoflow_openapi: ^0.0.24
sign_in_with_apple: ^5.0.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:djangoflow_auth_apple/djangoflow_auth_apple.dart';
// ignore: depend_on_referenced_packages
import 'package:djangoflow_openapi/djangoflow_openapi.dart';
import 'package:flutter_test/flutter_test.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
flutter:
sdk: flutter
djangoflow_auth: ^0.3.0+2
djangoflow_openapi: ^0.0.24
oauth2_client: ^3.2.1
http: ^1.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
flutter:
sdk: flutter
djangoflow_auth: ^0.3.0+2
djangoflow_openapi: ^0.0.24
flutter_facebook_auth: ^6.0.1

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'dart:convert';

import 'package:djangoflow_auth/djangoflow_auth.dart';
import 'package:djangoflow_auth_facebook/djangoflow_auth_facebook.dart';
// ignore: depend_on_referenced_packages
import 'package:djangoflow_openapi/djangoflow_openapi.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/services.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
djangoflow_auth: ^0.3.0+2
djangoflow_openapi: ^0.0.24
# djangoflow_openapi: ^0.0.24
freezed_annotation: ^2.4.1
google_sign_in: ^6.1.4
google_sign_in_platform_interface: ^2.4.1
Expand Down

0 comments on commit 178a6b7

Please sign in to comment.