mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
feature: HTPC mode startup argument (#358)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
a8795cf0c9
commit
69a5e3db7a
24 changed files with 416 additions and 151 deletions
5
lib/providers/arguments_provider.dart
Normal file
5
lib/providers/arguments_provider.dart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
import 'package:fladder/models/settings/arguments_model.dart';
|
||||
|
||||
final argumentsStateProvider = StateProvider<ArgumentsModel>((ref) => ArgumentsModel());
|
||||
Loading…
Add table
Add a link
Reference in a new issue