mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
Removed referemces to next_shell and removed some references image picker and removed a useless file
7 lines
268 B
Dart
7 lines
268 B
Dart
import 'package:flutter_form/utils/translation_service.dart';
|
|
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
|
|
/// Provides the [ShellTranslationService]
|
|
final translationServiceProvider =
|
|
Provider<TranslationService>((ref) => ShellTranslationService());
|