Etiqueta: templates

  • A Responsive Flutter App to show list of item with some features

    MyPlanetsApp A Responsive Multi-Platform Flutter App to show list of item My seecond litle app project using Flutter framework Homepage Planet list Show planet list with favourite button after the title Mobile / potrait view Desktop & Tablet / Landscape view Planet detail page Show about the planet with full image and favourite + share button Mobile / potrait view …

  • A mobile app which allows you to make up your missed prayers

    Qadha Easily seek Allah’s forgiveness Qadha is a free mobile app for making up missed islamic prayers. It allows you to track any prayer you recall missing in the past, using a flexible calendar system. Throughout your experience, new stories – either a verse or a sahih hadith – will be unlocked. Every prayer you make up is securely saved …

  • A flutter plugin to use multiple app icon on iOS

    variable_app_icon A plugin to use multiple app icon on Android and iOS. If you don’t know yet, you can use multiple app icon in an iOS app from 10.3. in android, you can do this using activity-alias. You can accomplish this in your flutter app by using this plugin Getting Started First, add variable_app_icon as a dependency in your pubspec.yaml …

  • 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 clone app for medium’s mobile app using flutter

    Medium App Clone Medium app clpne developped with Dart/Flutter framework, getx for state management, used dummy data to showcase (for now at least) 📱Screen shots 📝 Tasks Bottom navigation bar Home page Header Page title icon Tab bar with TabModel() Fixed / Sticky tab bar on scroll with possibility to navigate Fixed only on down scroll, while on top’s will …

  • 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 …

  • A full stack chat app made in Flutter and Firebase

    Chat With Flutter And Firebase A full stack real time chatting app with Flutter and Firebase CRUD operaions. Developer: Umar Waseem Features: Login SignUp Sign Out Check Users Online/Offline status Chat with ANYONE registered on the app in real time Set profile picture while signing up Offline status on signout Online status on signup or signin Some sneaky features 🤪: …

  • A simple blog application with flutter and firebase

    Amata Blog simple blog application with flutter and firebase screenshots what is Amata Blog? amata blog is a application witch enable its users to read and save article and in future will be able to write article into it. supported platforms TechStack Packages Used – flutter_bloc – beamer – firebase packages – flutter_svg – cached_network_image Architecture used: Bloc pattern How …

  • Grabs screenshots from your Flutter app on multiple platforms (iOS and Android)

    auto_screenshot grabs screenshots from your Flutter app on mobile platforms (iOS and Android). It has two parts: A command-line wrapper over Flutter’s integration_test package that lets you specify which emulators to run on, then runs them on your machine while you make pancakes or whatever. Library methods that let you insert screenshot-taking commands into your integration tests with a single …