79525871

Date: 2025-03-21 15:20:43
Score: 0.5
Natty:
Report link

The proper way is:

import 'package:app_name/dart_application_1/dart_application_1.dart' as dart;

You can find your actual app_name on the top portion of your pubspec.yaml

name: app_name

Take note that this is only applicable to your predefined or customized dart files.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DevQt