added back premium check
This commit is contained in:
@@ -728,12 +728,12 @@ class GradesPageState extends State<GradesPage> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (!Provider.of<PlusProvider>(context, listen: false)
|
if (!Provider.of<PlusProvider>(context, listen: false)
|
||||||
// .hasScope(PremiumScopes.gradeExporting)) {
|
.hasScope(PremiumScopes.gradeExporting)) {
|
||||||
// PlusLockedFeaturePopup.show(
|
PlusLockedFeaturePopup.show(
|
||||||
// context: context, feature: PremiumFeature.gradeExporting);
|
context: context, feature: PremiumFeature.gradeExporting);
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// show file picker
|
// show file picker
|
||||||
FilePicker.platform.pickFiles(
|
FilePicker.platform.pickFiles(
|
||||||
@@ -750,10 +750,6 @@ class GradesPageState extends State<GradesPage> {
|
|||||||
|
|
||||||
generateTiles();
|
generateTiles();
|
||||||
setState(() {});
|
setState(() {});
|
||||||
|
|
||||||
print(content);
|
|
||||||
print(json);
|
|
||||||
print(jsonGrades.map((e) => e.json));
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Submodule refilc_plus updated: ac93b31cbc...c01a0249b9
Reference in New Issue
Block a user