update
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:injector/injector.dart';
|
||||
import 'package:package_info_plus/package_info_plus.dart';
|
||||
import 'package:prosappco/components/general_drawer_item.dart';
|
||||
import 'package:prosappco/screens/web/web_view_screen.dart';
|
||||
import 'package:setting_repository/setting_repository.dart';
|
||||
@@ -25,6 +26,7 @@ class _ConfigurationAboutScreenState extends State<ConfigurationAboutScreen> {
|
||||
super.initState();
|
||||
|
||||
_loadSettings();
|
||||
|
||||
}
|
||||
|
||||
void _loadSettings() {
|
||||
@@ -43,6 +45,7 @@ class _ConfigurationAboutScreenState extends State<ConfigurationAboutScreen> {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
|
||||
Reference in New Issue
Block a user