bump: flutter_riverpod: ^2.6.1

This commit is contained in:
2024-11-03 15:41:51 +08:00
parent c6ced405ef
commit 7e1e96707c
4 changed files with 8 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ import 'dart:io';
import 'package:fluent_ui/fluent_ui.dart';
import 'package:flutter_acrylic/flutter_acrylic.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:freezed_annotation/freezed_annotation.dart';
import 'package:go_router/go_router.dart';
import 'package:hexcolor/hexcolor.dart';
@@ -51,7 +52,7 @@ class AppGlobalState with _$AppGlobalState {
}
@riverpod
GoRouter router(RouterRef ref) {
GoRouter router(Ref ref) {
return GoRouter(
routes: [
GoRoute(