We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 018edaaCopy full SHA for 018edaa
2 files changed
.gitignore
@@ -0,0 +1,13 @@
1
+# See https://www.dartlang.org/guides/libraries/private-files
2
+
3
+# Files and directories created by pub
4
+.dart_tool/
5
+.packages
6
+.pub/
7
+build/
8
+# If you're building an application, you may want to check-in your pubspec.lock
9
+pubspec.lock
10
11
+# Directory created by dartdoc
12
+# If you don't generate documentation locally you can remove this line.
13
+doc/api/
README.md
@@ -0,0 +1,2 @@
+# BannerGalleryInFlutter
+It's an infinity banner gallery widget in flutter.
0 commit comments