Skip to content

Case-Sensitive Import Path Causes Build Failure on Linux #51

Description

@changshengee

In ttlock_flutter/lib/ttlock.dart (line 5), the import statement:
import 'package:ttlock_flutter/ttremoteKey.dart';
does not match the actual filename ttremotekey.dart (lowercase).

This causes a build failure on Linux (case-sensitive filesystems) while working fine on Windows (case-insensitive).

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions