# flutter_channel **Repository Path**: xiao-yanghang/flutter_channel ## Basic Information - **Project Name**: flutter_channel - **Description**: flutter_channel - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-15 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_channel get flavor name. ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.dev/developing-packages/), get flavor name for Android and/or iOS. ## Use ``` try { platformVersion = await FlutterChannel.getChannelName("channel_string"); } on PlatformException { platformVersion = 'Failed to get platform version.'; } ```