An open API service indexing awesome lists of open source software.

https://github.com/fluttergenerator/snowfall

SnowFall
https://github.com/fluttergenerator/snowfall

modules snowfall

Last synced: 6 months ago
JSON representation

SnowFall

Awesome Lists containing this project

README

          

# SnowFall
SnowFall by tojik_proof_93 FlutterGenerator
# activity_main.xml copy

# Gradle

# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)

# Step 1. Add the JitPack repository to your build file
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
# Step 2. Add the dependency
dependencies {
implementation 'com.github.FlutterGenerator:SnowFall:Tag'
}
# Gradle.kts
# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)
# Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
# Step 2. Add the dependency
dependencies {
implementation("com.github.FlutterGenerator:SnowFall:Tag")
}
# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)
# Moven
# Add to pom.xml


jitpack.io
https://jitpack.io


# Step 2. Add the dependency

com.github.FlutterGenerator
SnowFall
Tag

# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)
# Sbt
# Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
# Step 2. Add the dependency
libraryDependencies += "com.github.FlutterGenerator" % "SnowFall" % "Tag"
# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)
# Leiningen
# Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
# Step 2. Add the dependency
:dependencies [[com.github.FlutterGenerator/SnowFall "Tag"]]
# Share this release:[![](https://jitpack.io/v/FlutterGenerator/SnowFall.svg)](https://jitpack.io/#FlutterGenerator/SnowFall)