Giter Club home page Giter Club logo

flutter-miniprogram's Introduction

Flutter Miniprogram

Flutter项目搭建小程序底层架构项目

Getting Started

  • Flutter verison 2.2.2
  • Dart version 2.13.3 (null safety)

Describe

当前项目由0-1正推小程序底层架构搭建演变方式。

  |- lib
    |- hall               // 演变主页,阶段性版本新建一个目录,并在 lib/hall/hall_page.dart 中添加一个入口访问
       |- temporary         // 临时目录,用户代码调试使用。
       |- jscore            // 演变一:jscore绑定运行演示
       |- server            // 演变二:启动server演示、演示读取本地文件
       |- serverAndView     // 演变三:结合server和jscore,server读取本地html+css,jscore运行js文件,webview进行展示,添加通讯系统
       |- route             // 演变四:基于演变三、添加路由系统
    |- jsBridget          // jsBridget实体类
    |- utils                // 目前抽离的公共类都在这里
       |- history           // 小程序路由管理(未完成)
       |- javascriptChannel // webview channel
       |- jsEnv             // js-core environment
       |- server            // 启动server公共服务
       |- utils             // 公共方法
       |- webview           // webview 封装
    |- main                 // entry

About

flutter-miniprogram's People

Contributors

csj5588 avatar helsonxiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter-miniprogram's Issues

pubspec.lock url 冲突

项目执行 flutter run 后会自动修改 pubspec.lock 中的 url

url: "https://pub.flutter-io.cn" -> url: "https://pub.dartlang.org"

感觉这种镜像源、cocoapods 版本、... 统一起来还蛮麻烦的,不知道有没有什么简单有效的方法,可以整理在贡献指南里。

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.