mirror of
https://github.com/foss42/apidash.git
synced 2025-06-29 12:26:41 +08:00
added: raw provider for beautify json
This commit is contained in:
5
lib/providers/raw_provider.dart
Normal file
5
lib/providers/raw_provider.dart
Normal file
@ -0,0 +1,5 @@
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
|
||||
final beautifyJsonProvider = StateProvider.autoDispose<String?>(
|
||||
(ref) => null,
|
||||
);
|
Reference in New Issue
Block a user