Change Application's name, package name, icon and Splash in one shot by one Command on Android & IOS

Overview

Pub

Change Application's name, package name, icon and Splash in one shot by one Command on Android & IOS.

Installing

dart pub global activate before_publish_cli

The only command :

before_publish

In Action

alt text

In details

  • The Script will create file that located in assets folder called before_publish.json with default configuration.

{ "name": "My Awesome App","icon": "assets/images/logo.png","splash": "assets/images/splash.png","package": "com.simple"}

  • Edit the .json file with your custom configurations.
  • type "1" and click enter.

Buy me a coffee

Buy Me A Coffee

You might also like...

Random is a social media flutter application for both android and ios with frontend implementation

Random is a social media flutter application for both android and ios with frontend implementation

Random, A Social Media App A new Flutter application which represents the implementation of completely new design of Social media app for both Android

Nov 18, 2022

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]

🔔  A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]

Animated Text Kit A flutter package which contains a collection of some cool and awesome text animations. Recommended package for text animations in C

Jan 6, 2023

Dart package that converts number to words (English language)A Flutter/Dart package that converts number to words (English language)

flutter_number_to_words_english A Flutter/Dart package that converts number to words (English language) Flutter (Null Safety) Flutter (Channel stable,

Dec 9, 2022

A package to create nice and smooth animations for flutter

A package to create nice and smooth animations for flutter

animation_director A package to create nice and smooth animations for flutter Introduction A simple package to build beautiful and smooth animations f

Nov 28, 2022

A Flutter package for a quick and handy giffy dialog.

A Flutter package for a quick and handy giffy dialog.

👏 Giffy Dialogs A beautiful and custom alert dialog for flutter highly inspired from FancyAlertDialog-Android. The source code is 100% Dart, and ever

Dec 29, 2022

A flutter package which will help you to generate pin code fields with beautiful design and animations

A flutter package which will help you to generate pin code fields with beautiful design and animations

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓 🤓

Dec 23, 2022

This package helps you daily usable function and ready-made Widgets with ease.

This package helps you daily usable function and ready-made Widgets with ease.

Show some love and like to support the project Documentation API Docs are available. Platform Support Android iOS MacOS Web Linux Windows ✔️ ✔️ ✔️ ✔️

Dec 23, 2022

Convert text to paths and animate them with this Flutter package

Convert text to paths and animate them with this Flutter package

Text to Path Maker This is a pure Flutter and Dart package that allows you to convert text--both characters and icons--into paths. It can generate SVG

Sep 23, 2022

Android loading animations

Android  loading animations

Android-SpinKit Android loading animations(I wrote a android edition according SpinKit) Demo Apk Preview Gradle Dependency dependencies { implement

Dec 30, 2022
Comments
  • Running before_publish gives an asynchronous suspension error

    Running before_publish gives an asynchronous suspension error

    Hi when running before_publish I get the following error:

    #0      responseValidOrThrow (package:pub_api_client/src/helpers/exceptions.dart:61:7)
    #1      PubClient._fetch (package:pub_api_client/src/pub_api_client_base.dart:54:5)
    <asynchronous suspension>
    #2      PubClient.documentation (package:pub_api_client/src/pub_api_client_base.dart:162:18)
    <asynchronous suspension>
    #3      FlutterPubClient.getLatestStableVersion (package:before_publish_cli/src/flutter_lints_pub_client.dart:10:27)
    <asynchronous suspension>
    #4      Pubspec.getPackageDependencySpec (package:before_publish_cli/src/pubspec.dart:27:15)
    <asynchronous suspension>
    #5      Future.wait.<anonymous closure> (dart:async/future.dart:521:21)
    <asynchronous suspension>
    #6      Pubspec._getUpdatedFile (package:before_publish_cli/src/pubspec.dart:37:31)
    <asynchronous suspension>
    #7      Pubspec.updateFile (package:before_publish_cli/src/pubspec.dart:18:25)
    <asynchronous suspension>
    #8      Mediator.beforePublish.<anonymous closure> (package:before_publish_cli/src/mediator.dart:21:7)
    <asynchronous suspension>
    #9      Mediator.beforePublish (package:before_publish_cli/src/mediator.dart:15:5)
    <asynchronous suspension>
    #10     main (file:///C:/Users/Leylan/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/before_publish_cli-1.0.2/bin/before_publish.dart:20:3)
    <asynchronous suspension>
    Unhandled exception:
    Internal Server Error: Internal server error, ask operator to lookup incidentId: 6464ce9b-2f00-47c2-b9da-614938f22d0d
    #0      responseValidOrThrow (package:pub_api_client/src/helpers/exceptions.dart:61:7)
    #1      PubClient._fetch (package:pub_api_client/src/pub_api_client_base.dart:54:5)
    <asynchronous suspension>
    #2      PubClient.documentation (package:pub_api_client/src/pub_api_client_base.dart:162:18)
    <asynchronous suspension>
    #3      FlutterPubClient.getLatestStableVersion (package:before_publish_cli/src/flutter_lints_pub_client.dart:10:27)
    <asynchronous suspension>
    #4      Pubspec.getPackageDependencySpec (package:before_publish_cli/src/pubspec.dart:27:15)
    <asynchronous suspension>
    #5      Future.wait.<anonymous closure> (dart:async/future.dart:521:21)
    <asynchronous suspension>
    #6      Pubspec._getUpdatedFile (package:before_publish_cli/src/pubspec.dart:37:31)
    <asynchronous suspension>
    #7      Pubspec.updateFile (package:before_publish_cli/src/pubspec.dart:18:25)
    <asynchronous suspension>
    #8      Mediator.beforePublish.<anonymous closure> (package:before_publish_cli/src/mediator.dart:21:7)
    <asynchronous suspension>
    #9      Mediator.beforePublish (package:before_publish_cli/src/mediator.dart:15:5)
    <asynchronous suspension>
    #10     main (file:///C:/Users/Leylan/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/before_publish_cli-1.0.2/bin/before_publish.dart:20:3)
    <asynchronous suspension>
    
    opened by Leylan24 0
Owner
null
A light weight package for flutter apps, that easily shows a splash screen with a nice fade animation.

Animated Splash Screen Using the package Get the library environment: sdk: ">=2.1.0 <3.0.0" Add dependency in pubspec.yaml dependencies: animated_

Mohammad Fayaz 112 Oct 6, 2022
Facilitator for having a Splash Screen with a Flare animation

flare_splash_screen Facilitator for having a Splash screen with a Flare animation until some work has been done for the initialization of the app If y

Jimmy Aumard 94 Oct 6, 2022
A flutter package which contains a collection of some cool and beautiful effects; support android and ios

flutter effects A flutter package which contains a collection of some cool and beautiful effects; support android and ios . Screenshot type support ch

大海豚 462 Jan 3, 2023
A collection of Screens and attractive UIs built with Flutter ready to be used in your applications. No external libraries are used. Just download, add to your project and use.

Flutter Screens A collection of Login Screens, Buttons, Loaders and Widgets with attractive UIs, built with Flutter, ready to be used in your applicat

Samarth Agarwal 5k Dec 31, 2022
Multi directional infinite list with Sticky headers for Flutter applications

Sticky Infinite List Infinite list with sticky headers. This package was made in order to make possible render infinite list in both directions with s

Denis Beketsky 291 Dec 20, 2022
A small splashscreen used as intro for flutter applications easily with a lot of customizations ❤️🥳

Splash Screen A splashscreen package to be used for an intro for any flutter application easily with a lot of customization Currently Supported by awe

DPLYR 283 Dec 30, 2022
An advance flutter UI Kit for developing responsive, cross platform applications.

Liquid Build fast, responsive, cross platform apps with Liquid. Liquid is an open source UI toolkit for developing cross platform apps in Flutter. Qui

StackOrient Pvt. Ltd. 29 Dec 9, 2022
On-boarding page for flutter applications

onboarding This is a sample flutter onboarding plugin you use to attract first-time users when they land on your page, hence the name onboarding. You

Eyoel Defare 9 Nov 2, 2022
✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web

Flutter EasyLoading English | 简体中文 Live Preview ?? https://nslog11.github.io/flutter_easyloading Installing Add this to your package's pubspec.yaml fi

nslog11 1k Jan 9, 2023
This repository demonstrates use of various widgets in flutter and tricks to create beautiful UI elements in flutter for Android and IOS

AwesomeFlutterUI The purpose of this repository is to demonstrate the use of different widgets and tricks in flutter and how to use them in your proje

Subir Chakraborty 132 Nov 13, 2022