Skip to content

Commit 2b86559

Browse files
authored
Update README.md
1 parent fc70bdd commit 2b86559

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-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

0 commit comments

Comments
 (0)