Skip to content

Commit

Permalink
chore(deps): update mime and publish a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Oct 28, 2024
1 parent 504fa49 commit dc3a606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/gen/pubspec.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appVersion = '0.0.2-dev.1';
const appBuildNumber = 17;
const appVersion = '0.0.2-dev.3';
const appBuildNumber = 19;
const repository = 'https://github.com/FreshKernel/fresh-notes';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1167,10 +1167,10 @@ packages:
dependency: "direct main"
description:
name: mime
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "2.0.0"
mocktail:
dependency: transitive
description:
Expand Down
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fresh_notes
description: A cross-platform, open-source notes app.
publish_to: 'none'
version: 0.0.2-dev.2+18
version: 0.0.2-dev.3+19
repository: https://github.com/FreshKernel/fresh-notes
platforms:
android:
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies:
cached_network_image: ^3.4.1
flutter_svg: ^2.0.9
flutter_dotenv: ^5.1.0
mime: ^1.0.4
mime: ^2.0.0
pdf: ^3.10.7
screenshot: ^3.0.0

Expand Down Expand Up @@ -107,7 +107,6 @@ dev_dependencies:
icons_launcher: ^3.0.0

flutter:

generate: true
uses-material-design: true

Expand All @@ -124,12 +123,10 @@ flutter:
- shorebird.yaml

flutter_gen:

integrations:
flutter_svg: true
lottie: true


icons_launcher:
image_path: "doc/assets/app_logo.png"
platforms:
Expand Down

0 comments on commit dc3a606

Please sign in to comment.