onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support web

bdlukaa opened this issue · comments

It'd be great to have support to web, since it's now on stable. The package basically needs to change the <title> tag in the <head>, in web/index.html:

<head>
  <title>App Title</title>
</head>

I thought of creating a pull-request for this, but I thought it'd be better to create it after the null-safety version

I will mention you about this request after migrating null safety, thanks

I have added the web support also so please check the following link and the version

https://pub.dev/packages/rename/versions/2.0.0-dev.2

rename: ^2.0.0-dev.2