Skip to content

Commit d768039

Browse files
committed
2 parents 0f7db34 + 3b20faf commit d768039

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# qrcode_generator
22

3-
A new Flutter project.
3+
A new Flutter project.<br/>
4+
Which generates qr code based on the given text.
45

5-
## Getting Started
6+
## Getting Started with Flutter
67

78
This project is a starting point for a Flutter application.
89

@@ -14,3 +15,20 @@ A few resources to get you started if this is your first Flutter project:
1415
For help getting started with Flutter, view our
1516
[online documentation](https://flutter.dev/docs), which offers tutorials,
1617
samples, guidance on mobile development, and a full API reference.
18+
19+
## Getting Started with qr_flutter
20+
21+
This Project is made with qr_flutter Package
22+
QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
23+
24+
### Features of qr_flutter
25+
26+
* Null safety
27+
* Built on QR - Dart
28+
* Automatic QR code version/type detection or manual entry
29+
* Supports QR code versions 1 - 40
30+
* Error correction / redundancy
31+
* Configurable output size, padding, background and foreground colors
32+
* Supports image overlays
33+
* Export to image data to save to file or use in memory
34+
* No internet connection required

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-hacker

0 commit comments

Comments
 (0)