File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 0.0.1
2
-
3
- * Official EmailJS SDK for Flutter
1
+ ## 0.0.3
2
+ * re-format examples code
4
3
5
4
## 0.0.2
6
5
7
6
* Score fixes
8
7
* Added examples
9
8
* Dart formatter
9
+
10
+ ## 0.0.1
11
+
12
+ * Official EmailJS SDK for Flutter
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class EmailJS {
44
44
validateParams (pubKey, serviceID, templateID);
45
45
46
46
final Map <String , dynamic > params = {
47
- 'lib_version' : '0.0.2 ' ,
47
+ 'lib_version' : '0.0.3 ' ,
48
48
'user_id' : pubKey,
49
49
'service_id' : serviceID,
50
50
'template_id' : templateID,
Original file line number Diff line number Diff line change 1
1
name : emailjs
2
2
description : EmailJS helps sending emails using client side technologies only. No server is required.
3
- version : 0.0.2
3
+ version : 0.0.3
4
4
homepage : https://www.emailjs.com
5
5
repository : https://github.com/emailjs-com/emailjs-flutter
6
6
You can’t perform that action at this time.
0 commit comments