A simple ToDo App made with Flutter and Hive

Flutter ToDo App A simple ToDo App made with Flutter and Hive. ✨ Features Create,Delete,Update tasks. Create Subtasks. Star important Tasks. 📸 ScreenShots Light Dark 🔌 Plugins Name Usage flutter_slidable slide list item with directional slide actions that can be dismissed. intl Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization …

A flutter widget for using the specific inputfield for the specific platform

platform_text_input Introduction This project provides an amazing widget for using the specific inputfield for the specific platform Example class _HomeState extends State<Home> { @override Widget build(BuildContext context) { return Container( color: Colors.blue, child: Center( child: MTextFormField( controller: _usernameController, focusNode: _usernameFocus, keyboardType: TextInputType.text, textInputAction: TextInputAction.next, inputDecorator: InputDecoration( labelText: «username», errorText: «username error», ), onChanged: (value) { _store.username = value; }, onFieldSubmitted: …

A simple currency converter app made with Flutter

Currency Checking App A simple currency converter app made with Flutter <3. Table of Contents: General Info Technologies Used Supported Platforms General info This project is just a simple currency converter app made with Flutter. The purpose of this this project is to try out BLoC (and hydrated BLoC) as a state-managment solution. Technologies Used Flutter Dart Packages: flutter_bloc v8.0.1 …

Firebase firestore currencies app, realtime database example

Major Currencies App Realtime Database firestore Backend designed with freeplan. Used stream.builder for realtime changes. Code Written Directories android/app/.. (changes : from flutter firebase document) android/build-gradle (changes : from flutter firebase document) android/app/build-gradle (changes : from flutter firebase document) main.dart list_style.dart pubspec.yml Used : Images & Vectors No spesific images and vectors. Used : Spesific Libraries Firebase libraries cloud_firestore: firebase_core: …

EV Sathi – An in-app future mobility solution to re-charging your EV vehicles at your convenience while you drive

EV-Sathi Your Solution to Re-Charging EV Vehicles. Why EV-Sathi ? We examine a new, upcoming generation of vehicles that run on electric power supplied by onboard batteries in a smart city environment. Charging at home and in public areas are the best recharging option. As charging stations are shared resources, Cooperating EVs have the potential to avoid unbalanced use of …