timer_app 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 is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance ..
Category : Time Tracking
neon_circular_timer Make a timer application with a fancy neon effect and beautiful UI v0.0.3 and above now the timer has also a neumorphic border Preview of example Usage NeonCircularTimer( width: 200, duration: 20, strokeWidth: 10, textFormat: TextFormat.MM_SS, isTimerTextShown: true, neumorphicEffect: true, textStyle: Theme.of(context).textTheme.headline3, outerStrokeColor: Colors.grey.shade100, fillGradient: LinearGradient(colors: [ Colors.greenAccent.shade200, Colors.blueAccent.shade400 ]), neonGradient: LinearGradient(colors: [ Colors.greenAccent.shade200, Colors.blueAccent.shade400 ..
progressive_time_picker A Customizable Progressive Time Picker for Flutter. This plugin allow us to customize time picker based on our requirements for selecting a specific range from time picker and it’s supports multiple platforms. Key Features supports selection of both picker handler. easy customization for decorating a time picker. gives feature to show clock numbers in ..
Time24 An open-source time-tracking software About the project! The purpose of this project is to simplify the documentation of working hours and at the same time to find ways to improve working hours. The working hours are saved in a JSON file and at a later date it can be read out as a JSON ..
Visual Time Control your week, days, hours, and even minutes with advance yet simple time management flutter application. An advanced, minimalist and powerful time management application. Where you can create task, give it a duration, and select which week days you wanna do it. By doing this you can easily manage a whole week or ..
Short intro: A simple app to keep track the time you Learn, Playing, Reading, … in every week. This is also my attempt to teach myself Flutter & Dart. Progressor 0.0.1 Sometime you want to set a target for you weekly, for example: “Reading Book for 8 hours every week”. This app helps you to ..
World Time App in FLUTTER Short Info: A beginner friendly flutter app displaying the time across various cities in the world. My first kinda big Flutter project. It is a revision of all basics and some advanced concepts of Flutter I’ve learnt so far. This app shows the current time of many time zones accros ..
time_chart An amazing time chart in Flutter. Chart Types TimeChart AmountChart Getting Started 1 – Depend on it Add it to your package’s pubspec.yaml file dependencies: time_chart: ^0.1.0-nullsafety.1 2 – Install it Install packages from the command line flutter packages get 3 – Usage Just input your DateTimeRange list to data: argument. The list must be sorted. First data is latest, ..
Flutter World Time app A basic Flutter app that shows the user what the time is in different places around the world This is a basic app I made to practise my Flutter skills. This app can be used by the user to find out what the time is in different places around the world. ..
Flutter World Time App A new Flutter application. A really small flutter App which displays the current time from multiple cities. Download Flutter World Time App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Time Cop A time tracking app that respects your privacy and gets the job done without getting too fancy. Motivation I’d rather not do time-tracking at all, but since its a necessity for my work, it’s either uses an app or keep track of things manually (which I’m terrible at). There is much time tracking ..