flutter_zetrix
This Flutter plugin provides an API for querying information about an application package.
Platform Support
| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Requirements
- Flutter >= 3.32.4
- Dart >=3.3.0 <4.0.0
- iOS >= 12.0
- MacOS >= 10.14
- Android
compileSDK34 - Java 17
- Android Gradle Plugin >=8.3.0
- Gradle wrapper >=8.4
Usage
You can use the Zetrix flutter package to access functionality in Zetrix Blockchain.
import 'package:zetrix_flutter.dart';
Please refer to the doc folder to further information.
| Feature | Location |
|---|---|
| Account | account.md |
| Transaction | transaction.md |
| Block | block.md |
| VC | vc.md |