File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.0
2
+ * Update packages
3
+
1
4
## 1.1.0
2
5
* Improve README.md
3
6
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class EmailJS {
54
54
validateParams (pubKey, serviceID, templateID);
55
55
56
56
final Map <String , dynamic > params = {
57
- 'lib_version' : '1.1 .0' ,
57
+ 'lib_version' : '1.2 .0' ,
58
58
'user_id' : pubKey,
59
59
'accessToken' : prKey,
60
60
'service_id' : serviceID,
Original file line number Diff line number Diff line change 1
1
name : emailjs
2
2
description : EmailJS helps sending emails directly from the Flutter app. No server is required.
3
- version : 1.1 .0
3
+ version : 1.2 .0
4
4
homepage : https://www.emailjs.com
5
5
repository : https://github.com/emailjs-com/emailjs-flutter
6
6
@@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- http : ^0.13.5
14
+ http : ^1.1.0
15
15
16
16
dev_dependencies :
17
17
flutter_test :
You can’t perform that action at this time.
0 commit comments