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

Overview

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

You might also like...

An experiment in building a better XMPP client. using Flutter

An experiment in building a better XMPP client. using Flutter

moxxy An experimental XMPP client that tries to be as easy, modern and beautiful

Dec 15, 2022

An experiment in building a better XMPP client. This time using Flutter.

An experiment in building a better XMPP client. This time using Flutter.

Moxxy An experimental XMPP client that tries to be as easy, modern and beautiful as possible. The code is also available on codeberg. Screenshots Deve

Dec 15, 2022

Overlay/OverlayEntry, but better

Overlay/OverlayEntry, but better

Call for maintainer I (@rrousselGit) am sadly unable to maintain flutter_portal at the moment due to a lack of time, and would like to find a new main

Jan 2, 2023

A simple widget for getting better feedback.

A simple widget for getting better feedback.

💰 Using this library in a commercial product? Consider becoming a sponsor. A Flutter package for obtaining better feedback. It allows the user to pro

Dec 31, 2022

A better font for golden tests.

A better font for golden tests.

A better font for golden tests. This project is a Flutter Bounty Hunters proof-of-concept. Want font adjustments? Fund a milestone today! Golden Brick

Dec 14, 2022

dos downloader app is developed for downloading video. You can download video from YouTube and Facebook. You can also play video on background

dosdownloader Dos downloader app is developed for downloading video. You can download video from YouTube and Facebook. You can also play video on back

Dec 8, 2021

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.

StarBook ✨ A digital diary that can help you in keeping track of your mood and productivity throughout the month. Mood tracker is a good way to see ho

Dec 23, 2022

Money_manager - This app helps you with managing Income and Expense

Money_manager - This app helps you with managing Income and Expense

Expense App This app helps you with managing Income and Expense. It is coded in flutter, dart hive. TBH I want to code the same app in Flutter , React

Nov 14, 2022

Aris inheritedwidget - The Inherited Widget helps you to easily distribute your app state to every widget in your Flutter app

Aris inheritedwidget - The Inherited Widget helps you to easily distribute your app state to every widget in your Flutter app

Flutter Tutorial - Inherited Widget The InheritedWidget helps you to easily dist

Dec 29, 2021
Comments
  • Please let me know how to fix it - .chain(CurveTween(curve: decelerateEasing));

    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

    opened by desunny 1
  • Sometimes the sound is stopped without any kind of error log.

    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.

    opened by desunny 1
Owner
Vipul Asri
Google Certified Associate Android Developer (AAD) | Love pushing my limits of Android | Technology Enthusiast
Vipul Asri
Iosish indicator - 🍎 Create awesome and simple iOS style floating indicator which can be found when silent/sleep mode switched on Flutter.

Iosish indicator - ?? Create awesome and simple iOS style floating indicator which can be found when silent/sleep mode switched on Flutter.

Kim Seung Hwan 2 Apr 1, 2022
Easy Material White Theme

flutter_fast_ui_white Easy Material White Theme Getting Started in pubspec.yaml dependencies: flutter_fast_ui_white: git: url: https://git

Fastriver 3 Apr 11, 2022
A new Flutter widget that add support for AndroidTV app. Using keyboard to control focus node.

flutter_tv_autofocus A new Flutter widget that add support for AndroidTV app. Using keyboard to control focus node. Getting Started Wrap your flutter

SUPERMONKEY 28 Aug 18, 2022
Snoozed, open source Flutter app. A focus oriented To-Do list with skippable tasks.

Snoozed: Skippable To Do list Download the App Apple App Store Google Play Store Video Tutorial YouTube video link Stack Front-end: Flutter Back-end:

Alexandro Heredia 9 Jan 5, 2023
A simple wholesome affirmations mirror to make you feel better about yourself.

goodmirror A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Dagmawi Babi 4 Sep 5, 2022
NearTurf is a turf booking app that helps you find the best turf near you and book more slots. Created by using flutter , Node js

Near Turf A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Harshad Ok 3 Oct 26, 2022
A flutter application to track the number of hours you devoted a particular skill. Helps you track your process in a neat and organised way

10-000 Hours A flutter application to track the number of hours you devoted a particular skill. Helps you track your process in a neat and organised w

ACM VIT 4 Oct 31, 2022
An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a single codebase

BuySmart An E-Commerce application developed on Flutter, which helps to run the app on Android / IOS / Windows's OS / MacOS / Web Browser from a singl

Sumit Kumar 11 Oct 10, 2022
💗 Tinder_Clone Building this app with intention of learning flutter better .

Tinder Clone Mozilla ?? Tinder_Clone Building this app with intention of learning flutter better . ?? Screenshots Splash Screen Login Page Phone numbe

Abhishek Kumar 175 Dec 19, 2022