leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

Add dart-define FLUTTER_BUILD_NAME and FLUTTER_BUILD_NUMBER when building #65

Closed lijy91 closed 2 years ago

lijy91 commented 2 years ago

Version information can be obtained in environment variables.

String _buildName = const String.fromEnvironment('FLUTTER_BUILD_NAME');
String _buildNumber = const String.fromEnvironment('FLUTTER_BUILD_NUMBER');
lijy91 commented 2 years ago

Version 0.2.1 Supported