mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
6 lines
230 B
Dart
6 lines
230 B
Dart
|
import 'package:flutter_form/next_shell/translation_service.dart';
|
||
|
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||
|
|
||
|
final translationServiceProvider =
|
||
|
Provider<TranslationService>((ref) => ShellTranslationService());
|