Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88717d5925 | ||
|
|
6cb86245cb | ||
|
|
8f393cd9c5 | ||
|
|
38d892d9a1 | ||
|
|
fb70b2be38 | ||
|
|
a5e368d983 | ||
|
|
de3fa0c71d | ||
|
|
cbece0e841 | ||
|
|
ac77f26eb2 | ||
|
|
52b4a9429b |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "filcnaplo_premium"]
|
[submodule "naplo-plus"]
|
||||||
path = filcnaplo_premium
|
path = filcnaplo_premium
|
||||||
url = git@github.com:refilc/naplo-plus.git
|
url = git@github.com:refilc/naplo-plus.git
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
|
|||||||
homepage: https://refilc.hu
|
homepage: https://refilc.hu
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 4.5.0+236
|
version: 4.5.1+238
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <3.0.0"
|
sdk: ">=2.17.0 <3.0.0"
|
||||||
|
|||||||
@@ -156,9 +156,8 @@ class SendRecipient {
|
|||||||
});
|
});
|
||||||
|
|
||||||
factory SendRecipient.fromJson(Map json, SendRecipientType type) {
|
factory SendRecipient.fromJson(Map json, SendRecipientType type) {
|
||||||
print(json);
|
|
||||||
return SendRecipient(
|
return SendRecipient(
|
||||||
id: int.parse(json['kretaAzonosito'] ?? '0'),
|
id: json['kretaAzonosito'] ?? 0,
|
||||||
kretaId: json['kretaAzonosito'],
|
kretaId: json['kretaAzonosito'],
|
||||||
name: json['nev'],
|
name: json['nev'],
|
||||||
type: type,
|
type: type,
|
||||||
|
|||||||
Submodule filcnaplo_premium updated: 078142a3dc...6c1cf5886e
Reference in New Issue
Block a user