Mes: octubre 2020

  • 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 game library that lets you review games with flutter

    GameBase 🎮 A flutter application that serves as a front-end application for GameBase. GameBase is a game library that lets you review games and list your favorite games. Demo Current Build Status Authentication is already established, refresh tokens is not yet implemented Tasks ⏰ The following must be finished by this week October 25, 2020 Home Page 🏠 Top Games …

  • 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 matching colors Flutter game

    matchymatchy The goal is to reproduce the top right pattern on the 9 center squares with as few moves as possible. STILL IN DEVELOPMENT Fun fact: this app was entirely developed on emacs! Architecture This app implements Didier Boelens’ approach to BLoC. The idea is to show data through widgets that react to a bloc’s Stream. In order to simplify …

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

  • Allow for asynchronous and synchronous formatting of phone numbers in Flutter

    flutter_libphonenumber A wrapper around libphonenumber with added functionality merged from the following libs: https://github.com/nashfive/phone_number https://github.com/caseyryan/flutter_multi_formatter Uses the following native libraries: Platform Library Version Android libphonenumber 8.12.10 iOS PhoneNumberKit 3.2.0 The main advantage to this lib is it lets you optionally format a phone number synchronously without making calls into libphonenumber with platform calls. Getting Started First you need to call …

  • Simple Flutter UI for Mountain App

    Flutter UI – Mountain Simple Flutter UI for Mountain App. 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 ouronline documentation, which offers tutorials, samples, guidance …

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

  • A set of useful sliver tools that are missing from the flutter framework

    sliver_tools A set of useful sliver tools that are missing from the flutter framework. Here is a taste what you can make using this package The structure of this app: class Section extends State { @override Widget build(BuildContext context) { return MultiSliver( pushPinnedChildren: true, children: <Widget>[ SliverPersistentHeader( pinned: true, … ), if (!infinite) SliverAnimatedPaintExtent( child: SliverList(…), ) else SliverList(…), ], …

  • Flutter UI Challenges for fun

    flutter_fun Just small ui challenges for Fun. Fun with ImageData IoT Humidity App Slider Design: https://dribbble.com/shots/6315218-IoT-Humidity-App-Slider Result: iPhone’s Today View (IOS 13) GitHub

  • Wallpaper hype app with flutter

    Flutter Wallpaper hype Wallpapers of new sneakers, hype in which you can save the ones you like to upload your own images || Fondos de pantalla de zapatillas nuevas, hype en la cual puedes guardar las que te gusten subir tus propias imagenes used these two apis: Unsplash api Pexels api Google play URL GitHub

  • A Wiki Art App made with Flutter

    A Flutter Wiki Art App A Wiki Art App made with Flutter. TODO [ ] Complete the Wiki-Art API + Documentation [ ] Database [ ] Like Functionality [ ] Nav Bar [ ] Search Page [ ] Liked Page [ ] Add Artist Story [ ] Get Random Paint [ ] Settings GitHub