FLUTTER ECOSYSTEM

datadirr/qr_bar_code

Um código QR (Quick Response) é um tipo de código de barras bidimensional (2D) usado para fornecer acesso fácil à informação online através da câmera digital de um smartphone.

Capa do projeto qr_bar_code
Stars
4
Forks
4
Último push (UTC)
23 de mai. de 2026
Status do projeto
Ativo
datadirr GitHub avatar
GITHUB User

datadirr ↗

Internet Company

@datadirrIndiaSite oficial ↗
LinguagensDartC++CMakeSwiftRubyCKotlinHTMLObjective-C

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 6 itens
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • web^1.1.1
  • plugin_platform_interface^2.1.8
  • flutter_testDesenvolvimento{"sdk":"flutter"}
  • flutter_lintsDesenvolvimento^6.0.0

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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.