Git Product home page Git Product logo

serene's Introduction

serene

Serene - Relax, Meditate and Sleep

A white noise app developed with Flutter. It helps you meditate, sleep better, focus, relax and be calm.

Screenshots:

Features:

  • Play multiple sounds simultaneously
  • Adjust the sound volume individually

Libraries:

Serene logo animation available on Rive.

Credits:

  • Design Inspiration: Meditation App by Dragon Lee
  • Icon: free personal usage from FlatIcon
  • Images and Audios: all from internet resources

License

Licensed under GNU GPLv3

serene's People

Contributors

vipulasri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

serene's Issues

Sometimes the sound is stopped without any kind of error log.

I have testing this app on my android phone. It's very nice to hear sound of nature and meditation. However the sound of audio is stopped without any kind of error and error log.

Please let me know why this kind of error is occurred.

Thanks in advance.

Please let me know how to fix it - .chain(CurveTween(curve: decelerateEasing));

Hi there.

After downloading this source code. I tried running to test. But it's not running because of some errors. Please let me know how to fix it. Please refer below messages.

Launching lib\main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/fade_scale_transition.dart:266:29: Error: 'decelerateEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: decelerateEasing));
^^^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:392:12: Error: 'decelerateEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
curve: decelerateEasing,
^^^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:398:29: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:403:29: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:412:35: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:426:35: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:465:12: Error: 'accelerateEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
curve: accelerateEasing,
^^^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:471:29: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:476:29: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:485:35: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/animations-1.0.0+5/lib/src/shared_axis_transition.dart:502:35: Error: 'standardEasing' is imported from both 'package:flutter/src/material/curves.dart' and 'package:animations/src/utils/curves.dart'.
).chain(CurveTween(curve: standardEasing));
^^^^^^^^^^^^^^

FAILURE: Build failed with an exception.

  • Where:
    Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 997

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 26s
Exception: Gradle task assembleDebug failed with exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.