Giter Site home page Giter Site logo

bridfish / shuaishuai_film Goto Github PK

View Code? Open in Web Editor NEW
73.0 73.0 19.0 5.19 MB

基于Provider+MVVM的Flutter 完整的视频App项目。本项目用到了flutter大量的组件。网络请求,数据解析,数据存储和数据展示App开发的四大步骤也被详细的展示出来。自定义视频播放器UI,自定义组件,检测网络变化判断视频是否可以继续播放等等,很多细节就不一一说明了。等着你来学习发现。本项目适合新手进行学习!

Kotlin 0.03% Ruby 0.84% Swift 0.10% Objective-C 0.01% Dart 99.01%

shuaishuai_film's People

Contributors

bridfish avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

shuaishuai_film's Issues

提示pub.flutter-io.cn 下 很多参数找不到

我的dart sdk 是2.8.4 我也试着按照yaml中导入pub.dev 下载其他版本的源码放入pub.flutter-io.cn文件夹下 也不行

/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/fluro-1.7.7/lib/src/fluro_router.dart:214:11: Error: No named parameter with the name 'reverseTransitionDuration'.
reverseTransitionDuration: transition == TransitionType.none
^^^^^^^^^^^^^^^^^^^^^^^^^
/D:/tool/dart/flutter/packages/flutter/lib/src/widgets/pages.dart:52:3: Context: Found this candidate, but the arguments don't match.
PageRouteBuilder({
^^^^^^^^^^^^^^^^
/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/sliver_value_layout_builder.dart:117:5: Error: The method 'rebuildIfNecessary' isn't defined for the class '_RenderSliverValueLayoutBuilder'.

  • '_RenderSliverValueLayoutBuilder' is from 'package:value_layout_builder/src/sliver_value_layout_builder.dart' ('/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/sliver_value_layout_builder.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'rebuildIfNecessary'.
    rebuildIfNecessary();
    ^^^^^^^^^^^^^^^^^^
    /D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/value_layout_builder.dart:105:5: Error: The method 'rebuildIfNecessary' isn't defined for the class '_RenderValueLayoutBuilder'.
  • '_RenderValueLayoutBuilder' is from 'package:value_layout_builder/src/value_layout_builder.dart' ('/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/value_layout_builder.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'rebuildIfNecessary'.
    rebuildIfNecessary();
    ^^^^^^^^^^^^^^^^^^

Compiler message:
/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/fluro-1.7.7/lib/src/fluro_router.dart:214:11: Error: No named parameter with the name 'reverseTransitionDuration'.
reverseTransitionDuration: transition == TransitionType.none
^^^^^^^^^^^^^^^^^^^^^^^^^
/D:/tool/dart/flutter/packages/flutter/lib/src/widgets/pages.dart:52:3: Context: Found this candidate, but the arguments don't match.
PageRouteBuilder({
^^^^^^^^^^^^^^^^
/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/sliver_value_layout_builder.dart:117:5: Error: The method 'rebuildIfNecessary' isn't defined for the class '_RenderSliverValueLayoutBuilder'.

  • '_RenderSliverValueLayoutBuilder' is from 'package:value_layout_builder/src/sliver_value_layout_builder.dart' ('/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/sliver_value_layout_builder.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'rebuildIfNecessary'.
    rebuildIfNecessary();
    ^^^^^^^^^^^^^^^^^^
    /D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/value_layout_builder.dart:105:5: Error: The method 'rebuildIfNecessary' isn't defined for the class '_RenderValueLayoutBuilder'.
  • '_RenderValueLayoutBuilder' is from 'package:value_layout_builder/src/value_layout_builder.dart' ('/D:/tool/dart/flutter/.pub-cache/hosted/pub.flutter-io.cn/value_layout_builder-0.1.0/lib/src/value_layout_builder.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'rebuildIfNecessary'.
    rebuildIfNecessary();
    ^^^^^^^^^^^^^^^^^^
    Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
    build failed.

FAILURE: Build failed with an exception.

  • Where:
    Script 'D:\tool\dart\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 882

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'D:\tool\dart\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 12s
Exception: Gradle task assembleDebug failed with exit code 1

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.