automatic fixes
This commit is contained in:
parent
d33cdfb275
commit
aa67607596
3 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
import 'package:dio/dio.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:libacflutter/Constants.dart';
|
||||
import 'package:ota_update/ota_update.dart';
|
||||
import 'package:pokedex/Consts.dart';
|
||||
import 'package:pokedex/Session.dart';
|
||||
|
||||
class UpdateCheck extends StatefulWidget {
|
||||
const UpdateCheck({super.key});
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() {
|
||||
return _UPDCheck();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue