flutter_puzzle_vcode 0.0.3 copy "flutter_puzzle_vcode: ^0.0.3" to clipboard
flutter_puzzle_vcode: ^0.0.3 copied to clipboard

refer to vue-puzzle-vcode,flutter project, not dependent on other SDKS

flutter_puzzle_vcode #

Using #

add flutter_puzzle_vcode to your pubspec.yaml file:

dependencies:
sliver_grid_view: ^latest

import sliver_grid_view file that it will bu used:

import 'package:flutter_puzzle_vcode/flutter_puzzle_vcode.dart';

there is a example to help you

   showDialog(
     context: context,
     builder: (BuildContext context) {
        return FlutterPuzzleVCode(onSuccess: (){
            Navigator.pop(context);
        },);
     });
1
likes
140
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

refer to vue-puzzle-vcode,flutter project, not dependent on other SDKS

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_puzzle_vcode