Flutter Weekly Issue 61

来源:https://www.cnblogs.com/inferjay/archive/2020/06/24/13189259.html
-Advertisement-
Play Games

插件 sup A Flutter widget which displays an image, a title, and a subtitle for errors, empty states, or just fancy custom messages. pub-rules simple yet ...


插件

  1. sup

    A Flutter widget which displays an image, a title, and a subtitle for errors, empty states, or just fancy custom messages.

  2. pub-rules

    simple yet powerful and feature-rich validation library for both dart and flutter.

  3. flutter-libphonenumber

    Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.

  4. flutter-portal

    Overlay/OverlayEntry, but better

  5. flutter-adaptive-action-sheet

    A action bottom sheet that adapts to the platform (Android/iOS).

  6. web-browser

    Cross-platform 'dart:html' and web content widgets for Flutter applications.

  7. gql

    Libraries supporting GraphQL in Dart

  8. cubit

    a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.

  9. like-button

    a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something and animation effects to increase like count.

  10. flutter-graphql

    A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. Built after react apollo

  11. eyro-toast

    A simple yet powerful Flutter plugin for showing Toast at Android, iOS and Web.

  12. flutter-jsonloader

    Flutter library to open JSON from assets.

  13. spincircle-bottom-bar

    An easy to implement Spin Circle Bottom Navigation Bar for Flutter Applications.

  14. Vertical-Card-Pager

    Use dynamic and beautiful card view pagers to help you create great apps.

    ![](Use dynamic and beautiful card view pagers to help you create great apps.)

  15. Some-Calendar

    Custom calendar dialog widget for flutter with (multi select, single select, date range) mode

  16. dart-wp

    A WordPress API client for dart with support for WooCommerce and custom namespaces.

  17. fancy-bar

    A fancy yet beautiful animated widget for your Flutter apps

  18. flutter-google-maps

    A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.

  19. esptouch-flutter

    ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).

  20. empty-widget

    Custom_Empty widget is flutter plugin which is designed to notify user about some event.

  21. ssl-pinning-plugin

    SSL Pinning Plugin Flutter

  22. betterplayer

    Advanced video player based on video_player and Chewie. It's solves many typical use cases and it's easy to run.

  23. gradient-text

    A Flutter Widget for displaying gradient text, text with a gradient drawn through it.

  24. DLNA-Dart

    A simple DLNA DMC library implemented by Dart.

  25. Motion-Tab-Bar

    A beautiful animated widget for your Flutter apps

  26. flutter-cameraview

    A Flutter plugin for Android and iOS allowing access to the device cameras, a bit deeper!!

App

  1. flutter-music-player

    Music player application with Flutter.

  2. GitHub-Activity-Feed

    A Flutter application for viewing a rich feed of GitHub activity.

  3. GroupChatApp

    Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.

工具

  1. fluttertest

    Custom flutter testing CLI tool for inidividual test runs or group testing

  2. Zapbg

    Remove backgrounds fast & easily

199元學習大禮包:點擊領取
原文地址:https://flutterweekly.dev/flutter-weekly-issue-61
版權聲明:禁止一切形式的轉載-禁止商用-禁止衍生
公眾號:Android開發技術周刊


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

-Advertisement-
Play Games
更多相關文章
  • 1 select DATE_FORMAT(dtl.transdate,'%Y-%m-%d') as transdate, 2 right(DATE_FORMAT(concat(transdate,transtime),'%Y-%m-%d %H:%i:%s'),8) as 3 transtime,dt ...
  • SELECT語句用於從表中選取/查詢數據,結果被存儲在一個結果表中(稱為結果集)。 ...
  • 本文更新於2020-06-14,使用MySQL 5.7,操作系統為Deepin 15.4。 算數運算符 運算符 語法 說明 + a + b 加法 - a - b 減法 * a * b 乘法 / a / b 除法。類似DIV,但DIV會對結果取整,/的結果可為小數 % a % b 取餘。類似MOD 除 ...
  • Flink 1.9.0及更高版本支持Python,也就是PyFlink。 在最新版本的Flink 1.10中,PyFlink支持Python用戶定義的函數,使您能夠在Table API和SQL中註冊和使用這些函數。但是,聽完所有這些後,您可能仍然想知道PyFlink的架構到底是什麼?作為PyFlin ...
  • redo log 與 binlog redo log redo log (重做日誌)是處於存儲引擎層的,是InnoDB引擎特有的 redo log 存儲的是物理日誌 即,“在某個數據頁上改動了什麼” redo log是迴圈寫,空間是一定的,會用完。 MySQL使用WAL技術 Write-Ahead- ...
  • 不說血淚史,用了網上說的各種存儲過程,各種設置,最後還是第三方軟體解決, 前提:資料庫全表備份,具體怎麼查看度娘一下,用的軟體是ApexSQLLog,資料庫是sqlserver2017向下版本未測試,不知道情況。 百度網盤: https://pan.baidu.com/s/1ACEqEbQ7_UHf ...
  • MySQL LOAD DATA INFILE 從文件(csv、txt)批量導入數據 ...
  • 註意:PostgreSQL 12對主從複製實現和配置做了重大改進,如廢棄了recovery.conf,並將參數轉換為普通的PostgreSQL配置參數,使得配置群集和複製更加簡單。 PostgreSQL資料庫支持多種複製解決方案,以構建高可用性,可伸縮,容錯的應用程式,其中之一是預寫日誌(WAL)傳 ...
一周排行
    -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.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...