updated dependencies, added devbox
This commit is contained in:
parent
dacfc1d059
commit
e6b6f39641
13 changed files with 795 additions and 218 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue