Skip to content

Repository files navigation

SnowFall

SnowFall by tojik_proof_93 FlutterGenerator

activity_main.xml copy

<com.uz.snowfall.SnowfallLinearLayout
android:id="@+id/snowfall"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

Gradle

Share this release:

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:

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:

Moven

Add to pom.xml

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

Step 2. Add the dependency

<dependency>
<groupId>com.github.FlutterGenerator</groupId>
<artifactId>SnowFall</artifactId>
<version>Tag</version>
</dependency>

Share this release:

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:

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:

About

SnowFall

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages