Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainUlMustafa committed Apr 2, 2021
1 parent 258263b commit 6b3a0b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -8,3 +8,6 @@
- Controlled

![fluttable logo](https://raw.githubusercontent.com/ZainUlMustafa/Fluttable/main/images/logo.png)

## Demo
![fluttable demo](https://raw.githubusercontent.com/ZainUlMustafa/Fluttable/main/images/fluttabledemo.webm)
2 changes: 1 addition & 1 deletion example/lib/main.dart
Expand Up @@ -97,7 +97,7 @@ class _MyHomePageState extends State<MyHomePage> {
expandableList: true,
validateField: validateNumericField,
formKeyIfAny: _formKey,
backgroundColor: Colors.amber[50],
backgroundColor: Colors.blue[100],
otherBackgroundColor: Colors.blue[50],
),

Expand Down
Binary file added images/fluttabledemo.webm
Binary file not shown.
3 changes: 1 addition & 2 deletions lib/fluttable.dart
Expand Up @@ -311,8 +311,7 @@ class _FluttableState extends State<Fluttable> {
child: GestureDetector(
onTap: () {
if (editableDatasetList.length >
widget.minRows ??
0) {
(widget.minRows ?? 0)) {
setState(() {
editableDatasetList
.remove(eachDataset);
Expand Down

0 comments on commit 6b3a0b4

Please sign in to comment.