1 Star 0 Fork 0

befovy / flutter_volume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 855 Bytes
一键复制 编辑 原始数据 按行查看 历史
befovy 提交于 2020-11-15 16:17 . docs: update readme, add declaration

flutter_volume

A flutter plugin for volume control and monitoring, support iOS and Android

手把手带你写 Flutter 系统音量插件 https://www.yuque.com/befovy/share/flutter_volume

If you have problems about kotlin environment. Maybe you should add next codes in your android root project build.gradle.

buildscript {
    ext.kotlin_version = '1.3.72'
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

Declaration

This repo is created for example about how to create a flutter plugin.

I don't want this repo to be used in productive environment.
If someone want use this as a volume plugin, please fork and make your own publish.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/befovy/flutter_volume.git
git@gitee.com:befovy/flutter_volume.git
befovy
flutter_volume
flutter_volume
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891