Giter VIP home page Giter VIP logo

flutter_init_app's Introduction

flutter module工程

1、主要涉及选用三方库:

2、项目开发遇到的问题记录:

1、TabBar与TabBarView结合使用时,联动时若添加indexIsChanging判断会把TabBarView切换屏蔽,不添加择切换Tab会导致出发两次

解决方案:

1.1、暂时更换PageView替换TabBarView,通过判断onPageChanged中index和TabBar的下标是否相等来判断TabBar是否需要切换,az_b_bottom_view和az_tab_list_view文件中使用;

1.2、将indexIsChanging更换为_tabController.index == _tabController.animation.value,my_order_page中使用。

2、商详顶部Tab点击跳转对应位置:由于页面渲染需要时间,所以在进入商详后3秒才会计算组件高度,所以3s内点击滚动位置不正确,暂时没有解决办法;

3、页面单独showDialog会导致fluro的路由重新初始化,若是页面Provider在路由初始化的时候配置,showDialog可能会导致该种方式初始化的Provider清空;

flutter_init_app's People

Contributors

keepstudyingace avatar

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.