aliothx_angular 0.0.4
aliothx_angular: ^0.0.4 copied to clipboard
Package for web view interaction between angular and flutter.
Package for web view interaction between angular and flutter.
Features #
Package for web view interaction between angular and flutter.
Getting started #
flutter pub add aliothx_angular
Usage #
AliothxWebviewRequest().request(
url: 'https://developer.aliothx.net/',
header: {'test': 'test'},
body: {'test': 'test'},
);