publish_cli 1.1.3 copy "publish_cli: ^1.1.3" to clipboard
publish_cli: ^1.1.3 copied to clipboard

discontinuedreplaced by: publish
PlatformAndroidiOS

A Flutter package to simplify generating Android signing keys and creating signed bundles for Play Store publishing.

example/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Material App Bar'),
        ),
        body: const Center(
          child: Text('Hello World'),
        ),
      ),
    );
  }
}
1
likes
145
points
4
downloads

Publisher

verified publishermubashar.dev

Weekly Downloads

A Flutter package to simplify generating Android signing keys and creating signed bundles for Play Store publishing.

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, http, xml, yaml

More

Packages that depend on publish_cli