File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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
78This 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:
1415For help getting started with Flutter, view our
1516[ online documentation] ( https://flutter.dev/docs ) , which offers tutorials,
1617samples, 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
Original file line number Diff line number Diff line change 1+ theme : jekyll-theme-hacker
You can’t perform that action at this time.
0 commit comments