AndrewTran2018

Results 9 comments of AndrewTran2018

I added BasicPage. Enjoy!

Hi @mberg2007 I suggest you please study AccountList.dart. That's the good way to begin your integration. Best,

Import source code. View the sample code.

The source has not been published to Dart Pub yet. As for the version issue, please modify pubspec.yaml to use latest https://pub.dartlang.org/packages/jaguar_serializer

@zainsmj @sjmcdowall : I fix issues you raised. Thanks

Hello, I provide sample code to guide users on how to use it. In general, Basic Page is a stateful widget that you can create on your own to use...

@fukemy: class Util { static String getKey() { List strings = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']; strings.shuffle(); String randId = strings.join(""); return randId; } }

I'm integrating Play Integrity into my firebase app. And facing "This request is missing a valid app identifier, meaning that Play Integrity checks, SafetyNet checks, and reCAPTCHA checks were unsuccessful"...