教程

  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. [模板] LCA-最近公共祖先-倍增法

    2019-11-07 09:25:45 C.树之呼吸-叁之型-树上两点路径长度 Time Limit: 1000 MS Memory Limit: 32768 K Total Submit: 7 (4 ...

  2. sql server 数据库安装手册

    1. 双击setup.exe运行安装程序,进入[SQL Server 安装中心] 2. 选择左侧菜单栏[安装],运行第一项[全新安装或向现有安装添加功能] 3. 进入[SQL Server 2008 ...

  3. iOS hash

    一.iOS hash 下图列出 Hash 在 iOS 中的应用分析整理 知乎上的一句话: 算法.数据结构.通信协议.文件系统.驱动等,虽然自己不写那些东西,但是了解其原理对于排错.优化自己的代码有很大 ...

  4. 理解MapReduce计算构架

    用Python编写WordCount程序任务 程序 WordCount 输入 一个包含大量单词的文本文件 输出 文件中每个单词及其出现次数(频数),并按照单词字母顺序排序,每个单词和其频数占一行,单词 ...

  5. 牛客挑战赛38 (A - D)

    A - 多边形与圆 题目链接 题意 给出一个多边形的坐标和圆的半径, 多边形可以在圆内滚动, 问点 1 在成为转动中心到下一次成为转动中心的过程中经过的路程长度. 题解 枚举点 2 - n 成为转动中 ...

  6. CVE-2020-2551复现过程

    项目地址 cnsimo/CVE-2020-2551 CVE-2020-2551 weblogic iiop 反序列化漏洞 该项目的搭建脚本在10.3.6版本经过测试,12版本未测试. 环境 kali+ ...

  7. NKOJ 1353 图形面积

    时间限制 : 10000 MS   空间限制 : 65536 KB 问题描述 桌面上放了N个矩形,这N个矩形可能有互相覆盖的部分,求它们组成的图形的面积.(矩形的边都与坐标轴平行) 输入格式 输入第一 ...

  8. Java 运行时数据区

    写在前面 本文描述的有关于 JVM 的运行时数据区是基于 HotSpot 虚拟机. 概述 JVM 在执行 Java 程序的过程中会把它所管理的内存划分为若干个不同的数据区域.这些区域都有各自的用途,以 ...

  9. 程序开发中的术语,如IDE,OOP等等

    我们在开发程序过程中,会用到一些与编译有关的术语,比如:[编辑器.编译器.调试器.连接器,链接器.解释器,集成开发环境(Integrated Development Environment,IDE). ...

  10. Java进行二元操作类型转换

    当对两个数值进行二元操作时,先要将两个操作数转换为同一种类型,然后再进行计算. 如果两个操作数中有一个是double类型,另一个操作数就会转换为double类型. 否则,如果其中一个操作数是float ...