Atiq Samtia https://atiq.dev Expert Software Engineer Tue, 15 Feb 2022 11:24:46 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 Change App Package Name for Flutter https://atiq.dev/change-app-package-name-for-flutter/ https://atiq.dev/change-app-package-name-for-flutter/#respond Fri, 11 Feb 2022 18:01:23 +0000 https://atiq.dev/?p=337 Change App Package Name with a single command. It makes the process very easy and fast. What It does?  [x] Update AndroidManifest.xml files for release, debug & profile [x] Update build.gradle file [x] Update MainActivity file. Both java & kotlin supported. [x] Move MainActivity file to new package directory structure [x] Delete old package name […]

The post Change App Package Name for Flutter appeared first on Atiq Samtia.

]]>
Change App Package Name with a single command. It makes the process very easy and fast.

What It does? 

  • [x] Update AndroidManifest.xml files for release, debug & profile
  • [x] Update build.gradle file
  • [x] Update MainActivity file. Both java & kotlin supported.
  • [x] Move MainActivity file to new package directory structure
  • [x] Delete old package name directory structure.

How to Use? 

Add Change App Package Name to your pubspec.yaml in dev_dependencies: section.

dev_dependencies: 
  change_app_package_name: ^1.0.0

Not migrated to null safety yet? use an old version like this

dev_dependencies: 
  change_app_package_name: ^0.1.3

Update dependencies

flutter pub get

Run this command to change the package name.

flutter pub run change_app_package_name:main com.new.package.name

Where com.new.package.name is the new package name that you want for your app. replace it with any name you want.

Available at pub.dev | Source code at Github

The post Change App Package Name for Flutter appeared first on Atiq Samtia.

]]>
https://atiq.dev/change-app-package-name-for-flutter/feed/ 0
Bulk Post Update Date https://atiq.dev/bulk-post-update-date/ https://atiq.dev/bulk-post-update-date/#respond Fri, 04 Feb 2022 03:28:56 +0000 https://atiq.dev/?p=295 Change the Post Update date for all posts and pages in one click. This will help your blog in search engines and your blog will look alive. Do this every week or month. WHY CHANGE THE UPDATE/MODIFIED DATES OF POSTS OR PAGES? With the massive increase in blogs and content, now search engines like Google […]

The post Bulk Post Update Date appeared first on Atiq Samtia.

]]>
Change the Post Update date for all posts and pages in one click. This will help your blog in search engines and your blog will look alive. Do this every week or month.

WHY CHANGE THE UPDATE/MODIFIED DATES OF POSTS OR PAGES?

With the massive increase in blogs and content, now search engines like Google do rank the newly added or modified content higher than the older one. If the article was published in the past, Google thinks it is no longer relevant and de-ranks that. It is recommended by SEO experts that you should update the content regularly.
If you update the posts manually, it would require a lot of effort weekly. If you have articles 500+ imagine how much time it would take you to do it manually? This plugin will assist you in this regard and with only one click you are good to go.

FEATURES

  • Update Posts Modified date in bulk
  • Update Pages Modified date in bulk
  • It Randomly distributes dates so it look realistic in the eyes of search engines
  • Select Custom Interval or Date Range
  • Apply on posts from specific categories
  • Apply on specific pages

Download from WordPress.org | Source Code at Github

The post Bulk Post Update Date appeared first on Atiq Samtia.

]]>
https://atiq.dev/bulk-post-update-date/feed/ 0