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

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
140
pub points
40%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_walle