Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkko committed Apr 9, 2024
1 parent 92e9b4f commit debebfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import 'package:pinput/pinput.dart';
import 'package:pinput_example/demo/builder_example.dart';

void main() {
runApp(
Expand All @@ -19,7 +18,8 @@ void main() {
),
body: const FractionallySizedBox(
widthFactor: 1,
child: PinputBuilderExample(),
/// You can also checkout the [PinputBuilderExample]
child: PinputExample(),
),
),
),
Expand Down

0 comments on commit debebfc

Please sign in to comment.