updated dependencies, added devbox

This commit is contained in:
randogoth 2026-06-19 12:37:17 +03:00
parent dacfc1d059
commit e6b6f39641
13 changed files with 795 additions and 218 deletions

View file

@ -24,6 +24,8 @@ void main() async {
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return Consumer<AppSettings>(
@ -405,7 +407,7 @@ class _AppLauncherScreenState extends State<AppLauncherScreen> with WidgetsBindi
icon: SvgPicture.asset(
"assets/plasmoid.svg",
width: 30,
color: Color(0xff38818a),
colorFilter: const ColorFilter.mode(Color(0xff38818a), BlendMode.srcIn),
),
onSelected: (String value) async {
final settings = context.read<AppSettings>();