Open
Description
This tracker is for issues related to:
- Dart analyzer and linter
Clicking on quick fix then move to file only moves the required imports but doesn't move part 'application_support_directory_provider.g.dart'
Of which the imports and part looks like after moving file (the image has part
added manually):
Current behaviour:
import 'dart:io';
import 'package:riverpod_annotation/riverpod_annotation.dart';
Expected behaviour:
import 'dart:io';
import 'package:riverpod_annotation/riverpod_annotation.dart';
+part 'application_support_directory_provider.g.dart';
- Dart 3.4.0-99.1.beta (beta) (Thu Feb 1 13:40:17 2024 -0800) on "windows_x64"