image_picker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.tozmart</groupId> <artifactId>image_picker</artifactId> <version>0.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.tozmart</groupId> <artifactId>image_picker</artifactId> <version>0.0.5</version> <packaging>aar</packaging> <name>image_picker</name> <description>image_picker</description> <url>https://github.com/tozmart/tozisdk</url> <licenses> <license> <name>The Apache Software License, artVersion 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>image_picker</id> <name>tozmart</name> <email>ys.w@tozmart.com</email> </developer> </developers> <scm> <connection>https://github.com/tozmart/tozisdk.git</connection> <developerConnection>https://github.com/tozmart/tozisdk.git</developerConnection> <url>https://github.com/tozmart/tozisdk</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.exifinterface</groupId> <artifactId>exifinterface</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.tozmart</groupId> <artifactId>flutter_plugin_android_lifecycle</artifactId> <version>0.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.flutter</groupId> <artifactId>flutter_embedding_release</artifactId> <version>1.0.0-241c87ad800beeab545ab867354d4683d5bfb6ce</version> <scope>compile</scope> </dependency> </dependencies> </project>