# fluttertpc_open_app_settings **Repository Path**: openharmony-sig/fluttertpc_open_app_settings ## Basic Information - **Project Name**: fluttertpc_open_app_settings - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-06-25 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [fluttertpc_open_app_settings](https://gitcode.com/openharmony-sig/fluttertpc_open_app_settings)。| ⚠️ This repository has been archived. For the new address, please visit [fluttertpc_open_app_settings](https://gitcode.com/openharmony-sig/fluttertpc_open_app_settings).** > --- > # open_app_settings Open App setting page by ObjC and java code. # Simple Use ```dart return MaterialApp( home: Scaffold( appBar: AppBar( title: const Text('Plugin example app'), ), body: Center( child: RaisedButton( color: Colors.blue, onPressed: () async { await OpenAppSettings.openAppSettings(); }, child: Text('Open'), ), ), ), ); ``` # Remark This pluin is a remaster of `app_settings`. Piugin `app_setting` use `Kotlin` and `Swift` may cause some build issue, so this plugin used `Java` and `ObjC` to do same works.