FLUTTER ECOSYSTEM

datadirr/qr_bar_code

QR(クイックレスポンス)コードは、スマートフォンのデジタルカメラを介してオンライン情報に簡単にアクセスできるようにする二次元(2D)バーコードの一種です。

qr_bar_code のプロジェクト画像
Stars
4
Forks
4
最終プッシュ(UTC)
2026/05/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.