Flutter Package

TRIKON Plugin for Flutter

The TRIKON Plugin facilitates seamless integration of TRIKON functionalities into Flutter projects. With this plugin, developers can effortlessly incorporate features such as user authentication, token management, and NFT transactions into their Flutter applications. The plugin is available for download from the TRIKON website as well as on pub.dev.

Prerequisites

Before integrating the TRIKON Plugin into your Flutter project, make sure you have the following prerequisites:

  • TRIKON Developer Account: Sign up for a TRIKON Developer Account to access the required credentials and tools for integrating TRIKON functionalities.

  • Optional: Token Contract Address: If your project involves token transactions, you may need the contract address of the token you're using.

  • Optional: ERC1155 Contract Address: If your project involves ERC1155 NFT transactions, you may need the contract address of the ERC1155 token.

  • Optional: NFT Contract Address: For projects dealing with NFTs, you may need the contract address of the specific NFT token.

Integration Guide

Follow these steps to integrate the TRIKON Plugin into your Flutter project:

  1. Create a Game: Log in to your TRIKON Developer Account and create a new game project.

  2. Project Setup: Set up a project within the created game on the TRIKON platform.

  3. API Key Configuration: Retrieve the API Key from the Game Console of the Developer Dashboard and configure it in the TRIKON Settings provided by the plugin. Note: Refer to the provided documentation for a quick demonstration of the plugin's usage.

API Documentation

This documentation provides detailed information on integrating and utilising the TRIKON Plugin within Flutter applications, including descriptions of function parameters.

Last updated