/Rider

Rider is a CLI tool designed to simplify the configuration of your Flutter applications. With Rider, you can easily change your app's name, package name, app icon, and more, all in one go. This tool aims to save developers valuable time by automating tedious tasks and providing a solid starting point for new Flutter projects.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Rider

coverage License: MIT


Description

Rider is a CLI tool designed to simplify the configuration of your Flutter applications. With Rider, you can easily change your app's name, package name, app icon, and more, all in one go. This tool aims to save developers valuable time by automating tedious tasks and providing a solid starting point for new Flutter projects.

Watch the Demo to see Rider in action.

Features

  • Change the app name
  • Change the package name
  • Change the app icon
  • Follow best practices in project structure

Getting Started 🚀

Add Rider to your dev dependencies:

dev_dependencies:
  rider: ^0.0.1

Or install it via the command line:

flutter pub add --dev rider

Usage

Run the Rider CLI tool with:

dart run rider

Roadmap 🚧

We have exciting plans for Rider and aim to include more features, such as:

  • Firebase configuration
  • CI/CD setup
  • State management customization
  • Theme changes

We welcome contributions from the community to help make Rider even better.

Contributing

If you'd like to contribute to Rider, please feel free to submit a pull request or open an issue on our GitHub repository. We appreciate your help in improving this tool for everyone.

License

This project is licensed under the MIT License. See the LICENSE file for details.