Skip to content

参考 vue-puzzle-vcode,用flutter实现的一个登录拼图验证弹框

License

Notifications You must be signed in to change notification settings

YulncBd/flutter_puzzle_vcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
        },);
     });

About

参考 vue-puzzle-vcode,用flutter实现的一个登录拼图验证弹框

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published