Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.