# flutter_package_demo **Repository Path**: caobenben/flutter_package_demo ## Basic Information - **Project Name**: flutter_package_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # verify_code_input A verification code input widget. ## Showcase ![](show_case.gif) ## Usage ```dart VerifyCodeInput( onComplete: (String value) { print('Your input code is : $value'); }, ) ```