教程

  1. 开辟 Dart 到 Native 的超级通道,饿了么跨平台的最佳实践

  2. 当永恒的软键盘问题遇到Flutter

插件

  1. fijkplayer

    ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter media player plugin for android/iOS based on ijkplayer. fijkplayr 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplayer。

  2. router_generator

    router_generator is a flutter library for router generation.

  3. state_notifier

    ValueNotifier, but outside Flutter and with some extra perks

  4. i69n

    Simple internationalization (i18n) package for Dart and Flutter.

  5. CustomSwitch

    Beautiful Custom Switch package created with Flutter.

  1. flutter_verification_code

    A Flutter package that help you create a verification input.

  1. .sensing_flutter

    CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.

  2. lpinyin

    Dart 汉字转拼音,Flutter, web, other

  3. flutter_workmanager

    A Flutter plugin which allows you to execute code in the background on Android and iOS.

  4. persian_datepicker

    A persian ( farsi ) datepicker for flutter.

  1. flutter_datetime_picker

    a date time picker in flutter

  1. flutter_cupertino_date_picker

    Flutter cupertino style date picker.

  1. flutter_progress_dialog

    Flutter progress dialog, support Android and iOS platform.

  1. flutter_skeleton

    Flutter skeleton screen

  1. date_range_picker

    Flutter date range pickers use a dialog window to select a range of date on mobile.

  1. f_datetimerangepicker

    Flutter Date & Time Range Picker

  1. Fluttify

    一个为原生(android, ios)SDK生成dart binding的引擎,解决了插件开发过程中的类型安全,编码繁琐等痛点。

  2. ResponsiveFramework

    Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

  3. conditional_wrapper

    A Flutter widget for conditionally wrapping a widget

  4. motion_widget

    A simple, powerful widget to build cool transitions

  5. dart_queue

    A library to easily handle sequential queueing of futures in dart.

  6. flutter_glove_box

    golden_toolkit Contains various testing tools that eBay Motors App team is using in their development on daily basis.

  7. flutter_sized_context

    Flutter code extension that provides MediaQuery sizing info directly on the BuildContext instance. Also adds some helper methods for sizing and layout.

  8. wakelock

    This Flutter plugin allows you to keep Android and iOS devices awake, i.e. prevent the screen from sleeping by toggling the wakelock of the device on or off.

  9. collection

    The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.

示例

  1. i18n_exploration

    Small sample app to work on simplifying the i18n process

  2. flutter_binoculars

    Flutter Binoculars Splash Screen Animation

Web

  1. fastdarktheme

    This project is a Flutter web experiment. It allows you to prototype dark mode colors based on popular apps: WhatsApp, Twitter and Shazam. You can select the Hue value you want, and the project will select everything else.

App

  1. gallery

    a resource to help developers evaluate and use Flutter. It is a collection of Material Design & Cupertino widgets, behaviors, and vignettes implemented with Flutter.

  1. txt

    Flutter Weekly Issue 47的更多相关文章

    1. Flutter Weekly Issue 49

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

    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. LeetCode Weekly Contest 47

      闲着无聊参加了这个比赛,我刚加入战场的时候时间已经过了三分多钟,这个时候已经有20多个大佬做出了4分题,我一脸懵逼地打开第一道题 665. Non-decreasing Array My Submis ...

    5. Android Weekly Notes Issue #238

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

    6. Android Weekly Notes Issue #258

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

    7. Android Weekly Notes Issue #237

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

    8. Android Weekly Notes Issue #236

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

    9. Android Weekly Notes Issue #235

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

    随机推荐

    1. DB2数据库多行一列转换成 一行一列

      在db2中遇到多行一列转为一行一列的需求时,用db2函数 LISTAGG可以实现该功能.语法如下: SELECT   [分组的字段 ] , LISTAGG([需要聚合的字段名], ',')   FRO ...

    2. 苹果联合创始人高调宣布弃用Facebook是什么梗?

      这段时间,扎克伯格非常郁闷.泄密丑闻不仅让Facebook股价大跌.引来审查等,还被众多互联网.科技大佬批判.孤立.如,"钢铁侠"马斯克就直接删除了SpaceX 和特斯拉的 Fac ...

    3. C\C++ 位域操作

      几篇较全面的位域相关的文章: http://www.uplook.cn/blog/9/93362/ C/C++位域(Bit-fields)之我见 C中的位域与大小端问题 内存对齐全攻略–涉及位域的内存 ...

    4. idea(or maven) 未结束字符串字面值 非法的表达式开始

      [ERROR] *.java:[38,27] 未结束的字符串字面值 [ERROR] *.java:[38,53] 需要 ';' [ERROR] *.java:[41,19] 需要 ')' [ERROR ...

    5. CodeFroces New Assignment 二分图匹配

      There is a class consisting of n students, in which each one has a number representing his/her perso ...

    6. 吴裕雄--天生自然KITTEN编程:移动与旋转

    7. 对Java tutorial-examples中hello2核心代码分析

      1.在hello2中有两个.java源文件分别是GreetingServlet.Java和ResponseServlet.jva文件主要对以下核心代码做主要分析. String username = ...

    8. 在C代码调用C++代码

      由于历史原因,以及不同开发人员的技术偏好,C语言和C++语言都有一些独有的非常有价值的项目,因而两种语言的互操作,充分利用前人造的轮子是一件非常有价值的事情. C++代码调用C代码很简单,只要分别在包 ...

    9. HTTP的响应码?

      响应头对浏览器来说很重要,它说明了响应的真正含义.例如200表示响应成功了,302表示重定向,这说明浏览器需要再发一个新的请求. l 200:请求成功,浏览器会把响应体内容(通常是html)显示在浏览 ...

    10. LeetCode【面试题 16.17. 连续数列】

      ------------恢复内容开始------------ 题目描述 给定一个整数数组(有正数有负数),找出总和最大的连续数列,并返回总和. 示例: 输入: [-2,1,-3,4,-1,2,1,-5 ...