Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-04-08 09:38:23 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2e29b2f0e42c58e1b98ae38a67c4615f620d054
c2e29b2f
1 parent
269bc951
bump Flutter to 3.19.0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
CHANGELOG.md
example/pubspec.yaml
pubspec.yaml
CHANGELOG.md
View file @
c2e29b2
## 5.0.0-beta.
2
## 5.0.0-beta.
3
**BREAKING CHANGES:**
*
Flutter 3.16.0 is now required.
*
Flutter 3.19.0 is now required.
## 5.0.0-beta.2
Bugs fixed:
*
Fixed an issue where the scan window was not updated when its size was changed. (thanks @navaronbracke !)
...
...
example/pubspec.yaml
View file @
c2e29b2
...
...
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version
:
0.0.1
environment
:
sdk
:
"
>=3.2.0
<4.0.0"
flutter
:
"
>=3.16.0"
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.19.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
...
...
pubspec.yaml
View file @
c2e29b2
...
...
@@ -16,8 +16,8 @@ screenshots:
path
:
example/screenshots/overlay.png
environment
:
sdk
:
"
>=3.2.0
<4.0.0"
flutter
:
"
>=3.16.0"
sdk
:
"
>=3.3.0
<4.0.0"
flutter
:
"
>=3.19.0"
dependencies
:
flutter
:
...
...
Please
register
or
login
to post a comment