插件/Librarys

  1. flutter_date_pickers

    Allows to use date pickers without dialog. Provides some customizable styles for date pickers.

  2. dart_pdf

    Pdf creation library for dart/flutter

  3. verify

    A Dart validation DSL to validate your flutter app models.

  4. flutter_sliding_tutorial

    User onboarding library with smooth animation of objects and background colors

  5. shared_versions

    a command line tool that allow share the versions for multiple packages in Flutter

  6. flutter_hardware_buttons

    A Flutter plugin for iOS and Android for detecting various hardware buttons.

  7. flutterlocation

    A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

  8. flutter_autowidth

    根据屏幕调整组件的宽度.

  9. flutter_calendar_strip

    Easy to use and beautiful calendar strip component for Flutter.

  10. optimized_cached_image

    A flutter library for loading images from network, resizing as per container size and caching while being memory sensitive.

  11. thrio

    Thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.

  12. Flip

    A paper flipping animation built using Flutter

  13. sweetsheet

    Show beautiful bottom sheet as confirmation dialog quickly and easily.

  14. water_drop

    A simple package for adding water drops to your Widgets!

  15. decoding_text_effect

    A flutter package for creating DecodingTextEffect widget.

  16. flutter_redux

    A set of utilities that allow you to easily consume a Redux Store to build Flutter Widgets.

  17. lumberdash

    Do you need logs? Lumberdash is the answer! With a simple but powerful logging API, Lumberdash is the easiest way to record logs. And if that is not enough, you can extend its API and create your own custom plugins for your own logging needs.

示例

  1. flutter_starter_kit

    A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app

App

  1. flutter_netease_music

    flutter music player application, support iOS and Android. (仿网易云音乐)

199元学习大礼包:点击领取
原文地址:https://flutterweekly.dev/flutter-weekly-issue-49/
版权声明:禁止一切形式的转载-禁止商用-禁止衍生
公众号:Android开发技术周刊

Flutter Weekly Issue 49的更多相关文章

  1. Flutter Weekly Issue 47

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

  2. Flutter Weekly Issue 52

    教程 一个易迁移.兼容性高的 Flutter 富文本方案 复杂业务如何保证Flutter的高性能高流畅度? 插件 flutter_color_models A wrapper for the Dart ...

  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. qt creator源码全方面分析(3)

    目录 项目文件分析 qtcreator.pro 包含qtcreator.pri Qt版本判断 包含doc.pri 源码组织架构 指定dist文件列表 qbs配置 指定架构和平台 指定基础名 指定lin ...

  2. Maven使用和配置

    Maven使用和配置 一.maven安装和概念 maven安装 maven编译(compile) 执行测试用例(test) maven打包(package) maven依赖管理 1.maven安装 官 ...

  3. SpringCloud Ribbon组成和负载均衡规则

    Ribbon饥饿加载 默认情况下Ribbon是懒加载的.当服务起动好之后,第一次请求是非常慢的,第二次之后就快很多. 解决方式:开启饥饿加载 ribbon: eager-load: enabled: ...

  4. Nuts.js01

    1.简介 Vue ssr框架.支持vue2,vue-router,vuex,vue server render, vue meta 2.基本使用: vue init nuxt-community/ko ...

  5. [Tensorflow-CPU完整安装过程-Win10]新手各种踩过的坑

    流程介绍:先安装Anaconda(不同Python版本对于Anaconda不同!!见图),然后就是在Anaconda Prompt里面安装Tensorflow即可. 环境介绍:Anaconda3-4. ...

  6. 第二章、 Vue 起步

    2-2.编写hello world 首先创建vue实例,然后实例接收一些配置项,el表示实例负责管理的区域,data表示区域内的数据 两秒后内容变为bye world 其中app表示实例对象,$dat ...

  7. python使用while循环实现九九乘法表

    a = 1while a <= 9: b = 1 while b <= a: print("%d*%d=%d\t" % (b, a, a * b), end=" ...

  8. windows7免费永久激活方法分享

    前言 我相信,这里肯定有看过我上一篇博客的同学. 我说了,为解决windows7激活问题,我会找一个比较好的方法. 首先先让大家看一看激活前windows7的计算机属性: 显示是未激活的.下面就是方法 ...

  9. iframe 框架父页面刷新子页面

    1.父页面添加: <script> function testBtn(){   var reshSrc = document.getElementById('myFrame').src; ...

  10. mysql 如果没有密码 就不能远程连接

    mysql 如果没有密码 就不能远程连接