flutter_gopher 0.0.2
flutter_gopher: ^0.0.2 copied to clipboard
A dependency of the Flutter plugins generated by the Flutter Gopher tool. It provides FFI binding support between Flutter and native Golang code.
Flutter Gopher Dart Library #
The Flutter Gopher Dart library is a dependency of the Flutter plugins generated by the Flutter Gopher tool. It provides FFI binding support between Flutter and native Golang code.
Features #
- Provides dynamic library loading mechanism, supporting multiple platforms (iOS, Android, Windows, macOS, Linux)
- Implements asynchronous call support, allowing Go functions to be executed asynchronously in Dart
- Provides unified error handling mechanism
- Simplifies the use of FFI binding code
Installation #
This library is typically automatically integrated into Flutter plugins generated by the Flutter Gopher tool, requiring no manual installation. If you need to use it separately, you can add a dependency in pubspec.yaml:
dependencies:
flutter_gopher: ^0.0.1
Flutter Gopher Project #
Flutter Gopher tool project repository: https://github.com/czg99/flutter_gopher