flutter_puzzle_vcode

Last updated:

0 purchases

flutter_puzzle_vcode Image
flutter_puzzle_vcode Images
Add to Cart

Description:

flutter puzzle vcode

flutter_puzzle_vcode #

Using #
add flutter_puzzle_vcode to your pubspec.yaml file:
dependencies:
sliver_grid_view: ^latest
copied to clipboard
import sliver_grid_view file that it will bu used:
import 'package:flutter_puzzle_vcode/flutter_puzzle_vcode.dart';
copied to clipboard
there is a example to help you
showDialog(
context: context,
builder: (BuildContext context) {
return FlutterPuzzleVCode(onSuccess: (){
Navigator.pop(context);
},);
});
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.