Minor cleanup
This commit is contained in:
parent
2b1d8939d2
commit
3c06e3b29f
3 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 1.4.2+15 - UNRELEASED
|
||||
* ...
|
||||
* Minor cleanup
|
||||
|
||||
## 1.4.1+14
|
||||
* Fixed opening links
|
||||
|
|
|
@ -27,6 +27,3 @@ const Color whiteColor = Colors.white;
|
|||
const Color redColor = Colors.red;
|
||||
const Color orangeColor = Colors.orange;
|
||||
const Color greenColor = Colors.green;
|
||||
|
||||
/// Theme
|
||||
const Brightness appBarBrightness = Brightness.dark;
|
||||
|
|
|
@ -802,7 +802,7 @@ packages:
|
|||
name: url_launcher_macos
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.2"
|
||||
version: "2.0.3"
|
||||
url_launcher_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -858,7 +858,7 @@ packages:
|
|||
name: win32
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.3.6"
|
||||
version: "2.3.8"
|
||||
xdg_directories:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue