-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add bottomsheet to google sign in * feat: Add note * Revert "feat: Add note" This reverts commit f37b5b6. * feat: add ascending volume tile * add gradient functionality * move the function to controller * fix gradient conditions * update the volume to its initiial value * remove unused imports * minor fixes * update slider for maxiumum and minimum volume * add languages for ascending_volume tile * update language.dart
- Loading branch information
1 parent
592073d
commit e68b720
Showing
17 changed files
with
1,828 additions
and
1,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e68b720
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @its-me-abhishek after this commit, I am not able to run the app.
There is some problem with flutter_volume_controller.
I have tried few things but its not working. Can you please help me out in this...
e68b720
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try running
flutter pub get
, orpub get
,flutter packages get
, it is probably an issue with the dependencies, might refer to this as well. The app is working fine on my system. Please update me if your issue gets resolvede68b720
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try 1) I tried running flutter clean and remove the package in .pub-cache folder, it didn't work.
try 2)I have download this package manually from https://pub.dev/packages/flutter_volume_controller/versions and used flutter pub get for the same and then pasted it in .pub-cache/hosted/pub.dev
It didn't work either
[working] try 3)I have copied and pasted
flutter_plugin_android_lifecycle: ^2.0.17
and
plugin:
platforms:
android:
package: com.yosemiteyss.flutter_volume_controller
pluginClass: FlutterVolumeControllerPlugin
ios:
pluginClass: FlutterVolumeControllerPlugin
macos:
pluginClass: FlutterVolumeControllerPlugin
windows:
pluginClass: FlutterVolumeControllerPluginCApi
linux:
pluginClass: FlutterVolumeControllerPlugin
in pubspec.yaml and restarted my machine and now its working...