Skip to content

Commit

Permalink
i need help for issue #2 'export index'
Browse files Browse the repository at this point in the history
  • Loading branch information
akaanuzman committed Apr 21, 2023
1 parent a587b26 commit ce7e40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:flutter/material.dart';

import 'index.dart';
import '../../../core/theme/color/my_colors.dart';
import 'special_text_form_field.dart';

class DefaultTextFormField extends SpecialTextFormField {
DefaultTextFormField({
Expand Down
3 changes: 3 additions & 0 deletions lib/features/components/textformfield/index.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export 'default_text_form_field.dart';
export 'otp_text_form_field.dart';
export 'special_text_form_field.dart';

0 comments on commit ce7e40a

Please sign in to comment.