Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit a85c644

Browse files
author
Carlos Mion
committed
fixed typo in readme and changed project's homepage
1 parent 18f80db commit a85c644

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Customizable attributes for InputField
189189
</tr>
190190
<tr>
191191
<td>successColor</td>
192-
<td>aaaaaaaaColoraaaaaaa</td>
192+
<td>Color</td>
193193
<td>false</td>
194194
<td>Colors.green</td>
195195
<td>Colors.blue</td>

example/lib/screens/example_screen.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:easy_text_input/input_field.dart';
1+
import 'package:easy_text_input/easy_text_input.dart';
22
import 'package:example/widgets/eye_icon.dart';
33
import 'package:flutter/material.dart';
44
import 'package:flutter_masked_text/flutter_masked_text.dart';
File renamed without changes.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: easy_text_input
22
description: An easy to use, complete, customisable, non-verbose text input brought to you by Brainn.co
33
version: 1.0.0
4-
homepage: https://brainn.co/
4+
homepage: https://github.com/brainnco/easy_text_input/
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"

test/input_field_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22
import 'package:flutter_test/flutter_test.dart';
33

4-
import 'package:easy_text_input/input_field.dart';
4+
import 'package:easy_text_input/easy_text_input.dart';
55

66
Widget _buildTestableWidget({Widget child}) {
77
return MaterialApp(

0 commit comments

Comments
 (0)