Skip to content

Commit edb94e0

Browse files
committed
chore: renamed the package
1 parent f5477fe commit edb94e0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

lib/src/email_sendgrid.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//
12
// ignore_for_file: lines_longer_than_80_chars
23

34
import 'package:core/core.dart';

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ environment:
77
sdk: ^3.8.0
88

99
dependencies:
10+
core:
11+
git:
12+
url: https://github.com/flutter-news-app-full-source-code/core.git
1013
dio: ^5.8.0+1
1114
email_client:
1215
git:
1316
url: https://github.com/flutter-news-app-full-source-code/email-client.git
1417
http_client:
1518
git:
1619
url: https://github.com/flutter-news-app-full-source-code/http-client.git
17-
core:
18-
git:
19-
url: https://github.com/flutter-news-app-full-source-code/core.git
2020
logging: ^1.3.0
2121

2222
dev_dependencies:

test/src/email_sendgrid_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// ignore_for_file: avoid_dynamic_calls, inference_failure_on_function_invocation
1+
// ignore: lines_longer_than_80_chars
2+
// ignore_for_file: avoid_dynamic_calls, inference_failure_on_function_invocation,
23

34
import 'package:core/core.dart';
45
import 'package:email_sendgrid/email_sendgrid.dart';

0 commit comments

Comments
 (0)