sharedPreferencesPackageRules top-level constant
Rules specific to the shared_preferences package.
Implementation
const Set<String> sharedPreferencesPackageRules = <String>{
'require_shared_prefs_prefix',
'prefer_shared_prefs_async_api',
'avoid_shared_prefs_in_isolate',
'avoid_prefs_for_large_data',
'prefer_typed_prefs_wrapper',
};