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.