A Productivity Mobile Application UI kit built with Flutter

Overview
Comments
  • Overflow issues.

    Overflow issues.

    I took a look of your commit hash: c8deb3d but still have some issue with Pixel 4 device which has 1080 x 2280 pixels, 19:9 ratio. What about chainging the height factor * 1.4 to 1.3 ? P.S: many thanks to your project. I have learned many via this project. image

    opened by tangible-idea 5
  • build error

    build error

    lib/widgets/Dashboard/bar_chart.dart:230:26: Error: The argument type 'TextStyle Function(BuildContext)' can't be assigned to the parameter type 'TextStyle? Function(BuildContext, double)?'.
     - 'TextStyle' is from 'package:flutter/src/painting/text_style.dart' ('/D:/flutter/packages/flutter/lib/src/painting/text_style.dart').
     - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/D:/flutter/packages/flutter/lib/src/widgets/framework.dart').
              getTextStyles: (value) => const TextStyle(
                             ^
    lib/widgets/Dashboard/bar_chart.dart:274:26: Error: The argument type 'TextStyle Function(BuildContext)' can't be assigned to the parameter type 'TextStyle? Function(BuildContext, double)?'.
     - 'TextStyle' is from 'package:flutter/src/painting/text_style.dart' ('/D:/flutter/packages/flutter/lib/src/painting/text_style.dart').
     - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/D:/flutter/packages/flutter/lib/src/widgets/framework.dart').
              getTextStyles: (value) => const TextStyle(
                             ^
    
    
    FAILURE: Build failed with an exception.
    
    * Where:
    Script 'D:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1070
    
    * What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.
    > Process 'command 'D:\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 38s
    

    flutter 2.6

    opened by jinfagang 4
  • Renderflex overflow error

    Renderflex overflow error

    Very cool screens !! But on my emulator (pixel3a, 1080x22220), I got renderflex overflow error on most screens It would be great if you could fix this ?

    opened by ludoo0d0a 2
  • Error When Running

    Error When Running

    Hi, thanks for your work. I just want to ask, why i get error like this ? What should i do ?

    An Observatory debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:61694/sEw9W_TnKUc=/ The Flutter DevTools debugger and profiler on Android SDK built for x86 is available at: http://127.0.0.1:9101?uri=http%3A%2F%2F127.0.0.1%3A61694%2FsEw9W_TnKUc%3D%2F W/.example.taske(12401): Accessing hidden method Lsun/misc/Unsafe;->getUnsafe()Lsun/misc/Unsafe; (greylist,core-platform-api, linking, allowed) W/.example.taske(12401): Accessing hidden method Lsun/misc/Unsafe;->objectFieldOffset(Ljava/lang/reflect/Field;)J (greylist,core-platform-api, linking, allowed) W/.example.taske(12401): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) W/.example.taske(12401): Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) W/.example.taske(12401): Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed)

    ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════ The following assertion was thrown during layout: A RenderFlex overflowed by 40 pixels on the right.

    The relevant error-causing widget was: Row file:///C:/Users/Administrator.SPCWIT011/Downloads/Taskez-main/lib/Screens/Onboarding/onboarding_ca rousel.dart:122:23

    To inspect this widget in Flutter DevTools, visit: http://127.0.0.1:9101/#/inspector?uri=http%3A%2F%2F127.0.0.1%3A61694%2FsEw9W_TnKUc%3D%2F&inspectorRef=inspector-0

    The overflowing RenderFlex has an orientation of Axis.horizontal. The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and
    black striped pattern. This is usually caused by the contents being too big for the RenderFlex.
    Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size. This is considered an error condition because it indicates that there is content that cannot be
    seen. If the content is legitimately bigger than the available space, consider clipping it with a
    ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex,
    like a ListView. The specific RenderFlex in question is: RenderFlex#c8e66 relayoutBoundary=up6 OVERFLOWING: needs compositing creator: Row ← Column ← Padding ← Column ← Stack ← Container ← AnnotatedRegion ← _BodyBuilder ← MediaQuery ← LayoutId-[<_ScaffoldSlot.body>] ← CustomMultiChildLayout ← AnimatedBuilder ← ⋯ parentData: offset=Offset(0.0, 128.0); flex=null; fit=null (can use size) constraints: BoxConstraints(0.0<=w<=320.0, 0.0<=h<=Infinity) size: Size(320.0, 60.0) direction: horizontal mainAxisAlignment: spaceBetween mainAxisSize: max crossAxisAlignment: center textDirection: ltr verticalDirection: down ◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤◢◤ ════════════════════════════════════════════════════════════════════════════════════════════════════

    Another exception was thrown: A RenderFlex overflowed by 343 pixels on the bottom.

    Another exception was thrown: A RenderFlex overflowed by 46 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 246 pixels on the bottom.

    Another exception was thrown: Incorrect use of ParentDataWidget.

    Another exception was thrown: A RenderFlex overflowed by 22 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 25 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 9.0 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 305 pixels on the bottom.

    Another exception was thrown: A RenderFlex overflowed by 22 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 25 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 9.0 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 22 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 25 pixels on the right.

    Another exception was thrown: A RenderFlex overflowed by 9.0 pixels on the right.

    opened by hanafiqp 2
  • Issue with GetImpl()

    Issue with GetImpl()

    Hi, I updated to flutter 2.5 last week. Since then, I cannot run Taskez of an IOS simulator or actual device. Below is a copy of the error as shown in the console. ` Launching lib/main.dart on iPhone 12 Pro Max in debug mode... lib/main.dart:1 Upgrading AppFrameworkInfo.plist Xcode build done. 18.2s Failed to build iOS app Error output from Xcode build: ↳ objc[55671]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f925bad8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1142b02b8). One of the two will be used. Which one is undefined. objc[55671]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f925bb28) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1142b0308). One of the two will be used. Which one is undefined. ** BUILD FAILED ** Xcode's output: ↳ ../../flutter/.pub-cache/hosted/pub.dartlang.org/get-4.2.4/lib/get_core/src/get_main.dart:11:13: Error: Method not found: '_GetImpl'. final Get = _GetImpl(); ^^^^^^^^ Failed to package /Users/cristianocrassus/Developer/Apps/Taskez-main. Command PhaseScriptExecution failed with a nonzero exit code note: Using new build system note: Building targets in parallel note: Planning build note: Analyzing workspace note: Constructing build description note: Build preparation complete warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner') Could not build the application for the simulator. Error launching application on iPhone 12 Pro Max. Exited (sigterm)

    `

    opened by CrisCrassus 1
  • A calandar widget with table_calendar

    A calandar widget with table_calendar

    I made a calandarview widget with table_calendar. (https://github.com/aleksanderwozniak/table_calendar) and decorated it like the Taskez style. You can use it if you are okay with it. image

    opened by tangible-idea 1
Owner
Davies Kwarteng
Open-source Enthusiast | Fluent in Dart( Flutter 💙)
Davies Kwarteng
A productivity suite application built using Flutter and Firebase.

Grasper-App A productivity suite application built using Flutter and Firebase. Getting Started This project is a starting point for a Flutter applicat

null 0 May 22, 2022
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example

Flutter Starter Kit - App Store Example A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter pro

kw101 678 Jan 8, 2023
Ml kit ocr - Plugin which provides native ML Kit OCR APIs

MLKit OCR Plugin which provides native ML Kit OCR APIs Requirements Android Set

Madhav tripathi 0 Aug 3, 2022
A productivity manager application, designed to sync across your devices

Potato A productivity manager application, designed to sync across your devices, it currently supports macOS! Demo Kapture.2022-08-22.at.11.10.44.mp4

Rohith Gilla 10 Sep 15, 2022
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

Hashir Shoaib 73 Dec 23, 2022
A beautiful weather forecasting application built with the Flutter development kit. Available on Android and iOS.

Flutter Weather A beautiful weather forecasting application built with the Flutter development kit. Screenshots Analysis Run Application This project

Scott Carnett 15 Oct 17, 2022
100+ Mobile & Web UI Kit

Flutter Ui Kit A Simple UI Kit. ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) Any IDE with Flutter SDK installed (ie. IntelliJ, An

Bukunmi Aluko 618 Dec 29, 2022
A Flutter e-commerce starter kit built using ScopedModel

Flutter E-Commerce App A Flutter e-commerce starter kit built using ScopedModel for state management that allows you to view a list of paginated produ

Rohan Taneja 126 Nov 10, 2022
Face detection app built with Flutter and Firebase ML Kit

Flutter Face Detection Flutter Face Detection with Firebase ML Kit and CustomPainter. Read the article on Medium Made with ?? by Akora-IngDKB. Follow

Akora Ing. Debrah Kwesi Buabeng 44 Sep 29, 2022
KangKurir UI Kit Built Using Flutter

KangKurir UI Kit Using Flutter by Rangga Saputra (@rangga.dev) Flutter Developer

Rangga Saputra 9 Sep 3, 2022
Ibolo-Microfinance-Bank-Mobile-Application - Mobile Banking Application With Flutter

ibolo mfb A new Flutter project. Getting Started This project is a starting poin

Seyifunmi Araoluwa 6 Dec 20, 2022
Flutter-watchtips - Flutter App (Embedded Watch Kit app with iOS version)

watchtips Update Version 2.2 The Watch tips project has been updated again, The interface has been tidied up and a seperate value for the tip cost has

Steve Rogers 137 Dec 31, 2022
Free Laundry App Flutter UI Kit

?? ?? Laundry App Flutter UI Kit ?? ?? ?? ⭐️ ⭐️ ??‍?? Free Flutter UI Kits based

Behruz Hurramov 6 Jul 11, 2022
A Free And Beautiful Real Estate Flutter Ui Kit

?? ?? Real Estate Flutter UI Kit ?? ?? ?? ⭐️ ⭐️ ??‍?? Free Flutter UI Kits based

Behruz Hurramov 3 Jul 2, 2022
Language Learning Flutter UI Kit

?? ?? Language Learning Flutter UI Kit ?? ?? ?? ⭐️ ⭐️ ??‍?? Free Flutter UI Kits

Behruz Hurramov 12 Dec 14, 2022
Freelancemarketplaceapp - Kimber - Job & Freelancing Marketplace UI Kit For Flutter

Kimber - Job & Freelancing Marketplace UI Kit Overview Kimber, is a Job & Freela

Bong Thorn 14 Oct 16, 2022
RestaurantAppUIKit - Flutter representation of a full Restaurant app UI KIT.

?? ?? Restaurant app UI KIT Flutter representation of a full Restaurant app UI KIT. Star ⭐ the repo if you like what you see ?? . Images are from Unsp

Atornel 588 Dec 29, 2022
Messenja - Messaging App Ui Kit Made with Flutter

Messaging App Ui Kit Made with Flutter ?? you can also buy me coffee ?? Requirem

Dami 9 Jan 13, 2022