based_of_game 0.3.7
based_of_game: ^0.3.7 copied to clipboard
based of game
Pyramakerz Gaming Package #

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 #
-
Add the package to your
pubspec.yaml:dependencies: based_of_game: ^latest_version -
Install the package:
dart pub get -
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:
-
Update Version Number:
- Increase the version number in
pubspec.yaml. - Update the
CHANGELOG.mdto reflect the changes in the new version.
- Increase the version number in
-
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.
- Ensure you're logged into the correct email account:
-
Push Latest Code:
- Ensure your latest changes are committed and pushed to GitHub.
-
Publish the New Version:
- Run the following command to publish the new version:
dart pub publish
Congratulations! The new version is now live.
- Run the following command to publish the new version:
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