https://github.com/fluttergenerator/snowfall
SnowFall
https://github.com/fluttergenerator/snowfall
modules snowfall
Last synced: 6 months ago
JSON representation
SnowFall
- Host: GitHub
- URL: https://github.com/fluttergenerator/snowfall
- Owner: FlutterGenerator
- License: apache-2.0
- Created: 2025-07-22T18:01:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-07T17:49:56.000Z (10 months ago)
- Last Synced: 2025-08-07T19:26:15.975Z (10 months ago)
- Topics: modules, snowfall
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnowFall
SnowFall by tojik_proof_93 FlutterGenerator
# activity_main.xml copy
# Gradle
# Share this release:[](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/#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/#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/#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/#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/#FlutterGenerator/SnowFall)