package_name_manager 1.0.0 copy "package_name_manager: ^1.0.0" to clipboard
package_name_manager: ^1.0.0 copied to clipboard

A modern, maintained solution for managing Flutter application package names across platforms. Simplifies package renaming through a single command.

example/lib/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 const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text(
              "Just Run the commands in the Readme file to test the package"),
        ),
      ),
    );
  }
}
0
likes
150
points
23
downloads

Publisher

verified publishertkantira.com

Weekly Downloads

A modern, maintained solution for managing Flutter application package names across platforms. Simplifies package renaming through a single command.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on package_name_manager