Flutter Weekly Issue 56

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

插件 1. "get" Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get. 1. "FlutterVis ...


插件

  1. get

    Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.

  2. FlutterVisualizers

    A Flutter Plugin to visualize audio in android

  3. flutter-native-ads

    Flutter plugin for AdMob Native Ads. Compatible with Android and iOS using PlatformView.

  4. flutter-string-encryption

    Cross-platform string encryption using common best-practices (AES/CBC/PKCS5/Random IVs/HMAC-SHA256 Integrity Check).

  5. flutter-appavailability

    A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.

  6. k-chart

    Maybe this is the best k chart in Flutter.Support drag,scale,long press,fling.And easy to use.

  7. flutter-plugin-circular-profile-avatar

    a Flutter package which allows developers to implement circular profile avatar with border, overlay, initialsText and many other awesome features, which simplifies developers job.

  8. Flutter-Credit-Card-Input-Form

    This package provides visually beautiful UX through animation of credit card information input form.

  9. flutter-firebase-auth-starter

    flutter firebase auth starter project

  10. flutter-radio

    A Flutter audio plugin for Android to play remote audio files using ExoPlayer

  11. flutter-zoom-plugin

    A Flutter plugin for the Zoom SDK.

  12. flutter-auth-buttons

    Flutter widget library containing buttons for authenticating with popular social networks: Apple, Google, Facebook, Twitter and Microsoft.

  13. dart-rnd

    Extension methods & helpers for Random in Dart, and a globally accessible instance. Ex. rnd(10), rnd.getItem(list), rnd.getBit(0.8).

  14. golden-layout

    Flutter Golden Layout

  15. app-settings

    Flutter plugin for accessing app phone settings for iOS and Android

  16. clickabletextpackage

    Find Hashtag and Mention seperately and both together.This package work for both android and IOS just use it as child of richtext.

  17. mapbox-geocoding

    A Flutter package Mapbox Geocoding API. Package is not official product of mapbox.

  18. flutter-group-list-view

    A ListView that allows you to group list items and support headers like iOS UITableView section.

  19. flutter-logger-android-like

    A simple logger that uses quite the same API as Android one.

  20. dart-pdf

    Pdf creation module for dart/flutte

  21. launch-review

    A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.

  22. flutter-paystack

    A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS

  23. firebase-dart-sdk

    Unofficial Firebase Dart SDK

  24. get-version

    Get the Version Name, Version Code, Platform and OS Version, and App ID on iOS and Android.

  25. stereo

    A Flutter plugin for playing music on iOS and Android.

  26. flutter-custom-tabs

    A Flutter plugin to use Chrome Custom Tabs.

  27. beacons

    Flutter beacons plugin for Android and iOS.

  28. youtube-extractor

    a library for Dart (and Flutter) that provides an interface to resolve and download YouTube video and audio streams

  29. reader-sdk-flutter-plugin

    Flutter Plugin for Square Reader SDK

  30. x5-webview-flutter

    一個基於騰訊x5引擎的webview flutter插件,簡化集成,一行代碼打開視頻播放,暫時只支持android使用

  31. flutter-install-plugin

    A flutter plugin for install apk for android; and using url to go to app store for iOS.

  32. r-scan

    Flutter二維碼&條形碼掃描插件,支持相機、文件、鏈接、Uint8List類型掃描

  33. background-locator

    A Flutter plugin for updating location in background.

App

  1. Flutter-Apps-Collection

    This is a repository of a collection of apps made in flutter for learning purpose

  2. impossiblocks

    a complicated game but with very simple rules made in Flutter

  3. PortfolioX

    Responsive Portfolio App Made With Flutter With VelocityX

  4. flutter-ctrip

    跨端(iOS/Android)移動應用創建攜程App

  5. flutterhole

    A third party Android application for the Pi-Hole® dashboard.

  6. flutter-samsung-remote

    Flutter remote controller for Samsung TV

工具

  1. flutter-remote-compiler

    Remote Flutter/Dart Compiler for CloudRun and Docker

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


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

-Advertisement-
Play Games
更多相關文章
  • [TOC] 1. 前置知識 1.1 InnoDB 索引結構 InnoDB 索引使用的數據結構是 "B+ 樹" 。 百度百科中的結構圖: 一個 m 階 樹的幾個特點: 1. 每個節點可能有最多 m 個子節點 2. 除根結點外,每個結點至少有 個子女,根結點至少有兩個子女 3. 有 k 個子女的結點必有 ...
  • [TOC] 1.Xtrabackup介紹 Xtrabackup是Percona公司專門針對MySQL資料庫開發的一款開源免費的物理備份(熱備)工具,可以對InnoDB和XtraDB等事務引擎的資料庫實現非阻塞(即不鎖表)方式的備份,也可以針對MyISAM等非事務引擎實現鎖表方式備份。 Xtrabac ...
  • 一、什麼是PL/SQL? PL/SQL(Procedure Language/SQL)是oracle在標準的sql語言上的擴展。ql/sql不僅允許嵌入sql語言,還可以定義變數和常量,允許私用條件語句和迴圈語句,允許使用例外處理各種錯誤,這使得它的功能變得更加強大。 PL/SQL開發工具主要有: ...
  • [TOC] 1.資料庫管理員的兩大工作核心 1.1.能夠讓數據安全得到保護 所謂的數據安全,最容易被人誤以為是只有數據丟失,其實還包括數據被脫庫、泄密等方面。 1.2.能7 24小時提供服務 資料庫具備7 24小時提供服務的能力,是資料庫管理員的重要職責。 2.全量備份和增量備份 2.1.全量備份的 ...
  • 前言: 本文詳細介紹了 HBase DependentColumnFilter 過濾器 Java&Shell API 的使用,並貼出了相關示例代碼以供參考。DependentColumnFilter 也稱參考列過濾器,是一種允許用戶指定一個參考列或引用列來過濾其他列的過濾器,過濾的原則是基於參考列的 ...
  • 前言: 本文詳細介紹了 HBase ValueFilter 過濾器 Java&Shell API 的使用,並貼出了相關示例代碼以供參考。ValueFilter 基於列值進行過濾,在工作中涉及到需要通過HBase 列值進行數據過濾時可以考慮使用它。比較器細節及原理請參照之前的更文: "HBase Fi ...
  • A.前言:為瞭解決安卓端向伺服器上傳照片的問題 1.獲得相冊許可權,選取照片,取到照片的url 2.使用okhttp訪問伺服器並向伺服器傳照片 3.配置springmvc文件解析器 4.搭建伺服器,獲取數據保存照片 B.Android添加一個按鈕和一個ImageView,設置它的點擊事件,打開相冊選擇 ...
  • 1.這裡編寫一個類用於開啟活動,首先在onCreateView()方法中載入了我們剛剛創建的news_content_frag佈局,這個沒什麼好解釋的,接下來又提供了一個refresh()方法,這個方法就是用於將新聞的標題和內容顯示在界面上的。可以看到,這裡通過findViewById()方法分別獲 ...
一周排行
    -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.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...