diff --git a/CHANGELOG.md b/CHANGELOG.md index 56815f3..4fc3ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## 4.18.0+2 +## 4.18.0+3 April 01, 2024 - New getters for App object: allowChangeTheme, allowChangeLocale, allowChangeUI, switchUI - if (widget.loadingScreen != null) { in app_statefulwidget.dart diff --git a/lib/model.dart b/lib/model.dart index 598d85c..a5416eb 100644 --- a/lib/model.dart +++ b/lib/model.dart @@ -6,20 +6,20 @@ // // -/// Material +// Material export 'package:flutter/material.dart' hide runApp; -/// Cupertino +// Cupertino export 'package:flutter/cupertino.dart' hide RefreshCallback, runApp; -/// file utils +// file utils export '/src/model/fileutils/files.dart'; -/// Install file +// Install file export '/src/model/fileutils/installfile.dart'; -/// Hash codes +// Hash codes export '/src/model/utils/hash.dart'; -/// Preferences +// Preferences export 'package:prefs/prefs.dart' show Prefs; diff --git a/lib/src/view/uxutils/controller.dart b/lib/src/view/uxutils/controller.dart index 7784c10..47dd75b 100644 --- a/lib/src/view/uxutils/controller.dart +++ b/lib/src/view/uxutils/controller.dart @@ -1,9 +1,9 @@ -/// Copyright 2019 Andrious Solutions Ltd. All rights reserved. -/// Use of this source code is governed by a 2-clause BSD License. -/// The main directory contains that LICENSE file. -/// -/// Created 05 Feb 2019 -/// -/// +// Copyright 2019 Andrious Solutions Ltd. All rights reserved. +// Use of this source code is governed by a 2-clause BSD License. +// The main directory contains that LICENSE file. +// +// Created 05 Feb 2019 +// +// // export '/src/view/uxutils/src/controller'; diff --git a/pubspec.yaml b/pubspec.yaml index d83ebf6..6bb562d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://www.andrioussolutions.com repository: https://github.com/AndriousSolutions/fluttery_framework issue_tracker: https://github.com/AndriousSolutions/fluttery_framework/issues?q=is%3Aissue+is%3Aopen -version: 4.18.0+2 +version: 4.18.0+3 environment: sdk: '>=2.19.0 <4.0.0'