FLUTTER ECOSYSTEM

datadirr/qr_bar_code

QR(Quick Response)碼是一種二維(2D)條碼,可透過智慧型手機上的數位相機輕鬆存取線上資訊。

qr_bar_code 專案封面
Stars
4
Forks
4
最近推送(UTC)
2026年5月23日
專案狀態
未封存
datadirr GitHub avatar
GITHUB User

datadirr ↗

Internet Company

@datadirrIndia官方網站 ↗
語言DartC++CMakeSwiftRubyCKotlinHTMLObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 6 項
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • web^1.1.1
  • plugin_platform_interface^2.1.8
  • flutter_test開發依賴{"sdk":"flutter"}
  • flutter_lints開發依賴^6.0.0

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

https://datadirr.com/datadirr.png

qr_bar_code

Simple and fast QR code and Barcode generator and scanner with smartphones.

Using

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.

Installation

First, add qr_bar_code as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  qr_bar_code:

For help getting started with Flutter, view the online documentation.

Example

Please follow this example here.

QR code (Method 1)
Code(data: "https://datadirr.com", codeType: CodeType.qrCode())
QR code (Method 2)
QRCode(data: "https://datadirr.com")

Outro

Credits

Thanks to Luke Freeman for his awesome qr.flutter library. Thanks to Kevin Moore for his awesome qr.dart library. It's the core of this library.

For author/contributor information, see the AUTHORS file.