space-77 / flutter_main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_main

H5 壳应用

TODO

  1. 文件预览 open_file

FIXME

  1. 位置 fix bug
  2. request fix bug
  3. upload fix bug
  4. download fix bug
  5. 拍照后横屏没纠正

引用 public 文件异常

应用 public 里的资源请求路径异常

指定内置在 APP 的前端资源包路径

前端资源包路径 assets/www/

问题:需要在 pubspec.yaml 文件里的 assets 把前端资源包的所有文件夹都定义一遍。
eg:

flutter:
  assets:
    - assets/www/
    - assets/www/assets/

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About


Languages

Language:Dart 97.0%Language:Ruby 1.8%Language:Swift 0.9%Language:Kotlin 0.2%Language:Objective-C 0.0%