flutter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.muhammadimran021</groupId> <artifactId>flutter</artifactId> <version>1.0.3</version> </dependency>
<?xml version='1.0' encoding='utf-8'?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.muhammadimran021</groupId> <artifactId>flutter</artifactId> <version>1.0.3</version> <packaging>aar</packaging> <name>Flutter SDK Release</name> <description>Flutter module SDK for Android integration with embedding - Release version</description> <url>https://github.com/muhammadimran021/FluuterSdk1</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>muhammadimran021</id> <name>Muhammad Imran</name> <email>Muhammad_imran01@hotmail.com</email> <url>https://github.com/muhammadimran021</url> </developer> </developers> <scm> <url>https://github.com/muhammadimran021/FluuterSdk1</url> <connection>scm:git:git://github.com/muhammadimran021/FluuterSdk1.git</connection> <developerConnection>scm:git:ssh://git@github.com/muhammadimran021/FluuterSdk1.git</developerConnection> </scm> </project>