update flutter_sms to the latest version

This commit is contained in:
2026-01-14 00:23:07 -08:00
parent 33258c580c
commit 6250a11afd
38 changed files with 1192 additions and 480 deletions
-30
View File
@@ -1,30 +0,0 @@
name: github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: 'dev'
- name: Install
run: |
flutter config --enable-web
flutter pub get
- name: Build
run: cd example && flutter build web
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./example/build/web
+1 -1
View File
@@ -2,7 +2,7 @@ name: flutter_vibrate
description: A Haptic Feedback and Vibration plugin.
version: 1.4.0
environment:
sdk: ^3.10.4
sdk: ^3.5.0
flutter: ^3.38.5
maintainer: Rody Davis (@rodydavis)
homepage: https://github.com/rodydavis/packages.dart