Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a generated file; do not edit or check into version control.
video_player=/home/brisanet/.pub-cache/hosted/pub.dev/video_player-2.9.1/
video_player_android=/home/brisanet/.pub-cache/hosted/pub.dev/video_player_android-2.7.5/
video_player_avfoundation=/home/brisanet/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.1/
video_player_web=/home/brisanet/.pub-cache/hosted/pub.dev/video_player_web-2.3.2/
video_player=/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player-2.9.2/
video_player_android=/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_android-2.7.17/
video_player_avfoundation=/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.7/
video_player_web=/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_web-2.3.3/
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"video_player_avfoundation","path":"/home/brisanet/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"video_player_android","path":"/home/brisanet/.pub-cache/hosted/pub.dev/video_player_android-2.7.5/","native_build":true,"dependencies":[]}],"macos":[{"name":"video_player_avfoundation","path":"/home/brisanet/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"video_player_web","path":"/home/brisanet/.pub-cache/hosted/pub.dev/video_player_web-2.3.2/","dependencies":[]}]},"dependencyGraph":[{"name":"video_player","dependencies":["video_player_android","video_player_avfoundation","video_player_web"]},{"name":"video_player_android","dependencies":[]},{"name":"video_player_avfoundation","dependencies":[]},{"name":"video_player_web","dependencies":[]}],"date_created":"2024-10-01 09:22:23.271175","version":"3.24.2","swift_package_manager_enabled":false}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"video_player_avfoundation","path":"/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.7/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"video_player_android","path":"/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_android-2.7.17/","native_build":true,"dependencies":[]}],"macos":[{"name":"video_player_avfoundation","path":"/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.6.7/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"video_player_web","path":"/home/thiago.tavares/.pub-cache/hosted/pub.dev/video_player_web-2.3.3/","dependencies":[]}]},"dependencyGraph":[{"name":"video_player","dependencies":["video_player_android","video_player_avfoundation","video_player_web"]},{"name":"video_player_android","dependencies":[]},{"name":"video_player_avfoundation","dependencies":[]},{"name":"video_player_web","dependencies":[]}],"date_created":"2025-01-28 10:16:59.034024","version":"3.27.3","swift_package_manager_enabled":false}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
5 changes: 5 additions & 0 deletions assets/icons/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace 'com.example.example'
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion

Expand Down
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.7.0'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:8.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
1 change: 1 addition & 0 deletions example/assets/lottie/searching.json

Large diffs are not rendered by default.

Loading