Flutter Wortise
Flutter Wortise is an dart implementation for Wortise SDK
Installation
Use pub to download the library, such as:
flutter_wortise: ^0.0.1
Usage
import 'flutter_wortise/WortiseSdk.dart';
main(){
WortiseSdk.initialize();// init the sdk
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.