import 'package:flutter_riverpod/flutter_riverpod.dart'; final beautifyJsonProvider = StateProvider.autoDispose( (ref) => null, );