Skip to content

Commit

Permalink
New attribute textStyle allows changing the TextStyle of the Text…
Browse files Browse the repository at this point in the history
…Input
  • Loading branch information
danvick committed Jun 12, 2019
1 parent 2a90dad commit d4e36cf
Show file tree
Hide file tree
Showing 4,893 changed files with 9,965 additions and 4,949 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4,945 changes: 4,897 additions & 48 deletions .idea/workspace.xml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.3.0] - 12-Jun-2019
* New attribute `textStyle` allows changing the `TextStyle` of the TextInput

## [1.2.1] - 12-Jun-2019
* Removed unwanted top and bottom padding from ListView in suggestions overlay. Credit [Kenneth Gulbrandsøy](https://github.com/kengu)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ ChipsInput(
```

## To-do list
[X] Ability to limit the number of chips
[ ] Create a `FormField` implementation (`ChipsInputField`) to be used within Flutter Form Widget
- [X] Ability to limit the number of chips
- [ ] Create a `FormField` implementation (`ChipsInputField`) to be used within Flutter Form Widget

## Known Issues
* Deleting chips with keyboard on IOS makes app to crush (Flutter Issue with special characters used as replacement characters). Already reported [#1](https://github.com/danvick/flutter_chips_input/issues/1)
Expand Down
2 changes: 1 addition & 1 deletion doc/api/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>404: Something's gone wrong :-(</h1>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/AsyncError-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2>Operators</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/AsyncError/AsyncError.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/AsyncError/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/AsyncError/stackTrace.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/AsyncError/toString.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ <h2>Operators</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/Completer.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/Completer.sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/completeError.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/future.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Completer/isCompleted.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/ControllerCallback.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/ControllerCancelCallback.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/CreatePeriodicTimerHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/CreateTimerHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLibrary-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h2>Operators</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLibrary/DeferredLibrary.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLibrary/libraryName.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLibrary/load.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLibrary/uri.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLoadException-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2>Operators</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/DeferredLoadException/toString.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/ErrorCallbackHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/EventSink-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2>Operators</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/EventSink/EventSink.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h5>EventSink class</h5>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/EventSink/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/EventSink/addError.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/EventSink/close.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/ForkHandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ <h2>Static Methods</h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.delayed.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.error.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.microtask.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/Future.value.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/any.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/asStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
2 changes: 1 addition & 1 deletion doc/api/dart-async/Future/catchError.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2><span>Implementation</span></h2>

<footer>
<span class="no-break">
flutter_chips_input 1.2.1
flutter_chips_input 1.3.0
</span>


Expand Down
Loading

0 comments on commit d4e36cf

Please sign in to comment.