Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/limiters and profile refactor #231

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
add semver to profile
  • Loading branch information
tadelv committed Oct 11, 2024
commit 5e3016f2d9926ea55d2833da66b86fb71cf5df12
4 changes: 4 additions & 0 deletions lib/model/de1shotclasses.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class Uint8ListConverter implements JsonConverter<Uint8List, List<dynamic>> {

@JsonSerializable(explicitToJson: true)
class De1ShotProfile {

// Will this help us migrate to decent v2 json schema?
String? semanticVersion = "0.0.9";

bool isDefault = false;

String id = "";
Expand Down
2 changes: 2 additions & 0 deletions lib/model/de1shotclasses.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.