Skip to content

Commit

Permalink
🔖 1.0.0 [no ci]
Browse files Browse the repository at this point in the history
# v1.0.0 (2023-06-08)

## ✨ New Features
- [`877115e`](877115e)  Save custom publisher
- [`61e9abd`](61e9abd)  Stop fetching emotes if no more are available

## 🐛 Bug Fixes
- [`71d4b48`](71d4b48)  Fix parallel processing of stickers
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent 8eadbc3 commit fa275b5
Showing 1 changed file with 10 additions and 56 deletions.
66 changes: 10 additions & 56 deletions src/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,12 @@
name: seventv_for_whatsapp
description: Use 7TV emotes as WhatsApp stickers

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.0

publish_to: none
version: 1.0.0+100000000
environment:
sdk: ">=2.18.4 <3.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# cupertino_icons: ^1.0.2
universal_io: ^2.0.4
shimmer: ^2.0.0
whatsapp_stickers_handler:
Expand All @@ -50,17 +22,9 @@ dependencies:
flutter_local_notifications: ^13.0.0
json_annotation: ^4.8.0
get_it: ^7.2.0
# flutter_avif: ^1.0.0

dev_dependencies:
flutter_test:
sdk: flutter

# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
ffigen: ^7.2.7
build_runner: ^2.3.3
Expand All @@ -69,36 +33,26 @@ dev_dependencies:
gitmoji:
git:
url: https://github.com/gthvmt/gitmoji-dart.git

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

assets:
- assets/

flutter_icons:
android: true
ios: true
image_path: "assets/icons/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: #ffffff
adaptive_icon_foreground: "assets/icons/icon.png"
image_path: assets/icons/icon.png
min_sdk_android: 21
adaptive_icon_background: null
adaptive_icon_foreground: assets/icons/icon.png
web:
generate: true
image_path: "assets/icons/icon.png"
image_path: assets/icons/icon.png
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icons/icon.png"
icon_size: 48 # min:48, max:256, default: 48
image_path: assets/icons/icon.png
icon_size: 48
macos:
generate: true
image_path: "assets/icons/icon.png"
image_path: assets/icons/icon.png

0 comments on commit fa275b5

Please sign in to comment.