Flutter Playlist Animation Playlist Hero & Page Transition Animations inspired by original SwiftUI implementation flutter-playlist-hero-animation_2.mp4  Hero Animation Card Flip Effect Behind the scenes, there are 3️⃣ widgets involved in a Hero animation 1️⃣ The widget in the first page (placeholder) 2️⃣ The widget in the second page (placeholder) 3️⃣ The widget animating in between (in-flight ✈️, the widget we want to override) (In ..

Read more

Whatsapp bot flutter Whatsapp bot using whatsapp web scraping Getting Started We can use this library in Flutter as well as Pure dart projects , checkout dart example First launch will take some time it will download chromium files locally, using puppeteer for whatsapp web and scarping data Macos setup Enable outgoing and incoming connections for macos and ..

Read more

Using BLoc Pattern and JSON API. Data Provider: https://www.themoviedb.org Youtube Tutorial Link:  https://youtu.be/wfxA0f9rjzg Download source code on GitHub https://github.com/curay7/Block-Flutter-Movie?ref=flutterap..

Read more

A personal project to put into practice my skills learned with Flutter and Dart, using static and functional widgets to create an elegant design themed on the best game in the world. learned concepts ListViews Containers Shadows BottomNavigationBar Text & Styles Decorations Gradients FloatingActionButton Scaffold & Child Many more catches View functionality How to use ..

Read more

queue 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

awesome-flutter-snippets A wonderful snippet that will boost you every day. Idea During the Hacktoberfest 2022 season, I intend to collect all of the great snippets that are highly beneficial to all Flutter devs on a daily basis.  Let’s work together to collect incredibly fantastic snippets from all of the amazing devs. Continue to share. Contributing ..

Read more

Safe Notes Encrypted, Private note manager. Screenshots Description Safe Notes is a privacy-focused note manager which provides an inbuild encrypted storage. It imploys rigorously tested AES-256 encryption standard to store user notes. All the notes are stored locally on the user’s device. Contrary to the ongoing frenzy of “move everything to cloud” we believe in ..

Read more

About ALL NEW Mobile wallet for OmniLayer assets. OmniLayer is the premier decentralized application platform on the Bitcoin blockchain. OmniWalletMobile_V2 ALL NEW EDITION Native Mobile wallet for OmniLayer assets, released on Android and iOS. What is OmniWalletMobile OmniWalletMobile is a new type of mobile wallet, which currently supports Bitcoin and all OmniProtocol created tokens, providing Bitcoin&Omnilayer ..

Read more

About Mobile wallet for Omnilayer assets. OmniLayer is the premier decentralized application platform on the Bitcoin blockchain. OmniWalletMobile Native Mobile wallet for Omnilayer assets, released on Android and IOS. What is OmniWalletMobile OmniWalletMobile is a new type of mobile wallet, which currently supports Bitcoin and all OmniProtocol created tokens, providing Bitcoin&Omnilayer users with a ease-of-use ..

Read more

DT Money About This project was initially developed with React, in a event called Next Level Week, which is a intense week of free content with an amazing quality. In this state the application data is just placeholders, futher work will be done and it will be a simple, but functional project. Runs on Web, ..

Read more

NearBy-Public-Toilet An Flutter app that shows nearby toilets (under 500 meters) using your current geolocation. You can browser through the details of these toilets ratings , opening and closing and etc. It’s also gives you the direction on google map. Note Getting Started Get an API key at https://cloud.google.com/maps-platform/. Enable Google Map SDK for each platform. ..

Read more

The project was developed to carry out consultation of Star Wars characters and their details. The app consumes data from SWAPI, an open API about Star Wars. > https://swapi.dev/documentation#start Screenshots Packages used The packages below were used to assist in the construction of the project: dio: ^4.0.6 get: ^4.6.5 flutter_dotenv: ^5.0.2 lazy_load_scrollview: ^1.3.0 loading_animation_widget: ^1.2.0+3 ..

Read more

These packages provide libraries for generating, compiling and serving Dart code. build Defines the interfaces for creating a Builder which is a way of doing codegen that is compatible across build systems (pub, bazel, standalone runner). For packages doing code generation this should generally be the only package against which there is a public dependency. Packages may ..

Read more

Material color utilities Algorithms and utilities that power the Material Design 3 (M3) color system, including choosing theme colors from images and creating tones of colors; all in a new color space. materialyou.mp4  Library availability Language Availability Package C/C++ Coming soon Dart ✅ Java ✅ Coming soon Objective-C Coming soon TypeScript ✅ Need another platform/language? Check ..

Read more

Isar Database Quickstart • Documentation • Sample Apps • Support & Ideas • Pub.dev Isar [ee-zahr]: River in Bavaria, Germany. Crazy fast NoSQL database that is a joy to use. Features 💙 Made for Flutter. Easy to use, no config, no boilerplate 🚀 Highly scalable The sky is the limit (pun intended) 🍭 Feature rich. Composite & multi-entry indexes, query modifiers, JSON support etc. ⏱ Asynchronous. Parallel query operations ..

Read more

flutter_smooth Achieve ~60 FPS, no matter how heavy the tree is to build/layout. 🎼 3-second video  output_small.mp4  (left = without smooth, right = smooth; captured by the external camera to maximally demonstrate end-user perception. High-resolution video here.) 📚 1-minute explanation Purpose No matter how heavy the tree is to build/layout, it will run at (roughly) full FPS, feel ..

Read more

Real-ESRGAN-GUI A simple GUI wrapper for a CLI tool called realesrgan-ncnn-vulkan , a NCNN (Vulkan) implementation of Real-ESRGAN . From v1.2.0, it also integrates the GUI wrapper function of realcugan-ncnn-vulkan, which is Real-CUGAN ‘s NCNN (Vulkan) implementation . Images such as low-resolution/low-quality illustrations and animations can be clearly and neatly enlarged (improved image quality). I made it in about 5-6 hours in total ..

Read more

 Obtainium Get Android App Updates Directly From the Source. Obtainium allows you to install and update Open-Source Apps directly from their releases pages, and receive notifications when new releases are made available. Motivation: Side Of Burritos – You should use this instead of F-Droid | How to use app RSS feed Currently supported App sources: GitHub ..

Read more

Syncfusion Flutter Widgets Syncfusion Flutter widgets libraries include high-quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base. Disclaimer: This is a commercial package. To use our packages, you need to have either the Syncfusion Commercial License or Syncfusion Community license. For more ..

Read more

TubeCards build with Flutter. What is TubeCards? TubeCards is a cross-platform spaced-repetition app which is seamlessly integrated with Youtube. It is written in Dart using Flutter. Screenshots Build Install Flutter Clone repository git clone https://github.com/friebetill/tubecards.git Get packages flutter pub get Update generated flutter files ./scripts/update_generated_files.sh Update language files ./scripts/update_language_files.sh Have a question? If you need any help, feel free to file an issue ..

Read more

three_dart Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library. three.js rewrite by Dart. 3D for Flutter. Base on flutter_gl support Web, iOS, Android, macOS, Windows Linux TODO, need flutter_gl support three.js r138 Example Demo on flutter web https://wasabia.github.io/three_dart_example/#/ Getting Started First at all. Follow flutter_gl Usage flutter_gl TODO Usage check example project Example ..

Read more

AdGuard Home Manager AdGuard Home Manager is an unofficial client developed with Flutter. Main features ▶ Manage your AdGuard Home server on an easy way. ▶ Supports HTTP and HTTPS connections. ▶ Enable and disable the different protections with only one switch. ▶ Add multiple servers to the app, and manage all of them from here. ▶ Material You interface ..

Read more

Welcome to the code repository for Flutter for web. This repository contains the source code for a fork of Flutter that targets the web. Our goal is to add web support as a first-tier platform in the Flutter SDK alongside iOS and Android. The code in this repository is a stepping stone to that goal, providing web-only packages ..

Read more

agora_rtc_engine This Flutter plugin is a wrapper for Agora Video SDK Agora.io provides building blocks for you to add real-time voice and video communications through a simple and powerful SDK. You can integrate the Agora SDK to enable real-time communications in your own application quickly. NOTE: The main branch is major update base on the Agora Native SDK ..

Read more

Surreal Flutter Demo A minimum Flutter client demo for SurrealDB. Prerequisites Flutter >= 3.3.2 SurrealDB >= surreal 1.0.0-beta.8 Getting Started Run the client flutter run -d chrome Then enter the SurrealDB websocket endpoint (eg. ws://localhost:8000/rpc). Disclaimer This is just a minimum, hardcoded, restricted and finished demo. Download source code on GitHub https://github.com/1l0/surreal_flutter_demo?ref=flutterap..

Read more

This is a mobile application to share your realtime location with GPS tracking and stay connected with your friends, families and co-workers. It is built using Flutter with Firebase and Firestore to handle the authentication of users and data management. Using the APK The pre-built .apk file for the app can be downloaded here. Open the ..

Read more

Flutter Amplify ToDo Demo App This demo project demonstrates the use of AWS Amplify to create a serverless ToDo app with Flutter. Getting Started Note: If not described otherwise, execute commands in the project root folder. Prerequisites Install following tools: git Flutter Node.js npm Create an AWS account (in case you do not already have one) Configure ..

Read more

Booking App – Algoriza Internship Final Project by Team 6. App Video : https://drive.google.com/file/d/1awyAgAqx3xzQjN_PlndqOFjZdzdWLW9E/view?usp=sharing RoomQuik .. Flutter Booking App using: Flutter BLoC as state management, Dio for APIs handling, GetIt for dependency injection, and Sizer with some built-in Flutter Widgets for Responsiveness, Shared Preferences, Google Maps, and GeoLocator, google maps places api, Pagination , Map Filtering. ..

Read more

Tiktok Clone Hello there. This is a Tiktok clone developed in flutter. This app was developed according to the classes of: Flutter & Firebase Tutorial: Build 5 Social Media Apps – UDEMY; Versions Flutter: 3.0.5 Dart: 2.17.6 Setup Clone it in your machine: git clone https://github.com/RodrigoNP3/Tiktok_Clone.git Dependecies: dependencies: cupertino_icons: ^1.0.2 get: ^4.6.5 firebase_core: ^1.24.0 firebase_auth: ..

Read more