29 Commits

Author SHA1 Message Date
5ca1a5fc8d Change README.md 2023-05-31 20:55:07 +07:00
8a64f0c7f2 Merge branch 'master' of https://github.com/theyakka/qr.flutter
 Conflicts:
	example/android/app/build.gradle
	example/android/build.gradle
	example/lib/main_screen.dart
	lib/src/qr_image_view.dart
	lib/src/qr_painter.dart
	lib/src/types.dart
2023-05-31 18:59:26 +07:00
0f4e54549d bump gradle version 2023-05-13 20:50:23 -07:00
0a954731fb Update tests 2023-05-03 21:39:20 +03:00
0315bb336d Improve code quality 2023-05-01 18:32:40 +03:00
fbffb36f2d Fix analyzer warnings 2023-05-01 17:22:08 +03:00
93feb060ae added function of rounding outside corners
made some changes to the code
2023-05-01 15:42:00 +07:00
7e9308c05f Remove deprecated author field in pubspec 2023-04-30 15:51:36 +03:00
ce45ced3c4 [iOS]: Update example for latest Flutter 2023-04-30 15:50:41 +03:00
695f7c2365 [Android]: Remove deprecated Splash Screen implementation 2023-04-30 15:36:34 +03:00
6c32b464a3 [Android]: Update example for latest Flutter 2023-04-30 15:32:46 +03:00
8b514b2a14 Bump constraints 2023-04-30 15:20:37 +03:00
af0909bfb8 fix gradient 2022-12-04 12:35:58 +07:00
397ff01812 add gradient
add background shape embedded image
2022-12-03 22:02:09 +07:00
c7fbba2871 add cutout of image embedded 2022-12-03 20:00:06 +07:00
955c900ddf add borderRadius for eyeStyle and dataModuleStyle 2022-12-02 23:53:31 +07:00
411affd1ba update example project 2021-03-14 10:36:50 -07:00
1278ca847b WIP Migrate to null safety NNBD v2 (#130)
* Upgrade dependencies to NNBD versions

* Migrate to NNBD

* Bump major version

* Update CHANGELOG.md

* reduce diffs

* error copy nit

* migrate example to null safety

Co-authored-by: Jonas Zebari <jonas.zebari@kumanu.com>
2021-03-13 20:37:58 -05:00
f4e85b36f5 modify colors + update logo 2020-07-08 17:01:41 -07:00
cb6a312910 Add eye and data module styling. Absorb foreground color into styling 2020-07-08 12:25:48 -07:00
78e3bbe19f fix issue with finder pattern in qrpainter 2019-12-29 17:12:32 -08:00
e46c8ee5a4 bump versions 2019-11-05 18:11:31 -08:00
4b97ad6f8e fix empty color rendering issue. swap example to use qrpainter. fix lint. 2019-11-05 12:08:16 -08:00
c9f8a0cfea added an example so pub doesn't punish us 2019-08-19 16:47:17 -07:00
344b4575c9 Version 3.0 (#55)
Adds auto version selection. Adds error state builder. Adds image overlays. Fixes bugs.
2019-08-19 15:35:36 -07:00
65db71ebb7 Fix warnings & code tidying (#19)
* fix warnings & code tidying. bump copyright
* bump minor version and prep for pub
2019-01-16 13:32:38 -08:00
18eac87b75 Dart 2 migration + Build prep (#6)
* fix dart/pub analyzer issues. update build docs.
* docs updates
2018-08-06 16:08:49 -07:00
22bf6e9eb3 add workspace for vscode. Modify example to use library instead of directly linking 2018-04-20 10:43:47 -07:00
26ecab5e5f initial commit 2018-03-04 08:41:55 -08:00