GithubHelp home page GithubHelp logo

Comments (3)

lijy91 avatar lijy91 commented on September 28, 2024 1

更新 flutter_flipperkit 到 0.0.9 后需要在你项目的 android/settings.gradle 增加几行代码(这次变更是为了为了支持 flipper 可以在 release mode 下能正常编译)

android/settings.gradle:

...

plugins.each { name, path ->
    def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile()
    include ":$name"
    project(":$name").projectDir = pluginDirectory

+    if (name == 'flutter_flipperkit') {
+        include ':flipper-no-op'
+        project(':flipper-no-op').projectDir = new File(pluginDirectory, 'flipper-no-op')
+    }
}

...

给你造成的不便实在抱歉了,后续可以通过 Telegram Group 直接联系我。

from flutter_flipperkit.

TshineZheng avatar TshineZheng commented on September 28, 2024

Wow,试了下可以了,感谢这么快速回复。
另外,这个错误好像是 0.0.8 就出现了,我是出现错误后升到 0.0.9 的。

from flutter_flipperkit.

lijy91 avatar lijy91 commented on September 28, 2024

可以了解一下语义化版本 https://www.dartlang.org/tools/pub/versioning#semantic-versions,我们实际定义的是 ^0.0.8 ,但当 0.0.9 发布后,你再次 package get 后会下载 0.0.9 版本。这是 ^ 符号的作用。

from flutter_flipperkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.