A Meditation App UI template made using flutter and dart

Overview

Flutter Meditation App

A Meditation App UI template made using flutter and dart.

Please star the repo to support the project

Screenshots

Created & Maintained By

Adeebullah Adab (Instagram) (LinkedIn)

Getting Started

For help getting started with Flutter, view the online documentation.

You might also like...

Structured and Organized Flutter (ANDROID+WEB) template project using Redux architecture and Retrofit rest package

flutter_redux_template A new Flutter project. JSON Models classes need this lines to json generator: part 'foo.g.dart'; //on imports factory Foo.from

Apr 11, 2022

This is the UI of Furniture App made using Flutter SDK. The original design was made by someone else in dribble and I tried to create the screens of that UI using Flutter

This is the UI of Furniture App made using Flutter SDK. The original design was made by someone else in dribble and I tried to create the screens of that UI using Flutter

Furniture App - Responsive Flutter UI Watch it on YouTube Responsive UI Fetch Data From API Custom Loading Indicator Packages we are using: flutter_sv

Dec 3, 2022

Scaff is a simple command-line utility for generating Dart and Flutter components from template files.

Introduction Scaffold Generator for Dart and Flutter. scaff is a simple command-line utility for generating Dart and Flutter components from template

Jul 17, 2022

WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android

WooCommerce App: Label StoreMax Label StoreMax - v5.3.1 Official WooSignal WooCommerce App About Label StoreMax Label StoreMax is an App Template for

Jan 9, 2023

A Very Good Dart Package Template created by the Very Good Ventures Team πŸ¦„

A Very Good Dart Package Template created by the Very Good Ventures Team πŸ¦„

Very Good Dart Package Developed with πŸ’™ by Very Good Ventures πŸ¦„ A Very Good Dart package created by Very Good Ventures πŸ¦„ . Getting Started πŸš€ Insta

Aug 14, 2022

A Very Good Dart CLI Template created by the Very Good Ventures Team πŸ¦„

A Very Good Dart CLI Template created by the Very Good Ventures Team πŸ¦„

Very Good Dart CLI Developed with πŸ’™ by Very Good Ventures πŸ¦„ A Dart CLI template created by the Very Good Ventures Team. Generated by the Very Good C

Dec 15, 2022

It's a universal app template to have a great animated splash screen and liquid slider. Just change the animation if you want (rive) and change the images or colours according to your app.

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

Oct 7, 2022

Starting template for a new Flutter project. Using clean architecture + Riverpod.

flutter_project_template_riverpod Installation Add Flutter to your machine Open this project folder with Terminal/CMD Ensure there's no cache/build le

Dec 27, 2022

Newsapp - A Flutter News application template, using newsApi

Newsapp - A Flutter News application template, using newsApi

newsapp Template de aplicaciΓ³n de noticias, usando newsApi newsapi Flutter Licen

Nov 29, 2022
Comments
  • home_page.dart widget error.

    home_page.dart widget error.

    ο£Ώ ~/Desktop/Flutter-Meditation-App/ [master*] flutter run
    Launching lib/main.dart on iPhone 13 in debug mode...
    Running Xcode build...
     └─Compiling, linking and signing...                         4.0s
    Xcode build done.                                           11.8s
    
    ══║ EXCEPTION CAUGHT BY WIDGETS LIBRARY β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
    The following assertion was thrown building DiscoverPage(dirty, state: _DiscoverPageState#0d471):
    No MediaQuery widget ancestor found.
    LayoutBuilder widgets require a MediaQuery widget ancestor.
    The specific widget that could not find a MediaQuery ancestor was:
      LayoutBuilder
    The ownership chain for the affected widget is: "LayoutBuilder ← ScreenUtilInit ← MyApp ← [root]"
    No MediaQuery ancestor could be found starting from the context that was passed to MediaQuery.of().
    This can happen because you have not added a WidgetsApp, CupertinoApp, or MaterialApp widget (those
    widgets introduce a MediaQuery), or it can happen if the context you use comes from a widget above
    those widgets.
    
    The relevant error-causing widget was:
      DiscoverPage
      DiscoverPage:file:///Users/thisas/Desktop/Flutter-Meditation-App/lib/home_page.dart:18:5
    
    When the exception was thrown, this was the stack:
    #0      debugCheckHasMediaQuery.<anonymous closure> (package:flutter/src/widgets/debug.dart:221:7)
    #1      debugCheckHasMediaQuery (package:flutter/src/widgets/debug.dart:236:4)
    #2      MediaQuery.of (package:flutter/src/widgets/media_query.dart:837:12)
    #3      ScreenUtil.screenWidth (package:flutter_screenutil/screen_util.dart:69:51)
    #4      ScreenUtil.scaleWidth (package:flutter_screenutil/screen_util.dart:88:28)
    #5      ScreenUtil.setWidth (package:flutter_screenutil/screen_util.dart:101:41)
    #6      SizeExtension.w (package:flutter_screenutil/size_extension.dart:5:32)
    #7      _DiscoverPageState.build (package:meditation/discover_page.dart:32:26)
    #8      StatefulElement.build (package:flutter/src/widgets/framework.dart:4705:27)
    #9      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4588:15)
    #10     StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:4763:11)
    #11     Element.rebuild (package:flutter/src/widgets/framework.dart:4311:5)
    #12     ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:4566:5)
    #13     StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:4754:11)
    #14     ComponentElement.mount (package:flutter/src/widgets/framework.dart:4561:5)
    ...     Normal element mounting (22 frames)
    #36     Element.inflateWidget (package:flutter/src/widgets/framework.dart:3631:14)
    #37     MultiChildRenderObjectElement.inflateWidget (package:flutter/src/widgets/framework.dart:6261:36)
    #38     MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:6272:32)
    ...     Normal element mounting (116 frames)
    #154    Element.inflateWidget (package:flutter/src/widgets/framework.dart:3631:14)
    #155    MultiChildRenderObjectElement.inflateWidget (package:flutter/src/widgets/framework.dart:6261:36)
    #156    MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:6272:32)
    ...     Normal element mounting (173 frames)
    #329    Element.inflateWidget (package:flutter/src/widgets/framework.dart:3631:14)
    #330    MultiChildRenderObjectElement.inflateWidget (package:flutter/src/widgets/framework.dart:6261:36)
    #331    MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:6272:32)
    ...     Normal element mounting (396 frames)
    #727    Element.inflateWidget (package:flutter/src/widgets/framework.dart:3631:14)
    #728    Element.updateChild (package:flutter/src/widgets/framework.dart:3383:18)
    #729    _LayoutBuilderElement._layout.layoutCallback (package:flutter/src/widgets/layout_builder.dart:137:18)
    #730    BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2531:19)
    #731    _LayoutBuilderElement._layout (package:flutter/src/widgets/layout_builder.dart:154:12)
    #732    RenderObject.invokeLayoutCallback.<anonymous closure>
    (package:flutter/src/rendering/object.dart:1962:59)
    #733    PipelineOwner._enableMutationsToDirtySubtrees (package:flutter/src/rendering/object.dart:910:15)
    #734    RenderObject.invokeLayoutCallback (package:flutter/src/rendering/object.dart:1962:14)
    #735    RenderConstrainedLayoutBuilder.rebuildIfNecessary
    (package:flutter/src/widgets/layout_builder.dart:228:7)
    #736    _RenderLayoutBuilder.performLayout (package:flutter/src/widgets/layout_builder.dart:317:5)
    #737    RenderObject.layout (package:flutter/src/rendering/object.dart:1852:7)
    #738    RenderView.performLayout (package:flutter/src/rendering/view.dart:165:14)
    #739    RenderObject._layoutWithoutResize (package:flutter/src/rendering/object.dart:1707:7)
    #740    PipelineOwner.flushLayout (package:flutter/src/rendering/object.dart:879:18)
    #741    RendererBinding.drawFrame (package:flutter/src/rendering/binding.dart:497:19)
    #742    WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:883:13)
    #743    RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:363:5)
    #744    SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1145:15)
    #745    SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1082:9)
    #746    SchedulerBinding.scheduleWarmUpFrame.<anonymous closure>
    (package:flutter/src/scheduler/binding.dart:863:7)
    (elided 11 frames from class _RawReceivePortImpl, class _Timer, dart:async, and dart:async-patch)
    
    ════════════════════════════════════════════════════════════════════════════════════════════════════
    Syncing files to device iPhone 13...                               132ms
    
    Flutter run key commands.
    r Hot reload. πŸ”₯πŸ”₯πŸ”₯
    R Hot restart.
    h List all available interactive commands.
    d Detach (terminate "flutter run" but leave application running).
    c Clear the screen
    q Quit (terminate the application on the device).
    
    πŸ’ͺ Running with sound null safety πŸ’ͺ
    
    An Observatory debugger and profiler on iPhone 13 is available at: http://127.0.0.1:52043/m7flVuJxwT0=/
    The Flutter DevTools debugger and profiler on iPhone 13 is available at:
    http://127.0.0.1:9101?uri=http://127.0.0.1:52043/m7flVuJxwT0=/
    
    Screen Shot 2022-01-28 at 2 57 33 PM
    opened by The-Real-Thisas 1
Owner
Adeebullah Adab
Adeebullah Adab
A Meditation App UI template made using flutter and dart

Flutter Meditation App A Meditation App UI template made using flutter and dart. Please star the repo to support the project Screenshots Created & Mai

Adeebullah Adab 117 Dec 15, 2022
Flutter Dart-Projesi - Meditation app developed using Flutter and Dart

MΓΌzik Γ‡alar Meditasyon UygulamasΔ± Medi Flutter ve Dart ile programlanmış bir med

null 2 Jan 29, 2022
A minimal meditation app made with Flutter

justBreathe Official Website A minimal meditation app. There's no paid courses and no subscriptions. It's just you, the mind, and the breath. Features

JGL 45 Sep 25, 2022
Flutter getx template - A Flutter Template using GetX package for State management, routing and Dependency Injection

Flutter GetX Template (GetX, Dio, MVVM) This Flutter Template using GetX package

Tareq Islam 6 Aug 27, 2022
Flutter Meditation App UI

Flutter Meditation App UI Flutter Version Used : 2.5.3 Design Credit : Afsar Hossen Design Files on Figma : Meditation app UI Screenshots Screens Spla

zeeshan mehdi 11 Nov 22, 2022
Reescrevendo meditation app com getx e getxpattern

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

KauΓͺ Murakami 6 Apr 6, 2022
meg4cyberc4t 11 Oct 24, 2022
Dart Web API Template Using Google Shelf Framework and Postgres Drivers, read readme to learn how to use

Shelf Web Framework Template by Alex Merced of AlexMercedCoder.com Cloning the Template git clone https://github.com/AlexMercedCoder/DartShelfPostgres

Alex Merced 16 Dec 26, 2022
Software Developer Portfolio Template built using Dart, Flutter web

Dev Portfolio Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. A lightweight, customizable

Rezky Maulana 9 Dec 10, 2022
Book app - Book app UI with dark mode enabled, also this app created using the Flutter 2.5 skeleton template

BOOK APP Book app UI with dark mode enabled, also this app created using the Flu

GΓΌlsen Keskin 5 Nov 9, 2022