Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
507 stars 127 forks source link

Fixed dataList #84

Closed xarmatura closed 3 years ago

claudiooliveira commented 3 years ago

Good! I needed to fork and make the same modification as the lib author seems to have disappeared

xarmatura commented 3 years ago

Good! I needed to fork and make the same modification as the lib author seems to have disappeared

Yup, you could use my fork from my acc this modification and use this structure on pubspec.yaml flutter_tags: git: url: git@github.com:olyshchuk/flutter_tags.git ref: null-safety but with spaces, idk how to show it here

flutter_tags: git: url: git@github.com:olyshchuk/flutter_tags.git ref: null-safety But for sure, check native flutter widget Chips, its the same thing.

tony123S commented 2 years ago

stderr: Cloning into bare repository 'C:\Users\nick_\AppData\Local\Pub\Cache\git\cache\flutter_tags-c79e336d2c484d20172bdb00e923634cd92a56e3'... Host key verification failed. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. exit code: 128 pub get failed (server unavailable) -- attempting retry 3 in 4 seconds... Git error. Command: git clone --mirror git@github.com:olyshchuk/flutter_tags.git C:\Users\nick_\AppData\Local\Pub\Cache\git\cache\flutter_tags-c79e336d2c484d20172bdb00e923634cd92a56e3 stdout: stderr: Cloning into bare repository 'C:\Users\nick_\AppData\Local\Pub\Cache\git\cache\flutter_tags-c79e336d2c484d20172bdb00e923634cd92a56e3'... Host key verification failed. fatal: Could not read from remote repository.

Unable to use fork.