atmospherePro Peer-to-peer encrypted file sharing has never been easier. atmospherePro makes peer-to-peer encrypted file sharing possible. In real-time, you can send files across any device regardless of your location — with the added benefit of total privacy. You can fearlessly share contracts, tax information, or other confidential information without worrying about your data being stored on ..

Read more

BREAKING CHANGES IN V2 CacheManager v2 introduced some breaking changes when configuring a custom CacheManager. See the bottom of this page for the changes. flutter_cache_manager A CacheManager to download and cache files in the cache directory of the app. Various settings on how long to keep a file can be changed. It uses the cache-control http ..

Read more

Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle. Features Highlight text in a search result with custom highlight Color and highlight TextStyle. Highlight text in a search result without prasing the search text directly. Parse the search text as a regular expression. Usage SearchTextInheritedWidget( searchText: ‘search ..

Read more

flutter_progress Highly customizable and light weight progress library including dynamic updates Getting Started Adding the package dependencies: flutter_progress: ^1.0.0 Examples Normal Progress Valuable Progress Custom Body Progress Custom Progress How to use Add import import ‘package:flutter_progress/flutter_progress.dart’; Show dialog and assign it a global key to update it later. All properties except the message are optional. ..

Read more

Flutter Mapbox GL Please note that this project is community driven and is not an official Mapbox product. Table of contents Flutter Mapbox GL Table of contents Introduction Setting up Mobile Secret Mapbox access token Web All platforms Public Mapbox access token Supported API Map Styles Offline Sideloading Downloading Offline Regions Create a static map ..

Read more

DevToys A Swiss Army knife for developers. Introduction DevToys helps in daily tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tasks with your data. With Smart Detection, DevToys is able to detect the best tool that can treat the data you copied in the clipboard ..

Read more

Flutter Maps Functionality: map locations searching Tools / packages: Flutter flutter_map positionstack.com BLoC Very good CLI Autocomplete widget l10n (translations) Serialization (json_annotation) http REST API Description App supports very good standards of writing code. Project is divided into 3 layers: Data Layer (Location API CLient) Domain Layer (Locations Repository) Presentations Layer (widgets + BLoC) Download ..

Read more

What is WikiSanchez WikiSanchez is a app that implement rick and morty api with flutter 🙂 This project project cant exist thank the flutter team and Axel Fuhrmann creator of Rick and Mory api Structure home page character page episode page location page quiz page quiz game page Download rick and morty api source code..

Read more

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

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

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