Goddchen
Goddchen
Can't reproduce, is this still valid?
Hey, I currently don't find the free time to include it myself. But any pull requests will gladly be merged :)
Btw: would you mind adding the `hacktoberfest` label to the repo or the `hacktoberfest-accepted` label to this PR? 😎
Also this part will be an issue since Flutter 3.10 uses Dart >=3. ```yaml environment: sdk: '>=2.12.0
@aytunch you can override it even when it is only a transitive dependency. Just use `dependency_overrides` instead of `dependencies`. ```dart dependency_overrides: wakelock: git: url: [email protected]:formigas/wakelock.git path: wakelock/ ref: main ```
@aytunch hm strange, the `And because pod_player >=0.1.1 depends on wakelock ^0.6.2` and the `dependency_overrides` for `wakelock` existing at the same time doesn't make real sense to me. Sorry, I...
Hey, I currently don't find the free time to include it myself. But any pull requests will gladly be merged :)
This for example is the gradle build file that I used for the StickyListHeaders library: ``` buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.5.+' } } apply plugin:...
Don't have the free time right now but I'll gladly accept any pull requests :)
PR incoming -> #2406