diff options
| author | Rishi Krishna <56212396+Rishi-k-s@users.noreply.github.com> | 2021-08-28 22:07:13 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 22:07:13 +0530 |
| commit | 5eb3164a288064969771e53185c04f2dc55677cb (patch) | |
| tree | 42525fdf5e2cb35b380e342f088e9ab888c32d25 | |
| parent | b8a943599de43b5fc5606bba62059e41396bf8e2 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ # Create-Unique-Key-Flutter -This is Dart code to create unique key in flutter easily +Copy and paste This code in any dart project to create a custom unique key, Put it inside a button else you would be getting the same value for it every time and if you want to get rid of the square bracket, then you have to edit the **UniqueKey()** in *framework.dart* and remove the square brackets from there. |
