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
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...