updated to latest flutter 3.24

dev_v3.13.6_PenguinIn
Haroon Amjad 4 weeks ago
parent 88940d2c54
commit 49c11537b3

1
.gitignore vendored

@ -31,6 +31,7 @@ pubspec.lock
.pub-cache/
.pub/
/build/
/ios/Frameworks/
# Web related
lib/generated_plugin_registrant.dart

@ -24,7 +24,7 @@ class PenguinMethodChannel {
"clientKey": "UGVuZ3VpbklOX1Blbk5hdl9QSUY=",
"mapBoxKey": "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg",
// "clinicID": details?.clinicId ?? "",
"clinicID": details?.clinicId ?? "",
"clinicID": details?.clinicId ?? "", // 46 ,49, 133
"patientID": details?.patientId ?? "",
"projectID": details?.projectId ?? "",
});

Loading…
Cancel
Save