Facebook Twitter Instagram
    DeepCrazyWorld
    Facebook Twitter Instagram Pinterest YouTube
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • SOURCE CODE
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • MORE
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»FLUTTER APP»Flutter Package for iPhone’s notch or Dynamic Island hidden logo
    FLUTTER APP

    Flutter Package for iPhone’s notch or Dynamic Island hidden logo

    DeepikaBy DeepikaDecember 2, 2023No Comments4 Mins Read

    Flutter Package for iPhone’s notch or Dynamic Island hidden logo

    Table of Contents

    Toggle
    • Features
    • Usage
    • Common mistakes
    • Additional information
      • Table of iPhones hardware top barrier types (Target iPhones)
      • About further updates
      • Resources Used:
    • Get Full Source Code
    • Conclusion
        • Related Articles:
      • READ MORE

    Features

    The package allows you to add hidden logo under the Notch or the Dynamic Island for iPhone devices.

    <img decoding=
    Flutter Package for iPhone’s notch or Dynamic Island hidden logo

    ❗Using this package will NOT affect your application running on any other platforms except iOS. Also, it will not affect your app running on the iPhones that is not marked as the Target ones (See the List of Target iPhones in the table down below).

    Usage

    Wrap your MaterialApp or CupertinoApp with HiddenLogo widget or define its builder function (as in the example). Then you have to provide 2 builders for 2 cases: iPhones with Notch and the ones with Dynamic Island Flutter Package for iPhone’s notch.

    @override
    Widget build(BuildContext context) {
      return MaterialApp(
        builder: (context, child) {
          return HiddenLogo(
            body: child!,
            notchBuilder: (context, constraints) {
              return MyNotchLogoBuilder();
            },
            dynamicIslandBuilder: (context, constraints) {
              return MyDynamicIslandLogoBuilder();
            },
          );
        },
      );
    }

    The size of your brand logo can be adaptive thanks to constraints provided by the widget. They define maxWidth and maxHeight where you can draw and remain hidden.
    Also do not forget to define BorderRadius property for your Notch logo widget to make it look prettier! And the Dynamic Island widget will be rounded automatically.

    Common mistakes

    • Don’t place kinky visual trash (especially adds) but only your brand or application logo. Obviously, doing opposite may cause troubles with releasing your app to the store
    • Round your widget’s barriers, so it nicely fits hardware barrier and non-visible when not need to be

    Additional information

    You do not have to worry – all the existing iPhone variants starting from iPhone X are tested, so the widget always return correct max constraints!

    To test visual appearance of your widget when developing you can either minimize your app to tray or take a screenshot of your app (for ios simulator: Device → Trigger Screenshot)

    Table of iPhones hardware top barrier types (Target iPhones)

    iPhones with NotchiPhones with Dynamic Island
    X14 Pro
    XR14 Pro Max
    XS15
    XS Max15 Plus
    1115 Pro
    11 Pro15 Pro Max
    11 Pro Max
    12
    12 Mini
    12 Pro
    12 Pro Max
    13
    13 Mini
    13 Pro
    13 Pro Max
    14
    14 Plus

    About further updates

    When the new iPhones will come out the logos will not appear on them because the actual shape and size configuration of further devices are unknown in advance!
    But the package will be updated as soon as possible after the release!

    Any Issues or Pull request are appreciated!
    Thanks!

    Resources Used:

    • YouTube
    • Dart & Flutter Packages

    You can check out the entire code of this App here:

    Get Full Source Code

    View Github

    download source code

    Conclusion

    This was all about a quick go through the basic flutter App UI Screen. If you need any assistance regarding flutter app development, you can consult a flutter developer from FlutterDesk. We would love to be of help. Still, if you feel any difficult while dealing with Flutter app development projects, you can reach out to us or hire Flutter developers to outsource any of your app development project.

    Do like & share my Facebook page. if you find this post helpful. Thank you!!

    Happy coding! 😉

    Related Articles:

    • How to Install Flutter in windows 10
    • Quiz App using flutter with source code
    • Flutter music app Search all audio files in android phone
    • Flutter NEWS App with REST APIs source code
    • Chat GPT Voice Chatbot App with Flutter source code
    • Make News and Weather App using flutter
    • A Book library App with Flutter source code
    • A Flutter MCQ quiz app with firebase google login
    • Message Chat App with Firebase using flutter
    • A Messenger App UI using Flutter source code
    • A Responsive flutter onboarding UI screen
    • A Flutter simple social media app UI source code
    • A Flutter Air Ticket Booking UI source code
    • Group Chat App with Firebase that supports video calls with flutter
    • Flutter Ecommerce App built with bloc state management

    READ MORE

    Share. Facebook Twitter LinkedIn WhatsApp Telegram Pinterest Reddit Email
    Previous ArticleBeautiful Quiz App by using flutter source code
    Next Article Quizler: A simple beautiful Quiz app built with Flutter

    Related Posts

    How to make Diary App using flutter stepwise using getx

    FLUTTER APP 4 Mins Read

    How to Create Music Player UI screen with fully functional in flutter

    FLUTTER APP 3 Mins Read

    How to make Heart rate measure app with Flutter stepwise

    FLUTTER APP 5 Mins Read

    How to make ChatGpt App in flutter with source code Stepwise

    Chat GPT 5 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
    • Creating an Instruction UI Screen in Flutter Application March 29, 2025
    • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
    • How to make Diary App using flutter stepwise using getx August 31, 2024
    • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
    • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
    • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
    • How to create TabBar view in flutter with source code step wise August 27, 2024
    • How to make Heart rate measure app with Flutter stepwise August 26, 2024
    • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Copyright by DeepCrazyWorld © 2025

    Type above and press Enter to search. Press Esc to cancel.