Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cikichen/flutter_channel


https://github.com/cikichen/flutter_channel

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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.';
}
```