Update LibAC dependency

This commit is contained in:
zontreck 2025-05-27 13:55:12 -07:00
parent 09c2a99cda
commit ea01a8d1c4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: