Categoría: Apps

Categoría agregada por el Plugin WPeMatico

  • A simple Flutter app that fetches data from a WordPress blog

    WordPress Blog App A simple Flutter Blog Application, which fetches data from naijatechguy.com, which is a blog, using the blog api. Still working on it and new features will be added soon. Plugin’s Used Http Html (To remove html formats from text) Intl (Date formater) Provider (Manage State) Hive Auto Size Text Pull to Refresh Shimmer Cached Network Image (To …

  • A beautiful and cute app for pet adoption made with Flutter

    PetApp An (Sample)app that allows users to donate their pets and adopt others pets. This app’s design was taken from Dribbble and I followed a tutorial by The Growing Developer on YouTube to complete this app. The app currently has two full screens and a side-drawer. The most fascinating thing about the app is it’s unique side-drawer that makes the …

  • Pet Finder App with Flutter + Firebase + Hasura

    Pet Finder Pet project with Flutter + Firebase + Hasura. How to Start $ flutter packages pub run build_runner build –delete-conflicting-outputs for VSCode Apollo GraphQL $ npm install -g apollo create ./apollo.config.js module.exports = { client: { includes: [‘./lib/**/*.dart’], service: { name: ‘<project name>’, url: ‘<graphql endpoint>’, // optional headers headers: { ‘x-hasura-admin-secret’: ‘<secret>’, ‘x-hasura-role’: ‘user’, }, // optional disable …

  • A simple notes app written in Dart using Flutter

    Notes A simple notes app written in Dart using Flutter framework. Compilation To compile this app, simply clone the repo and run the following command: flutter build <package-type> –target-platform <platform> –split-per-abi Package types can be : apk or aab Platforms can be : As supported by Flutter for e.g. android-arm, android-arm64 etc. If no platform is specified, flutter will default …

  • A flutter mobile app utilizing firebase

    Yaanyo Real time chat and shopping checklist made with flutter utilizing Firebase and Cloud Firestore as backend. Features Real time chat with family and friends. Catagorize shopping tasks by colored grids. Easily add tasks to shopping list on the go. Packages used Provider Firebase Core Firebase Auth Cloud Firestore Flutter SVG Get_It Flutter Material Color Picker Overview of how it …

  • A Fediverse client for micro-blogging instances written in Flutter/Dart

    kaiteki Currently Kaiteki has simple Mastodon/Pleroma and Misskey support, future backends could follow. I’m happy about any feedback or contribution you have. Screenshots Welcome page Login page Feed of a Pleroma instance Feed of a Misskey instance About page Download and use Kaiteki If you want to try out Kaiteki, there are automatic releases available for use. Please still note, …

  • A Donation/Charity App made with Flutter

    GIVE MORE Give More is Donation/Charity App which is made in Flutter. ★ Developed Android Application Using Flutter ★ which can use for to Give donation with net banking and cards etc. ★ User can see location of donation centers in map and App is implemented For Donating 6 Various needs like Education,food etc. GitHub

  • A Dev Feed News App with flutter

    Dev Feed Dev Feed is a Flutter-based mobile application allowing to keep up with top engineering content from companies all over the world. It stemmed from my own needs to not only follow a curated list of tech-related blogs, but also play a little bit with the excellent Flutter SDK. View Demo View Github Building and running Clone the repo …

  • A simple Gif Finder made with Flutter

    Gif Finder A Gif Finder made with Flutter and API from GIPHY. With this application you can see gifs that are hot on Giphy, being able to share them on your social networks or via link. It was developed using the Giphy API. How to Use 🤔 – Clone this repository: $ git clone https://github.com/felipecastrosales/Gif-Finder Gif-Finder – Enter in directory: …

  • A new Flutter application for algorithms

    AlgoBook A new Flutter application for algorithms. This app is mainly to refer to the algorithms that are frequently used. Presently the app has about 30+ algorithms in it. App UI 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 …

  • A fetch latest upcomming movies app with flutter

    Moviesfree4U This is simple repository, that help in fetch latest, upcomming movies. Release 1.0 (05/OCT/2020) Release 1.0 Download Here This release cover following feature : API calling architecture Dark Mode Material UI design GIF Cover Feature Splash Screen Onboarding-Screen Select favourite movie Home Screen Tranding movie Movies different category Popular movie Upcomming movie Tranding person of week Top rated movie …

  • A flutter client for the Twt.social backend API

    goryon A flutter client for twtxt. A Flutter iOS and Android App for the Twt.social backend API (jointwt/twtxt) to connect to Twt.social pods such as twtxt.net. Requirements Install flutter Setup your editor (optional) Running the app Run your iOS simulator or Android emulator flutter pub get flutter run Screenshots Building Refer to flutter official docs iOS Android GitHub

  • A Markdown-based note-taking app with flutter

    Noteless A Markdown-based note-taking app for mobile devices. Features Markdown-optimized editor with syntax highlighting Supports Github Flavored Markdown, AsciiMath, KaTeX and mermaidjs for diagrams Tags for organizing your notes Pin, Star and sort your notes by title or different dates Very themable – dark/light mode and accent color Full-text search File Attachments that can be embedded into a note Multi-Note …

  • A Flutter app visualizing your sports activity data

    Banana Stats A Flutter application, visualizing your sports activity data. Idea The data you enter will be saved only locally, on the very device you enter it. There is no communication involving your data with any servers, your data will stay in your hands. Add your data for four different activity types, see your stats, set goals and follow your …

  • Life in the UK test implemented in flutter

    UK Citizenship Test (Life in the UK Test) The Life in the United Kingdom test is a computer-based test constituting one of the requirements for anyone seeking Indefinite Leave to Remain in the UK or naturalisation as a British citizen. It is meant to prove that the applicant has a sufficient knowledge of British life and sufficient proficiency in the …

  • A Simple Wallpaper App with flutter

    wall_paper_app Flutter based Wallpaper Application. You can contribute by opening a new issue and PR. Getting Started First thing first clone the repo and run flutter pub get Checkout Pexels.com and get your key. Paste that key inside lib/keys/key.dart Run the project. GitHub

  • A seasonal foods calendar app written in Dart using Flutter

    seasoncalendar This app is a practical and easy to use tool showing you which kinds of fruit, vegetables, salads etc. are in season right now. Foods that are produced regionally are often times cheaper, tastier and better for the environment due to a shorter and more convenient transport. While currently available only in German and for Germany/Austria/Switzerland, I plan to …

  • An open source quick commerce app in flutter

    LaCoro Q-commerce app This app is an open source quick commerce app in flutter. Feel free to go to the issues list and comment on them to get assigned. Architecture diagram This project uses the concept of Clean Architecture which will divide the project into theses layers. Presentation Domain Data How to configure the backend LaCoro uses back4app as backend …