mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#157 opt.
This commit is contained in:
@@ -3,11 +3,10 @@ import 'package:flutter/material.dart';
|
||||
class AppProvider extends ChangeNotifier {
|
||||
int? _newestBuild;
|
||||
int? get newestBuild => _newestBuild;
|
||||
|
||||
bool moveBg = true;
|
||||
|
||||
void setNewestBuild(int build) {
|
||||
set newestBuild(int? build) {
|
||||
_newestBuild = build;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
bool moveBg = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user