parent
20b52e8c92
commit
7d1ca50283
@ -1,21 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<module type="JAVA_MODULE" version="4"> |
||||
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
||||
<exclude-output /> |
||||
<content url="file://$MODULE_DIR$"> |
||||
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/.pub" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/build" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/.pub" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/build" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_openim_sdk/.dart_tool" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_openim_sdk/.pub" /> |
||||
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/flutter_openim_sdk/build" /> |
||||
</content> |
||||
<orderEntry type="inheritedJdk" /> |
||||
<orderEntry type="sourceFolder" forTests="false" /> |
||||
<orderEntry type="library" name="Dart SDK" level="project" /> |
||||
<orderEntry type="library" name="Flutter Plugins" level="project" /> |
||||
</component> |
||||
</module> |
@ -1,8 +1,6 @@ |
||||
<component name="libraryTable"> |
||||
<library name="Flutter Plugins" type="FlutterPluginsLibraryType"> |
||||
<CLASSES> |
||||
<root url="file://$PROJECT_DIR$" /> |
||||
</CLASSES> |
||||
<CLASSES /> |
||||
<JAVADOC /> |
||||
<SOURCES /> |
||||
</library> |
||||
|
@ -1,6 +1,6 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="VcsDirectoryMappings"> |
||||
<mapping directory="" vcs="Git" /> |
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" /> |
||||
</component> |
||||
</project> |
@ -1 +1,15 @@ |
||||
TODO: Add your license here. |
||||
MIT License |
||||
|
||||
Copyright (c) 2021 |
||||
All rights reserved. |
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Loading…
Reference in new issue