utilities/utilities
library
Functions
-
analysisOptionsContent({List<String> includes = const [], List<String> experiments = const [], List<String> legacyPlugins = const [], List<String> rules = const [], Map<String, Object?> errors = const {}, bool strictCasts = false, bool strictInference = false, bool strictRawTypes = false, List<String> unignorableNames = const []})
→ String
-
Returns the content for an analysis options file, specified appropriately
with the given parameter values.
-
pubspecYamlContent({String? name, String? sdkVersion, List<String> dependencies = const []})
→ String
-
Returns the content for a pubspec file, specified appropriately
with the given parameter values.