Update LibAC version, add two new portfolio entries.

This commit is contained in:
zontreck 2024-06-07 17:12:36 -07:00
parent 043b06dedc
commit 6c066564b9
8 changed files with 45 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:footer/footer.dart';
import 'package:footer/footer_view.dart';
import 'package:libac_flutter/utils/Hashing.dart';
import 'package:libac_dart/utils/Hashing.dart';
import 'package:zontreck/Constants.dart';
import 'package:zontreck/Packets.dart';
import 'package:zontreck/Settings.dart';
@ -98,7 +98,8 @@ class RegisterAccountState extends State<RegisterAccountPage> {
children: [
settings.hasNoUsers
? ListTile(
title: const Text("There are no users on this grid."),
title: const Text(
"There are no users on this grid."),
tileColor: Constants.TITLEBAR_COLOR,
subtitle: Text(
"This account will be granted Level 240, and the User Title : ${UserTitles.OPERATOR.title}"),