summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishi Krishna <56212396+Rishi-k-s@users.noreply.github.com>2021-08-28 22:07:13 +0530
committerGitHub <noreply@github.com>2021-08-28 22:07:13 +0530
commit5eb3164a288064969771e53185c04f2dc55677cb (patch)
tree42525fdf5e2cb35b380e342f088e9ab888c32d25
parentb8a943599de43b5fc5606bba62059e41396bf8e2 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36e0ae8..b3afcfc 100644
--- a/README.md
+++ b/README.md
@@ -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.