Flutter Weekly Issue 51

标签: dev | 发表时间:2020-04-17 00:00 | 作者:
出处:http://itindex.net/relian

教程/Tutorial

  1. Dart快速入门系列教程

插件/Librarys

  1. flutter_page_tracker

    一个易用的 Flutter 应用页面事件埋点插件。它不仅支持在普通导航事件中监听页面曝光和离开,也支持弹窗的曝光和离开。

  2. flutter_sliver_tracker

    flutter滑动曝光埋点框架,支持SliverList、SliverGrid

  3. modal_bottom_sheet

    Create awesome and powerful modal bottom sheets.

  4. fluid_layout

    Fluid layouts allows you to create responsive layout for mobile, web and desktop from a single codebase.

  5. RateMyApp

    This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc…). You can even add your own conditions.

  6. flutter_login

    a ready-made login/signup widget with many animation effects to demonstrate the capabilities of Flutter

  7. supercharged

    Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.

  8. autopilot

    A test driver for Flutter to do QA testing without sharing app source code.

  9. flutter_tags

    With flutter tags you can create selectable or input tags that automatically adapt to the screen width

  10. flutter_inner_drawer

    Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list-menu or other.

  11. incrementally_loading_listview

    An extension of the Flutter ListView widget for incrementally loading items upon scrolling

  12. bottom_navy_bar

    A beautiful and animated bottom navigation

  13. titled_navigation_bar

    A beautiful and simple bottom navigation bar with smooth animation when switching selected item.

  14. magpie_fly

    Magpie-fly 是58集体出品组件库,封装了多种常用组件,以满足开发者需求。(Magpie-fly is a component library produced by 58 Group, which encapsulates a variety of common components to meet the needs of developers)

  15. magpie_log

    A visualized dynamic programming for log collection based on flutter.

  16. flutter_draw

    A beautiful drawing view for a your flutter application with single line of code

  17. modal_progress_hud

    A simple widget wrapper to enable modal progress HUD (a modal progress indicator, HUD = Heads Up Display)

  18. flutter_opencv

    This is a Flutter plugin that bundles and wraps the OpenCV computer-vision library for Java.

  19. flutter_sqlcipher

    SQLCipher database plugin for Flutter apps.

  20. flutter_android

    This is a Flutter plugin for using Android’s numerous platform-specific APIs in Flutter apps.

  21. barcode.flutter

    a Flutter library for simple and fast Barcode rendering via custom painter

  22. http_middleware

    A middleware library for Dart’s http library.

  23. flutter_emoji

    A light-weight Emoji for Flutter with all up-to-date emojis . Made from % ☕ with ❤️!

  24. poly

    A dart library to check if given point(s) are present inside polygon or not.

App

  1. Mobile_Banking_App_UI

    A mobile banking ui design app in a neomorphism style built using flutter.

  2. diaporama

    A pretty simple Flutter app to browse Reddit with swiping gestures

  3. flutter_ui_designs

    Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.

工具

  1. magpie

    Magpie Workflow is a visualized platform which designed to create, develop and compile your standalone flutter module;一个Flutter开发的工具流,实现独立Flutter模块的创建,开发,编译,打包,上传流程。

相关 [flutter weekly issue] 推荐:

Flutter Weekly Issue 51

- - IT瘾-dev
一个易用的 Flutter 应用页面事件埋点插件. 它不仅支持在普通导航事件中监听页面曝光和离开,也支持弹窗的曝光和离开. flutter滑动曝光埋点框架,支持SliverList、SliverGrid. Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list-menu or other..

dnfwah Issue 1发布

- mimitech - Solidot

闲聊 Flutter

- - bang’s blog
移动端开发从08年开始就有个大家前赴后继不断追求的目标:跨平台,15年时 nwind 有篇 雄文,详细调研了跨平台各流派,其中最后的 Dart 栏可以看到现在 Flutter 的雏形. 可以看出来,Flutter 是从精简浏览器的思路演化过来的,实际上 web 与 Flutter 从底层看是一致的,web 是提供了一层平台无关的独立引擎,可以看成平台只提供了画布,所有的UI组件、框架、事件处理都是 web 引擎封装处理.

Flutter原理与实践

- - 美团点评技术团队
Flutter是Google开发的一套全新的跨平台、开源UI框架,支持iOS、Android系统开发,并且是未来新操作系统Fuchsia的默认开发套件. 自从2017年5月发布 第一个版本以来,目前Flutter已经发布了近60个版本,并且在2018年5月发布了第一个 “Ready for Production Apps”的Beta 3版本,6月20日发布了第一个 “Release Preview”版本.

一个 Demo 入门 Flutter

- - limboy's HQ
Flutter 是 Google 研发的一套移动端开发框架,也是 Google 正在研发的下一代操作系统 Fuchsia 的 App 开发框架(Web 和 Desktop 也都在进行积极的尝试),前几天刚发布了 1.0 正式版. 关于 Flutter 的原理和介绍可以参考美团的 这篇文章. 本文希望通过一个 Demo 来更深入地了解 Flutter 的布局、状态管理等细节.

Spotify推荐引擎Discover Weekly的故事

- - Solidot
Spotify的软件工程师Edward Newett说,赋权自下而上的创新,奇迹将会发生. 他在上周举行的@Scale 会议上分享了开发Discover Weekly推荐引擎的故事. Discover Weekly设计帮助用户发现他们从未听过的新音乐,于一年前上线,至今已积累了4000多万的用户. Newett最初的工作是开发个性化网页,其中包含了向用户推荐他们可能感兴趣的专辑的系统.

Flutter Go:Flutter 开发者帮助 App

- - IT瘾-dev
帮助开发者快速上手 Flutter 内部测试中,1.0 正式版将于 2月 20日 发布. Release安装包下载地址. iphone下载地址: 暂无. Flutter 是什么?. 2018年6月21日Google发布Flutter首个release预览版,作为Google 大力推出的一种全新的响应式,跨平台,高性能的移动开发框架.

使用flv.js做直播 · Issue #3 · gwuhaolin/blog · GitHub

- -
为什么要在这个时候探索flv.js做直播呢. 原因在于各大浏览器厂商已经默认禁用Flash,之前常见的Flash直播方案需要用户同意使用Flash后才可以正常使用直播功能,这样的用户体验很致命. 在介绍flv.js之前先介绍下常见的直播协议以及给出我对它们的延迟与性能所做的测试得出的数据. 如果你看的很吃力可以先了解下音视频技术的一些.

【Weex】网易严选 App 感受 Weex 开发 · Issue #3 · zwwill/blog · GitHub

- -
自打出生的那一天起,Weex 就免不了被拿来同 React Native「一决高下」的命运. React Native 宣称「Learn Once, Write Anywhere」,而 Weex 宣称「Write Once, Run Everywhere」. 在我看来,并没有谁更好,只有谁更合适. 下面我将围绕 Weex 入门进行讲解.

Voicer Weekly 日本风物 | 大暑之茶(下篇)

- Lin - VOICER | We Voice Creativity and Inspiration
大暑,古人将大暑分三候:一候腐草为萤,二候土润溽暑,三候大雨时行. 每年此时正值三伏天的中伏,是一年中最热的时期. 暑气难消人心难耐,《大学》中说:“知止而后定,定而后能静,静而后能安”. 人生莫如这段艰难困境,吃茶而心静,心静则自然凉. 日本茶给人最初印象是抹茶,其实抹茶以外的品类也有很多. 由于各地栽种的方法和制茶发酵的差异,产生了各式各样的茶品.