GithubHelp home page GithubHelp logo

flutter_application's Introduction

flutter_application

This is the logs for learning flutter, and some important blog.

flutter_application's People

Contributors

minhuaf avatar

Watchers

 avatar  avatar

flutter_application's Issues

【NOTE】flutter与react native 的对比认识

react native

  • facebook 发布
  • 同种语法在两个不同语言的平台中显示,那需要中间转换层Bridge,之前是javascript写的,但由于性能不好,现在改成c++写;
  • Bridge是单线程的,频繁调用会阻塞,会卡顿;
  • 同一个rn控件,由于在ios和安卓平台上通过bridge调用的是不同的控件,在显示上会有所不同,在代码中会有很多if(ios)类似的代码
  • 优点:在ios和安卓上能完美地支持热更新;

flutter

  • google 发布
  • skia 引擎;直接越过系统渲染引擎,用自己的skia引擎渲染;解决中间桥问题和风格不一样问题;
  • 缺点:ios不支持热更新,安卓能支持热更新;
  • 缺点:ios要嵌入skia引擎,包体会变大;

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.