Flutter Weekly Issue 55

来源:https://www.cnblogs.com/inferjay/archive/2020/05/13/12881620.html
-Advertisement-
Play Games

新聞 1. "Flutter 1.17 | 2020 首個穩定版發佈!" 1. "Dart 2.8 發佈了" 1. "Flutter web 最新進展: 發掘更多可能!" 教程 1. "Flutter線上代碼覆蓋率解決方案——FlutterCodeX" 插件 1. "flutter h5pay" A ...


新聞

  1. Flutter 1.17 | 2020 首個穩定版發佈!

  2. Dart 2.8 發佈了

  3. Flutter web 最新進展: 發掘更多可能!

教程

  1. Flutter線上代碼覆蓋率解決方案——FlutterCodeX

插件

  1. flutter-h5pay

    A Flutter plugin for h5pay(Support WeChat and Alipay)

  2. flutter-link-preview

    A Rich Link Preview flutter plugin.

  3. futuristic

    Makes it possible to safely execute and retry a Future inside a StatelessWidget

  4. nearby-connections

    Flutter plugin (android) for sharing bytes and files Offline, (Based on the android Nearby Connections API)

  5. tiled.dart

    A Tiled Dart library

  6. flutter-oktoast

    a pure flutter toast library

  7. Flutter-MaterialAlertDialog

    A new Flutter MaterialAlertDialog package project.Flutter package to implement animated, smiling_face_with_three_hearts Attractive, artstylish Material Dialog in Flutter easily

  8. flutter-tex

    A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX

  9. r-upgrade

    Android and IOS upgrade plugin/Flutter應用升級/下載插件(帶通知欄進度)

  10. flutter-wechat-assets-picker

    An assets picker in WeChat style, support multi assets picking.

  11. get-it

    Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App

  12. file

    A generic file system abstraction for Dart.

  13. stacked

    A Flutter application architecture created from real world scenarios

  14. video-player-web-hls

    Supports hls on chrome and other browsers.

  15. pinnable-listview

    A ListView widget capable of pinning a child to the top of the list.

  16. flutter-sound

    This plugin provides simple recorder and player functionalities for both android and ios platforms. This plugin handles file from remote url. This plugin can handle playback stream from native (To sync exact time with bridging).

  17. flutter-test-ui

    Wrapper for flutter_test that adds a tester argument to setUp and tearDown functions

  18. AdvFab

    An Advanced floating action button that expands itself to reveal its hidden widget.

  19. mailto

    Simple Dart package for creating mailto links in your Flutter apps or web pages

  20. flutter-secure-storage

    A Flutter plugin to store data in secure storage

  21. audio-service

    Flutter plugin to play audio in the background while the screen is off.

  22. uni-links

    A Flutter plugin project to help with App/Deep Links (Android) and Universal Links and Custom URL schemes (iOS).

  23. flutter-speed-dial

    Flutter plugin to implement a Material Design Speed Dial

  24. sqfEntity

    SqfEntity is based on SQFlite plugin and lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework

  25. esys-flutter-share

    A Flutter plugin for sharing files & text with other applications.

  26. background-location

    A Flutter plugin to get location updates in the background for both Android and iOS (Requires iOS 10.0+). Uses CoreLocation for iOS and FusedLocationProvider for Android

  27. flutter-tensorflow-lite

    A Flutter plugin to access TensorFlow Lite apis.

  28. edge-detection

    A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

  29. painter

    A simple flutter widget to paint with your fingers

App

  1. Serene

    a white noise app developed with Flutter. It helps you meditate, sleep better, focus, relax and be calm.

  2. habit-formation

    Habit formation is an Android & iOS app which is built using Flutter UI Toolkit.

  3. flutter-whirlpool

    Flutter UI challenge, Smart washing machine app

  4. open-bonfire

    Open source code for Bonfire app (may be deprecated code compared to private repository)

工具

  1. flutter-localizer

    IntelliJ Plugin to ease the process of localizing hard coded strings in Flutter projects

  2. flutter-installer

    An installation toolkit for Flutter SDK on Windows PCs

原文地址:https://flutterweekly.dev/flutter-weekly-issue-55/
版權聲明:禁止一切形式的轉載-禁止商用-禁止衍生


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 表結構 student(StuId,StuName,StuAge,StuSex) 學生表 teacher(TId,Tname) 教師表 course(CId,Cname,C_TId) 課程表 sc(SId,S_CId,Score) 成績表 問題十一:查詢至少有一門課與學號為“1001”的同學所學相同 ...
  • 1. 概述 Apache Cassandra將數據存儲在表中,每個表都由行和列組成。CQL(Cassandra查詢語言)用於查詢存儲在表中的數據。Apache Cassandra數據模型基於查詢並針對查詢進行了優化。Cassandra不支持用於關係資料庫的關係數據建模。Cassandra數據建模專註 ...
  • 從北斗衛星時鐘(北斗校時器)發展縱論世界衛星導航新格局 從北斗衛星時鐘(北斗校時器)發展縱論世界衛星導航新格局 更多資料添加京準電子科技官微——ahjzsz 世紀初,世界衛星導航領域建成並提供服務的衛星導航系統,主要有美國GPS、俄羅斯GLONASS和我國北斗衛星導航系統。其中,美國GPS系統向全球 ...
  • (一)跳躍表 跳躍表是一種有序的數據結構,它通過每個節點中維持多個指向其他節點的指針,從而達到快速訪問節點的目的。 Redis使用跳躍表作為有序集合鍵的底層實現之一,如果一個有序集合包含的元素數量比較多,或者有序集合中元素的成員是比較長的字元串時,Redis就會使用跳躍表作為有序集合鍵的底層實現。 ...
  • 前言: 本文詳細介紹了 HBase QualifierFilter 過濾器 Java&Shell API 的使用,並貼出了相關示例代碼以供參考。QualifierFilter 基於列名進行過濾,在工作中涉及到需要通過HBase 列名進行數據過濾時可以考慮使用它。比較器細節及原理請參照之前的更文: " ...
  • 情況 App採用Glide做載入網路圖片功能。穩定版本的App,突然有很多圖片無法載入出來,經排查,除了Glide框架已經緩存過的圖片其他圖片都觸發了Glide.onError 異常為 大意是系統無法生成GlideModule。 我的編譯環境: 第一個解決方案: 無效 第二個解決方案 用 Java ...
  • 介紹 App 的啟動時間是體現其性能優劣的一個重要指標,啟動時間越快用戶的等待時間就越短,提升用戶體驗感,大廠應用甚至會做到“ 毫秒必究 ”。 我們將 App 啟動方式分為: 名稱說明 冷啟動 App 啟動時,應用進程不在系統中(初次打開或程式被殺死),需要系統分配新的進程來啟動應用。 熱啟動 Ap ...
  • 1.MainActivity.kt跳轉處理 聲明全局的按鈕對象 private lateinit var button8: Button 實例化按鈕對象 button8 = findViewById(R.id.mButton8) button8.setOnClickListener(this) 添加 ...
一周排行
    -Advertisement-
    Play Games
  • Dapr Outbox 是1.12中的功能。 本文只介紹Dapr Outbox 執行流程,Dapr Outbox基本用法請閱讀官方文檔 。本文中appID=order-processor,topic=orders 本文前提知識:熟悉Dapr狀態管理、Dapr發佈訂閱和Outbox 模式。 Outbo ...
  • 引言 在前幾章我們深度講解了單元測試和集成測試的基礎知識,這一章我們來講解一下代碼覆蓋率,代碼覆蓋率是單元測試運行的度量值,覆蓋率通常以百分比表示,用於衡量代碼被測試覆蓋的程度,幫助開發人員評估測試用例的質量和代碼的健壯性。常見的覆蓋率包括語句覆蓋率(Line Coverage)、分支覆蓋率(Bra ...
  • 前言 本文介紹瞭如何使用S7.NET庫實現對西門子PLC DB塊數據的讀寫,記錄了使用電腦模擬,模擬PLC,自至完成測試的詳細流程,並重點介紹了在這個過程中的易錯點,供參考。 用到的軟體: 1.Windows環境下鏈路層網路訪問的行業標準工具(WinPcap_4_1_3.exe)下載鏈接:http ...
  • 從依賴倒置原則(Dependency Inversion Principle, DIP)到控制反轉(Inversion of Control, IoC)再到依賴註入(Dependency Injection, DI)的演進過程,我們可以理解為一種逐步抽象和解耦的設計思想。這種思想在C#等面向對象的編 ...
  • 關於Python中的私有屬性和私有方法 Python對於類的成員沒有嚴格的訪問控制限制,這與其他面相對對象語言有區別。關於私有屬性和私有方法,有如下要點: 1、通常我們約定,兩個下劃線開頭的屬性是私有的(private)。其他為公共的(public); 2、類內部可以訪問私有屬性(方法); 3、類外 ...
  • C++ 訪問說明符 訪問說明符是 C++ 中控制類成員(屬性和方法)可訪問性的關鍵字。它們用於封裝類數據並保護其免受意外修改或濫用。 三種訪問說明符: public:允許從類外部的任何地方訪問成員。 private:僅允許在類內部訪問成員。 protected:允許在類內部及其派生類中訪問成員。 示 ...
  • 寫這個隨筆說一下C++的static_cast和dynamic_cast用在子類與父類的指針轉換時的一些事宜。首先,【static_cast,dynamic_cast】【父類指針,子類指針】,兩兩一組,共有4種組合:用 static_cast 父類轉子類、用 static_cast 子類轉父類、使用 ...
  • /******************************************************************************************************** * * * 設計雙向鏈表的介面 * * * * Copyright (c) 2023-2 ...
  • 相信接觸過spring做開發的小伙伴們一定使用過@ComponentScan註解 @ComponentScan("com.wangm.lifecycle") public class AppConfig { } @ComponentScan指定basePackage,將包下的類按照一定規則註冊成Be ...
  • 操作系統 :CentOS 7.6_x64 opensips版本: 2.4.9 python版本:2.7.5 python作為腳本語言,使用起來很方便,查了下opensips的文檔,支持使用python腳本寫邏輯代碼。今天整理下CentOS7環境下opensips2.4.9的python模塊筆記及使用 ...