fledge 0.0.4
fledge: ^0.0.4 copied to clipboard
CICD for Flutter. Automates build, testing and signing on a number of supported build servers. Automates upload to Google and Apple stores for beta testing and full release.
example/main.dart
import 'package:fledge/src/command_runner.dart';
// this is to resolve requirement for example in package manager
void main(List<String> arguments) {
FledgeCommandRunner().run(arguments);
}