Minor cleanup

This commit is contained in:
Varakh 2022-01-22 09:51:15 +01:00
parent 2b1d8939d2
commit 3c06e3b29f
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# CHANGELOG # CHANGELOG
## 1.4.2+15 - UNRELEASED ## 1.4.2+15 - UNRELEASED
* ... * Minor cleanup
## 1.4.1+14 ## 1.4.1+14
* Fixed opening links * Fixed opening links

View file

@ -27,6 +27,3 @@ const Color whiteColor = Colors.white;
const Color redColor = Colors.red; const Color redColor = Colors.red;
const Color orangeColor = Colors.orange; const Color orangeColor = Colors.orange;
const Color greenColor = Colors.green; const Color greenColor = Colors.green;
/// Theme
const Brightness appBarBrightness = Brightness.dark;

View file

@ -802,7 +802,7 @@ packages:
name: url_launcher_macos name: url_launcher_macos
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.2" version: "2.0.3"
url_launcher_platform_interface: url_launcher_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -858,7 +858,7 @@ packages:
name: win32 name: win32
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.3.6" version: "2.3.8"
xdg_directories: xdg_directories:
dependency: transitive dependency: transitive
description: description: