flutter_walle 0.0.2 copy "flutter_walle: ^0.0.2" to clipboard
flutter_walle: ^0.0.2 copied to clipboard

outdated

Get channel information (by meituan walle) from within the Flutter application.

flutter_walle #

Get channel information (by meituan walle) from within the Flutter application.

Usage #

Example:

import 'package:flutter_walle/flutter_walle.dart';

String channel = 'Unknown';
try {
    channel = await FlutterWalle.channel;
} catch (e) {
    print(e.toString());
}
1
likes
40
pub points
39%
popularity

Publisher

unverified uploader

Get channel information (by meituan walle) from within the Flutter application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_walle