Category : Flutter App

Coverde A CLI for basic coverage trace files manipulation. Index Installing Features Usage with melos CI integration for coverage checks Installing You can make coverde globally available by executing the following command: $ dart pub global activate coverde NOTE: To run coverde directly from the terminal, add the system cache bin directory to your PATH environment variable. Features Check coverage value computed from a trace ..

Read more

“Sign in/ Signup with firebase authentication” This is simple mobile app that is impmented using flutter ,dart and firebase. mainly focus on firebase authentication with email password and google sign in. Features Google sign in with email password sign in Google sign in with email password sign up Screen Captures Download source code on GitHub ..

Read more

pokedex About: A Flutter application that allows interacting with Pokemons, built using Clean architecture structure and riverpod as state management. Welcome to the Pokedex project! Getting Started Instructions to run: This project uses flutter version 3.0.3, Make sure you have that version installed or do flutter upgrade First do flutter pub get and then flutter run Since this project ..

Read more

Ubuntu Software Store An alternative software store for the Ubuntu Desktop made with Flutter. Goals  Great UX  Fast  Adaptive Layout  Snap support (https://github.com/canonical/snapd.dart)  install  search  remove  filter for sections  refresh  switch channels  manage permissions  list permissions  activate/deactive permissions  deb/rpm (packagekit) support (https://github.com/canonical/packagekit.dart)  install from file-explorer  list installed debs/rpms  remove  update all debs/rpms on the system ..

Read more

How to use is Deploy it with the username: admin@email.com and password: admin. Unfortunately, map integration won’t work, since we had to censor out the api key. User flow: Login()/Home() => Event() => ChooseOrder() => ChooseLocation() => Report() => Token() => RewardList() => RewardCompletion() Login()/Home() => Token() => RewardList() => RewardCompletion() Pages and descriptions Login: Login in ..

Read more

mobile_scanner A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. Platform Support Android iOS MacOS Web Linux Windows ✔️ ✔️ ✔️ ✔️ Android SDK 21 and newer. Reason: CameraX requires at least SDK 21. Also, make sure you ..

Read more

Frosty A mobile Twitch client for iOS and Android with 7TV, BTTV, and FFZ support. Built with Flutter. Motivation The official Twitch mobile app doesn’t support emotes from 7TV, BetterTTV (BTTV), and FrankerFaceZ (FFZ) — third-party services and extensions for Twitch used by millions of viewers and many top channels. This results in a poor mobile chat experience since only emote codes render rather than their ..

Read more

FlutterMusicPlayer A Flutter package to create a customizable music player application or module with ease Installing With Flutter: $ flutter pub add flutter_music_player This will add a line like this to your package’s pubspec.yaml (and run an implicit dart pub get): dependencies: flutter_music_player: ^0.0.1 Main Components AudioPlayerProvider MinimizedMusicPlayer MaximizedMusicPlayer AudioPlayerProvider The provider which manages the ..

Read more

Little Dinosaur Dinosaur App using flutter this is for Dicoding Academy Flutter for Beginner Exam 📋 Splash Screen On Boarding Home Home (scrolldown) Detail Detail (scrolldown) Download this app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

UI Inspired by dribble designs Features of the app Add devices Toggle devices on and off Set temperature Animations Toggle on and off Pagination Widget testing Screenshots Home Control Page Steps to build the app Clone repo (build files are included) Run flutter pub get Click on Run Download Flutter IoT App source code on ..

Read more

Animated Notch Bottom Bar A Flutter package for animating the position of selected item in bottomNavigationBar with notch like design. Inspired by react-native-tabbar-interaction plugin. Features : Supports any widget as as a bottom bar children. Animates the notch toward selected item. Create an optimized bottom navigation bar with beautiful animation. Supports blur effect like iOS Tab View. ..

Read more

It is a Mobile Application built with Flutter to help Instructors reach their students with the material needed for their course (Videos, PDFs, Exams) Table of contents Dashboard Dashboard_Overview Dashboard_Screens Droos Droos_Overview Droos_Screens Planning_to Auther Contributes Dashboard Dashboard_Overview This Dashboard is where admins can control Droos App by Accepting Pended accounts, Verifiy or Unverifiy the accounts and Upload Lectures’ Material ( Video, PDF, ..

Read more

flutter_plugin_pdf_viewer A flutter plugin for handling PDF files. Works on both Android & iOS Installation Add flutter_plugin_pdf_viewer as a dependency in your pubspec.yaml file. Android No permissions required. Uses application cache directory. iOS No permissions required. How-to: Load PDF Load pages Pre-built viewer Use the pre-built PDF Viewer This code produces the following view: TODO Allow password-protected files ..

Read more

Instant Worker App We envision creating better and empowered livelihood for daily wagers all across India. Through our innovation and dedication, we are striving toward creating an organized infrastructure and accountable days of employment for these daily wagers. We have deeply understood the state of workers in India. We simply connect workers with hirer’s , ..

Read more

A group of overlapping round avatars is called face piles. A face pile is a series of overlapping avatar images that come and go as users join and leave a given group. Getting started Add this to your package’s pubspec.yaml file: Now in your Dart code, you can use: import ‘package:flutter_face_pile/flutter_face_pile.dart’; Usage import ‘package:flutter_face_pile/flutter_face_pile.dart’; FacePile( faces: [ ..

Read more

free_text_search Search a inverted positional index and return ranked references to documents relevant to the search phrase. THIS PACKAGE IS IN BETA DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES. Overview The components of this library: parse a free-text phrase with query modifiers to a query; search the dictionary and postings of a text index for the query terms; perform iterative scoring and ranking of ..

Read more

Drawing-App A Simple and easy Drawing App for beginners Preview 👇 ⚙️ Built with Amazing Tools Flutter – Beautiful native apps in record time. Visual Studio Code – Code editing. Redefined. Written Blog ✍ https://medium.com/@flutterqueen 🐛 Bugs/Requests If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket ..

Read more

Flutter OTA app for Robinhood Super Apps Getting Started Supported devices Any android above API level 16 Any iOS device above iOS 8 Naming Convention Class names: PascalCase or UpperCamelCase | Eg: HomeScreen File names (Dart or assets): snake_case or pothole_case | Eg: home_screen.dart File names (Native Android or iOS): Follow native development conventions Variable ..

Read more

flutter_barcode_keyboard_listener Plugin for managing QR and BAR code reading from an external device. Important THIS PACKAGE WILL WORK ONLY IN ANDROID! Class Name BarcodeListener Variables BarcodeScannedCallback onBarcodeScannedCallback //<- Function(String barcode) Duration bufferDuration bool useKeyDownEvent Example @override void initState() { BarcodeListener( onBarcodeScannedCallback: (String value) => setState(() { print(value); }, ), ); } Installation flutter pub add ..

Read more

Desktop automation tool including window, keyboard, and mouse manipulation. Getting started As of now the library works for Windows desktops. Usage There are different kind of managers that have specific use cases for automation / input manipulation. CursorManager() for mouse manipulation i.e. move, inputs, pixel color KeyboardManager() for keyboard manipulation i.e. sending and remapping keys WindowManager() for window ..

Read more

This project is a restaurant application and is designed for simple restaurant harmony. Those who want to come to the restaurant can easily make a reservation. Star ⭐ the repo if you like what you see 😉 Libraries Used Design UI -> Figma State Management -> Provider Authentification -> Firebase Auth Design Pattern -> MVVM Features Splash Page ..

Read more

flutter_todo_app A simple to use todo app builds with the flutter framework. Authors @AgweBryan Screenshots Features Light/dark mode toggle Beautiful UI Smooth page transition Notification reminder Responsive UI Local storage Flutter dependencies dependencies: cupertino_icons: ^1.0.2 date_picker_timeline: dropdown_button2: flutter: sdk: flutter flutter_screenutil: flutter_local_notifications: flutter_native_timezone: get: get_storage: google_fonts: intl: sqflite: Contributing Contributions are always welcome! See contributing.md for ways ..

Read more

WallpaperWalaApp A WallpaperWalaApp is a Simple Wallpaper app🏞️ developed in Flutter 💙 , with responsive UI✨ for Mobile📱 and Tablet 💻. Fetch data from an API with flutter. useState in a flutter app. pass down data in flutter widgets. show a grid view. Using Hero Animation. Save the image to local storage (Gallery) for both Android And IOS. API Pexels API ..

Read more

Movies App A Flutter app that uses the “The Movie DB” api to fetch popular people and their info (their movies, images, ..etc). (API version 3 is used) 🎨 Design inspiration Content Running the App Previews App Architecture & Folder Structure Http Caching Infinite Scroll Functionality Testing with Riverpod Dart-only testing Flutter Widget Tests Running the App ..

Read more

About This is a modular app architecture that can be scalable as time passes. I will be using the BLoC state-management package. Scalable App Architecture – CodeWithAndrea This scalable app architecture design is inspired by Andrea Bizzotto. Full documentation of this design can be found here. In addition to that, you can use a VSCode extension called Flutter Feature ..

Read more

ExerLog ExerLog is a simple and easy-to-use exercise journal app developed in conjunction with sports science that focuses on providing you with all the essential data without all the irrelevant information that you don’t need. An app that keeps track of your exercises, body measurements, and offers you access to relevant workout information. The goal ..

Read more

Flutter IoT App UI Challenge UI Reference: https://dribbble.com/shots/14180391-Smart-Home animated_medium20200911-22979-18ckd7h.mp4  Download source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Amazon Clone Full Stack Amazon Clone along with Admin Panel Features Email & Password Authentication Persisting Auth State Searching Products Filtering Products (Based on Category) Product Details Rating Getting Deal of the Day Cart Checking out with Google/Apple Pay Viewing My Orders Viewing Order Details & Status Sign Out Admin Panel Viewing All Products Adding ..

Read more

WhatsApp Clone Full Stack Whatsapp Clone with Flutter, Firebase & Riverpod 2.0! Features Phone Number Authentication 1-1 Chatting with Contacts Only Group Chatting Text, Image, GIF, Audio(Recording), Video & Emoji Sharing Status Visible to Contacts Only and Disappears after 24 hours Video Calling Online/Offline Status Seen Message Replying to Messages Auto Scroll on New Messages ..

Read more

Flutter 2:Please use flutter_smart_dialog: 4.0.9+5 Flutter 3:Please use the latest version Introduction An elegant Flutter Dialog solution. pub,github,web effect Some Effect Advantage Do not need BuildContext Can penetrate dark background, click on the page behind dialog Support dialog stack,close the specified dialog Support positioning widget, display the specified location dialog Support highlight feature,dissolve the specified location ..

Read more

A highly customizable multiple selection widget with fuzzy search functionality MultipleSearchSelection<Country>( items: countries, fieldToCheck: (c) { return (c).name; }, itemBuilder: (country) { return Padding( padding: const EdgeInsets.all(6.0), child: Container( decoration: BoxDecoration( borderRadius: BorderRadius.circular(6), color: Colors.white, ), child: Padding( padding: const EdgeInsets.symmetric( vertical: 20.0, horizontal: 12, ), child: Text((country).name), ), ), ); }, pickedItemBuilder: (country) { ..

Read more