ttntrp
Potent AR Tennis NTRP Review.
Getting Started
final result = await NtrpAssessmentPlugin.startAssessment(context); // 默认加载所有的题目
或者:
final result = await NtrpAssessmentPlugin.startAssessment(context,indexes: 0,1); // 加载indexes中的索引的题目
返回的数据如下:
{total: 2, correct: 0, score: 0.0, ntrp: 1.5以下}
plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.