Category : Time Tracking

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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 ..

Read more

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, ..

Read more