publish 1.1.4 copy "publish: ^1.1.4" to clipboard
publish: ^1.1.4 copied to clipboard

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'),
        ),
      ),
    );
  }
}
40
likes
160
points
96
downloads

Publisher

verified publishermubashar.dev

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, http, xml, yaml

More

Packages that depend on publish