Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
cdaa3d0
Merge pull request #1 from AppleEducate/haptic_feedback
rodydavis Jul 10, 2018
8fea723
Merge pull request #2 from AppleEducate/haptic_feedback
rodydavis Jul 10, 2018
4afd024
Fix Gradle version in gradle-wrapper.properties
askarsyzdykov Sep 9, 2019
2425ded
Merge pull request #5 from askarsyzdykov/fix_gradle_wrapper_properties
rodydavis Sep 10, 2019
1ef5e47
Update android depedencies
dwach414 Dec 4, 2019
affcbb7
Merge pull request #6 from incompass/update-android
rodydavis Dec 14, 2019
f744a16
Recreate example app with flutter create
VictorUvarov Dec 18, 2019
44dec4b
Ignore and delete generated .idea IDE folders
VictorUvarov Dec 18, 2019
b54153d
Merge pull request #7 from VictorUvarov/master
rodydavis Jan 30, 2020
aad6e52
Merge branch 'master' into master
rodydavis Feb 4, 2020
568744c
changing name
Mar 4, 2020
3b93624
Update pubspec.yaml
Mar 4, 2020
ad98bd9
Renamed from vibrate to flutter_vibrate in a few locations to fix iOS…
Mar 4, 2020
bc39652
Merge pull request #8 from miguelcmedeiros/fix-iOS-build
rodydavis Mar 11, 2020
2e24132
new version
rodydavis Mar 11, 2020
9ca3325
Fix deprecation warnings
nohli Sep 14, 2020
8979157
use latest google repo
Feb 20, 2021
8feb755
1. null-safety
AugustToko Apr 10, 2021
d50f440
Merge pull request #14 from AugustToko/master
rodydavis May 23, 2021
ddb73a5
Merge pull request #12 from T-mans/master
rodydavis May 23, 2021
1daeac4
Merge pull request #11 from nohli/master
rodydavis May 23, 2021
4f9809a
merging PR and fixing lint errors
rodydavis Jun 24, 2021
8346178
updating example
rodydavis Jun 24, 2021
5380ec7
updating readme
rodydavis Jun 24, 2021
c54c75e
Update flutter_vibrate.podspec
Realank Jul 12, 2021
de6df3a
Update pubspec.yaml
Realank Jul 12, 2021
bf74923
Add flutter_lints and analysis_options.yaml
nohli Sep 17, 2021
19ff030
Add new line
nohli Sep 17, 2021
8d402dd
Add iml files to .gitignore
nohli Sep 17, 2021
a223f60
Update sdk constraints
nohli Sep 17, 2021
6db06d0
Update version and changelog
nohli Sep 17, 2021
c3be20c
Remove deprecated authors field
nohli Sep 17, 2021
5da718b
Fix lints
nohli Sep 17, 2021
3f65ca1
Add trailing comma
nohli Sep 17, 2021
61a1ea0
Update build.gradle (gradle version, mavenCentral, compileSdkVersion)
nohli Sep 17, 2021
cd6d628
Auto-format
nohli Sep 17, 2021
88625ec
Upgrade VibratePlugin.java to Android v2 embedding and refactor every…
nohli Sep 17, 2021
cb70629
Add @SuppressWarnings("deprecation") for legacy vibrate method
nohli Sep 17, 2021
b905746
Fix code
nohli Sep 17, 2021
ecdca98
Sort imports
nohli Sep 18, 2021
e466cfd
Update example app / fix Android build
nohli Sep 20, 2021
e493233
Remove unused imports
nohli Sep 20, 2021
ff30dc9
Add empty line
nohli Sep 20, 2021
e890d90
Update example app / fix iOS build
nohli Sep 20, 2021
bb00b1b
Refactor example app code
nohli Sep 20, 2021
9abea99
Merge pull request #17 from nohli/migrate-to-android-v2-embedding
rodydavis Sep 29, 2021
a7be1fa
Merge branch 'master' into master
rodydavis Sep 30, 2021
10cc02e
Merge pull request #16 from Realank/master
rodydavis Sep 30, 2021
79eef24
1.3.0
rodydavis Sep 30, 2021
affdbcb
added namespace property for gradle 8 compatibility
Nov 15, 2023
d683a24
Merge pull request #20 from sybrands-place/master
rodydavis Mar 26, 2024
e4e9e92
namespace is automatically specified as required
nespjin Nov 17, 2024
f62bf04
Setting the namespace via the package attribute in the source Android…
longtn-imt Dec 12, 2024
9981f35
Merge pull request #23 from longtn-imt/patch-1
rodydavis Dec 25, 2024
1ec552f
Merge pull request #22 from nespjin/master
rodydavis Jan 8, 2025
4321382
Update README.md
rodydavis Jan 14, 2026
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
30 changes: 30 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.DS_Store
.dart_tool/
.idea/

.packages
.pub/
pubspec.lock

build/
*.iml
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/Flutter_Plugins.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/Flutter_for_Android.xml

This file was deleted.

28 changes: 0 additions & 28 deletions .idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/runConfigurations/example_lib_main_dart.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading