教程

  1. 一个易迁移、兼容性高的 Flutter 富文本方案

  2. 复杂业务如何保证Flutter的高性能高流畅度?

插件

  1. flutter_color_models

    A wrapper for the Dart color_models plugin with added support for Flutter's Color class.

  2. FlutterToast

    A Flutter Toast plugin.

  3. flutter_rs

    Build beautiful desktop apps with flutter and rust.

  4. credit_card_validator

    A Dart package that validates credit card numbers, expiration dates, and security codes (CVV/CVC) based on the type of credit card

  5. rule_engine_dart

    A small rule engine for Dart and Flutter

  6. vin_decoder_dart

    A VIN decoding and validation library for Dart.

  7. crypton

    A simple Dart library for asymmetric encryption and digital signatures

  8. async_message_queue_controller

    An asynchronous message queue controller for Dart

  9. flutter_lua

    This is a Flutter plugin that embeds a Lua interpreter and runtime for executing dynamic scripts from Flutter apps.

  10. wasm.dart

    WebAssembly virtual machine for Dart [work in progress]

  11. google_translator

    Free Google Translate API for Dart

  12. flutter_mrz_scanner

    Scans MRZ (Machine Readable Zone) from identity documents.

  13. node_interop

    Interop library for writing Node.js apps and modules in Dart.

  14. flutter_opencv

    A Flutter plug-in providing a binding to OpenCV-4.x.

  15. hydro_sdk

    Author native Flutter experiences in Typescript and deliver updates directly to users over the air and out of band

  16. dart_pad_widget

    A new Flutter package that allows you to easily embed DartPad into your Flutter Web application.

  17. client_server_lan

    A LAN communication Flutter package based off Node Commander but removing parts such as Commander Nodes and making communication between client and server two way.

  18. build_context

    Access most used properties in your BuildContext instance.

  19. gizmos_hud

    A Flutter package for displaying custom HUD's, Toasts, or other screen overlays. Any widget can be displayed, in any position on the screen for a completely customized interface.

  20. change_app_package_name

    Change App Package Name with single command. It makes the process very easy and fast.

  21. asset_toast

    reddit like toast

  22. dartz

    Functional programming in Dart

  23. flutter_stats_fl

    A simple FPS monitor for Flutter

  24. flutter_custom_refresh_indicator

    This package adds CustomRefreshIndicator widget that allows you to create whatever indicator you want.

  25. tflite_flutter_plugin

    TensorFlow Lite plugin provides a dart API for accessing TensorFlow Lite interpreter and performing inference. It binds to TensorFlow Lite C API using dart:ffi.

  26. markdown_widget

    A simple and easy-to-use markdown package created by flutter.完全由flutter创建,一个简单好用,支持mobile与flutter web的markdown插件

App

  1. Flutter_Music_App

    A new Flutter Flutter Music App built playing with animation and local music files from Soundcloud

  2. FlutterUnit

    Flutter源码中的可用的组件一共350个左右,纷繁复杂,也没有明确的分类标准 FlutterUnit 对大大小小,常用不常用的组件能收的尽量收录。并根据个人感觉进行评星 目前收录组件207个,每个都有至少一个演示展现和代码展示。

  3. NextBusSG

    An app to show everything bus related in Singapore, including bus arrival times and a directory, with extra features.

  4. bonfire

    (RPG maker) Create RPG-style or similar games more simply with Flame.

工具

  1. flutter_create

    For creating custom flutter project from template

199元学习大礼包:点击领取
原文地址:https://androidweekly.io/news-developer-tools-to-debug-webview-in-beta/
版权声明:禁止一切形式的转载-禁止商用-禁止衍生
公众号:Android开发技术周刊

Flutter Weekly Issue 52的更多相关文章

  1. Flutter Weekly Issue 47

    教程 开辟 Dart 到 Native 的超级通道,饿了么跨平台的最佳实践 当永恒的软键盘问题遇到Flutter 插件 fijkplayer ijkplayer for flutter. ijkpla ...

  2. Flutter Weekly Issue 49

    插件/Librarys flutter_date_pickers Allows to use date pickers without dialog. Provides some customizab ...

  3. Flutter Weekly Issue 53

    插件 left-scroll-actions A useful left scroll actions widget like WeChat.一款仿微信效果的 Flutter 左滑菜单插件.现在支持i ...

  4. Android Weekly Notes Issue #238

    Android Weekly Issue #238 January 1st, 2017 Android Weekly Issue #238 本期内容包括: Firebase发送Notification ...

  5. Android Weekly Notes Issue #258

    Android Weekly Issue #258 May 21st, 2017 Android Weekly Issue #258 本期内容: 围绕着Google I/O的热潮, 本周的posts除 ...

  6. Android Weekly Notes Issue #237

    Android Weekly Issue #237 December 25th, 2016 Android Weekly Issue #237 这是本年的最后一篇issue, 感谢大家. 本期内容包括 ...

  7. Android Weekly Notes Issue #236

    Android Weekly Issue #236 December 18th, 2016 Android Weekly Issue #236 本期内容包括: Google的物联网平台Android ...

  8. Android Weekly Notes Issue #235

    Android Weekly Issue #235 December 11th, 2016 Android Weekly Issue #235 本期内容包括: 开发一个自定义View并发布为开源库的完 ...

  9. Android Weekly Notes Issue #234

    Android Weekly Issue #234 December 4th, 2016 Android Weekly Issue #234 本期内容包括: ConstraintLayout的使用; ...

随机推荐

  1. 使用SparkSQL编写wordCount的词频统计

    # 使用SparkSQL编写wordCount的词频统计 ## word.txt```hello hello scala sparkjava sql html java hellojack jack ...

  2. 北邮oj 104. 912星球的研究生

    104. 912星球的研究生 时间限制 1000 ms 内存限制 65536 KB 题目描述 最近912星球的研究生入学了,912星球的教务处因此忙的焦头烂额,要求yzr做一个信息管理系统登陆查询研究 ...

  3. Leetcode——二叉树常考算法整理

    二叉树常考算法整理 希望通过写下来自己学习历程的方式帮助自己加深对知识的理解,也帮助其他人更好地学习,少走弯路.也欢迎大家来给我的Github的Leetcode算法项目点star呀~~ 二叉树常考算法 ...

  4. PyTorch 实战-张量

    Numpy 是一个非常好的框架,但是不能用 GPU 来进行数据运算. Numpy is a great framework, but it cannot utilize GPUs to acceler ...

  5. PyTorch专栏(八):微调基于torchvision 0.3的目标检测模型

    专栏目录: 第一章:PyTorch之简介与下载 PyTorch简介 PyTorch环境搭建 第二章:PyTorch之60分钟入门 PyTorch入门 PyTorch自动微分 PyTorch神经网络 P ...

  6. 一次作业过程及其问题的记录:mysql建立数据库、建表、查询和插入等

    前言 这次的作业需要我建立一个小的数据库. 这次作业我使用了mysql,进行了建库.建表.查询.插入等操作. 以下是对本次作业相关的mysql操作过程及过程中出现的问题的记录. 正文 作业中对数据库的 ...

  7. 物体的三维识别与6D位姿估计:PPF系列论文介绍(三)

    作者:仲夏夜之星 Date:2020-04-08 来源:物体的三维识别与6D位姿估计:PPF系列论文介绍(三) 文章“A Method for 6D Pose Estimation of Free-F ...

  8. 相见恨晚的 Git 命令动画演示,一看就懂!

    虽然 Git 是一个强大的工具,但是我觉得大部分人都会同意我说的:它也可以是一个--噩梦!我一直觉得,使用 Git 的时候把操作过程在脑海里视觉化会非常有用:当我执行某个命令的时候,分支之间是如何交互 ...

  9. P1044 栈(递归、递推、卡特兰、打表)

    P1044 栈 题目背景 栈是计算机中经典的数据结构,简单的说,栈就是限制在一端进行插入删除操作的线性表. 栈有两种最重要的操作,即pop(从栈顶弹出一个元素)和push(将一个元素进栈). 栈的重要 ...

  10. Python学习笔记:迭代器(Iterator)详解

    一.可迭代的对象(Iterable) 1.定义:可以直接用在循环的数据类型,如list,tuple,dict,set,str,还有generator(生成器), 和带yield的函数,这些直接可以用在 ...