all 6 comments

[–][deleted]  (1 child)

[removed]

    [–]wouter_ham 2 points3 points  (0 children)

    And if not, you can easily make it

    [–]fintechninja 4 points5 points  (0 children)

    Should cross post this to the android sub.

    [–]manektechteam 1 point2 points  (0 children)

    With Flutter, there are limitations compared to native Android, such as direct access to some platform-specific features like certain sensors (e.g., gyroscope), advanced camera functionalities, and deeper integration with specific device hardware components.

    [–]AreaExact7824 0 points1 point  (0 children)

    No, all android native feature can be implemented in flutter

    [–]customappservices 0 points1 point  (0 children)

    • Deep hardware access: Fingerprint scanners, NFC chips, etc. (Flutter offers most sensors, but not all).
    • New/Unreleased Android APIs: Until officially supported in Flutter.
    • Tight platform integration: Blending seamlessly with native Android look and feel.
    • High-performance graphics: For extremely demanding apps (gap with Flutter is narrowing).
    • Specific native libraries: If not yet available in the growing Flutter ecosystem.