ubuntu_flavor 0.1.0 copy "ubuntu_flavor: ^0.1.0" to clipboard
ubuntu_flavor: ^0.1.0 copied to clipboard

Detect Ubuntu flavor

Ubuntu Flavor #

pub CI codecov

Detect Ubuntu flavor.

import 'package:ubuntu_flavor/ubuntu_flavor.dart';

void main() async {
  final flavor = await UbuntuFlavor.detect();
  print(flavor);
}