Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade flutter version to v3.7.5 #4

Merged
merged 20 commits into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
263d3db
Updated file_picker to 5.0.1.
ksilz Aug 8, 2022
01115f8
Bumped two other dependencies.
ksilz Aug 8, 2022
0830faa
upgrade dependencies and example to support flutter 3 and android sdk 33
kimmanwky Oct 5, 2022
d72d871
Updated pubs and replaced duplicated codes.
altotunchitoo Oct 6, 2022
7c77867
Merge pull request #299 from ksilz/master
tneotia Oct 19, 2022
51a8710
Merge branch 'master' into master
kimmanwky Oct 19, 2022
980d968
Merge pull request #328 from kimmanwky/master
tneotia Oct 19, 2022
d3fc2b9
Merge branch 'master' into master
altotunchitoo Oct 20, 2022
86f3e2a
Merge pull request #330 from altotunchitoo/master
tneotia Oct 20, 2022
6343ef5
bugfixed pubspec.yaml file references to files incorrect (which fails…
Dec 19, 2022
11c357a
bugfixed pubspec.yaml file references to files incorrect (which fails…
Dec 19, 2022
98d6f18
bug fix for "No file or variants found for asset: packages/html_edito…
kimmanwky Dec 21, 2022
a1b848e
Merge pull request #369 from eliudio/master
tneotia Jan 25, 2023
af25516
Merge pull request #370 from kimmanwky/master
tneotia Jan 25, 2023
74e671c
Update dependencies apart from file picker
tneotia Jan 25, 2023
2ec50bc
Version bump 2.5.1
tneotia Jan 25, 2023
e998658
Update changelog
tneotia Jan 25, 2023
9cd990a
Merge remote-tracking branch 'origin/master' into upgrade-latest-flut…
dab246 Feb 23, 2023
ce9dd8f
Upgrade latest version flutter and dependencies
dab246 Feb 23, 2023
dcda72a
Upgrade flutter version v3.7.5 for CI
dab246 Feb 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test_ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: "3.7.5"
channel: "stable"

# Install dependencies
- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
.pub/

build/
.flutter-plugins
.flutter-plugins-dependencies

pubspec.lock
Empty file added .idea/.gitignore
Empty file.
42 changes: 42 additions & 0 deletions .idea/html-editor-enhanced.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading