# flutter_fullscreen_plugin **Repository Path**: jq_flutter/flutter_fullscreen_plugin ## Basic Information - **Project Name**: flutter_fullscreen_plugin - **Description**: Flutter 全屏操作(刘海屏) - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-08-06 - **Last Updated**: 2023-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_fullscreen_plugin #### Flutter 全屏操作(刘海屏) ```dart 引入依赖 flutter_android_screen_plugin: git: url: git://gitee.com/jq_flutter/flutter_fullscreen_plugin ref: master /// 开启全屏 FlutterAndroidScreenPlugin.openScreen(); /// 关闭全屏 FlutterAndroidScreenPlugin.exitScreen(); ```