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
  • 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模塊筆記及使用 ...