based_of_game 0.3.7 copy "based_of_game: ^0.3.7" to clipboard
based_of_game: ^0.3.7 copied to clipboard

based of game

Pyramakerz Gaming Package #

Pyramakerz Technologies

Welcome to the Pyramakerz Gaming Package! This package supports a wide range of games, providing essential tools and utilities to enhance game development and gameplay experiences.

Getting Started #

To start using the Pyramakerz Gaming Package, follow the instructions below:

Installation #

  1. Add the package to your pubspec.yaml:

    dependencies:
      based_of_game: ^latest_version
    
  2. Install the package:

    dart pub get
    
  3. Import the package in your Dart code:

    import 'package:based_of_game/based_of_game.dart';
    

Updating to the Latest Version #

When releasing a new version of the package, follow these steps:

  1. Update Version Number:

    • Increase the version number in pubspec.yaml.
    • Update the CHANGELOG.md to reflect the changes in the new version.
  2. Login to Dart Pub:

    • Ensure you're logged into the correct email account: pyramakerzgit@gmail.com.
    • Run the following command to login:
      dart pub login
      
    • Select the email pyramakerzgit@gmail.com.
  3. Push Latest Code:

    • Ensure your latest changes are committed and pushed to GitHub.
  4. Publish the New Version:

    • Run the following command to publish the new version:
      dart pub publish
      

    Congratulations! The new version is now live.


Important Warning #

⚠️ WARNING: If new assets are added in the example project, make sure to update the asset references in the main project's code. Failing to do so could result in missing or incorrect assets being loaded in your game.

Happy Gaming!

Pyramakerz Technologies