Update LibAC dependency
This commit is contained in:
parent
09c2a99cda
commit
ea01a8d1c4
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
|
||||||
|
|
||||||
class LibACFlutterConstants {
|
class LibACFlutterConstants {
|
||||||
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
|
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
|
||||||
static const VERSION = "1.0.052525+0051";
|
static const VERSION = "1.0.052725+1354";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A simple helper for obtaining the theme, and allowing toggle of the dark mode state
|
/// A simple helper for obtaining the theme, and allowing toggle of the dark mode state
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libacflutter
|
name: libacflutter
|
||||||
description: "LibAC flutter helper utilities."
|
description: "LibAC flutter helper utilities."
|
||||||
version: 1.0.052525+0051
|
version: 1.0.052725+1354
|
||||||
homepage: https://zontreck.com
|
homepage: https://zontreck.com
|
||||||
publish_to: https://git.zontreck.com/api/packages/Packages/pub
|
publish_to: https://git.zontreck.com/api/packages/Packages/pub
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
libac_dart:
|
libac_dart:
|
||||||
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
hosted: https://git.zontreck.com/api/packages/Packages/pub/
|
||||||
version: 1.4.052525+0002
|
version: 1.4.052725+1339
|
||||||
shared_preferences: ^2.5.3
|
shared_preferences: ^2.5.3
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue