Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvdb committed Feb 5, 2024
2 parents d3d9d41 + 53c138e commit 284ae45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
1 change: 1 addition & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class PhoneFormFieldScreen extends StatefulWidget {
class PhoneFormFieldScreenState extends State<PhoneFormFieldScreen> {
late PhoneController controller;
final FocusNode focusNode = FocusNode();

bool outlineBorder = true;
bool mobileOnly = true;
bool isCountryButtonPersistent = true;
Expand Down
72 changes: 0 additions & 72 deletions lib/src/phone_field_controller.dart

This file was deleted.

0 comments on commit 284ae45

Please sign in to comment.