release: v3.0.0 stable with Extension System

This commit is contained in:
zarzet
2026-01-14 01:57:30 +07:00
parent 9346f2d149
commit 4091a9c499
6 changed files with 1245 additions and 254 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '3.0.0-beta.2';
static const String buildNumber = '56';
static const String version = '3.0.0';
static const String buildNumber = '57';
static const String fullVersion = '$version+$buildNumber';