Coder Social home page Coder Social logo

da-yan-app-flutter's Introduction

大雁APP

基于Flutter实现的一款BLE低功耗蓝牙定位查找应用程序。集成高德SDK,实现地图显示,以及定位功能。

Flutter 入门

如果这是你的第一个Flutter项目,有一些资源可以帮助你开始:

有关Flutter开发入门的帮助,请查看 在线文档, 提供教程, 示例、移动的开发指南和完整的API参考。

打包

分平台打包 armeabi-v7a、arm64-v8a、x86_64

flutter build apk --split-per-abi

启动图标设置

安装 flutter_launcher_icons 插件

 flutter pub add dev:flutter_launcher_icons

添加配置信息,打开 pubspec.yaml

flutter_icons:
  image_path: "assets/launch/logo.png"
  android: true 
  ios: true 

执行创建命令,注意:每次替换图标需要重新执行该命令

flutter pub run flutter_launcher_icons:main

注意事项


Format: 32-bit PNG

icon 大小必须是  1024x1024

确保在 40px 大小时也能清晰可见,这是 icon 最小的尺寸。

icon 不能大于 1024KB

icon 不能是透明的。

必须是正方形,不能有圆角。

icon 的边可能会被切掉,因为 Icon 最后展示的可能不是正方形,所以一般边上需要留白。


da-yan-app-flutter's People

Contributors

yoguang avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

lordluo123

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.