Coder Social home page Coder Social logo

flutter_home_indicator's People

Contributors

cristian1980 avatar lynn avatar nohli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_home_indicator's Issues

Lexical or Preprocessor Issue (Xcode): 'home_indicator-Swift.h' file not found

兄弟, 感谢发布这个插件, 我用了很久,非常棒, 但是最近升级的项目, 发现编译出现问了, 找不到头文件, 所以我新建了一个插件发现头文件这样式儿定义的

#if __has_include(<home_indicator/home_indicator-Swift.h>)
#import <home_indicator/home_indicator-Swift.h>
#else
// Support project import fallback if the generated compatibility header
// is not copied when this plugin is created as a library.
// https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816
#import "home_indicator-Swift.h"
#endif

Plugin not working

Hi I tried this plugin verison 2.2.0 using lower version of flutter and it was working. However, recently I upgraded to nullsafety and it's not working anymore. any solution or reason why this might happen? Thanks.

Screen Shot 2022-03-11 at 12 51 58

dart: 2.10.2
flutter: 2.16
iphone 11

Migration to Android V2 embedding

I get the following warning during my builds:

The plugin `home_indicator` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

update kotlin version in android/build.gradle

Ironically, this works like a charm on iOS, but broke my apk build:

ERROR: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher.
The following dependencies do not satisfy the required version:
project ':home_indicator' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71

(my gradle plugin is not the latest, but from april)

If you replace
ext.kotlin_version = '1.2.71'
with
ext.kotlin_version = '1.3.50'

it works - at least for me.

I can't use this plugin

I have some problem
when I use "pod install",it's show
464E78518C5B966F2EE5A1C1CA362034
so I add "SWIFT_VERSION" in my target and run "pod install", it's like it
4811E677D18484C26D5B10F10F6EE849
I don't know how to solve the problem
what should I do? help me! Thanks

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.