Tiktok downloader application with flutter

tiktok_downloader Tiktok downloader application with RESTFUL API designed by flutter Tiktok downloader mockup Downloader screen Downloads Screen TikTok downloader app with: Bloc state-management Clean architecture & clean code Features: Download TikTok videos by link Open video if download success Retry download if failed Create specific folder for downloaded videos Save video in gallery Packages used: Dependency injection by get_it internet …

Aplicativo Barbershop App Book with Flutter

Aplicativo Barbershop App Book Aplicação Mobile Android/iOS de agendamentos de cortes de cabelo e barba desenvolvida em Flutter. Reposiório da aplicação Web/Desktop: https://github.com/luisclsantos/barbershop-app-web-dashboard Ver no Behance: https://www.behance.net/gallery/136457309/UIUX-Barber-Shop-App-20 Ferramentas Utilizadas neste projeto: Linguagens: Dart Framework: Flutter Bancos de Dados: Firebase Firestore Outras Ferramentas: Firebase Storage Firebase Authentication Ferramentas Design da Interface: Adobe XD Dependencies (pub.dev): flutter_localizations: cupertino_icons: ^1.0.2 dio: ^4.0.4 flutter_mobx: …

A Simple Design Of Films From Ghibli Studio Made With Flutter

📦 Ghibli StudioUI A Simple Design Of Films From Ghibli Studio Made With Flutter 🎖 Installing dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 google_fonts: ^3.0.1 card_swiper: ^2.0.4 url_launcher: ^6.1.5 http: ^0.13.5 🚀 Getting Started Clone this project || Download Zip …

A Flutter application that allows interacting with Pokemons, built using Clean Archtitecture structure

pokedex 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 uses build_runner to generate mock files for test cases, you have to run flutter pub run build_runner build –delete-conflicting-outputs this …

Flutter Students Club & Zemin Istanbul workshop Hive App

Hive In Flutter Made for Zemin Istanbul Presantation Basically, the application saves the basic data types and custom generated data classes to the local storage. Getting Started Dependencies 🧰 Package dependencies: hive_flutter: ^1.1.0 //add this line dev_dependencies: build_runner: ^2.2.1 //add this line hive_generator: ^1.1.3 //add this line hive_flutter Provides operations on the local storage. build_runner Provides a concrete way of …

A WebLN interface for creating Bitcoin Lightning powered web applications

A package that helps you to interact with WebLN providers by providing a FlutterWebln interface for creating Bitcoin Lightning powered web applications. Features There are methods to: Enable the provider (FlutterWebln.enable) Get information about a users Bitcoin Lightning node (FlutterWebln.getInfo) Send a payment (FlutterWebln.sendPayment) Create an invoice to receive a payment (FlutterWebln.makeInvoice) Request the user to send a keysend payment …