Mes: marzo 2022

  • A clone of Wordle written using Flutter

    Flutter Wordle clone I wanted to challenge myself after writing a version of Wordle using F#, so I decided to try Flutter. This was a fun project, since Flutter allows for rapid feedback cycles during UI development. You should be able to clone this repo and run it yourself, given you have setup your Flutter development environment. Here’s a link …

  • A simple flutter application to maintain basic personal notes

    Flutter App Notes with FastApi as backend A simple flutter application to maintain basic personal notes. The backend of this app was built with FastAPI and you can find it here https://github.com/antonio-pedro99/fastapi_notes Flutter APP Home Page Add New Note API call example Check the backend docs at https://notes-backend-flutter.herokuapp.com/docs GitHub View Github

  • Mongodb Client Built With Flutter

    Goals Of This Project Providing a mongodb client for mobile devices. (Like official desktop client Mongodb Compass) Supporting crud operations and basic querying. Features General Both mongodb:// and mongodb+srv:// connections are supported. (Mongodb Connection Strings) Adding, removing and reordering connection strings. Naming connection strings. Auto reconnecting. Collections Creating and deleting collections. Number of documents can be seen in each collection …

  • Tic Tac Toe Game With Flutter

    Tic Tac Toe Tic_tac_toe.mp4 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 on …

  • A Flutter app made for ASMR enthusiasts (keyboard sounds specifically)

    KeySMR – Keyboard ASMR Simulator A Flutter app made for ASMR enthusiasts (keyboard sounds specifically), using Flutter. Play Store (5.000+ downloads): https://play.google.com/store/apps/details?id=com.SalihOzdemir.KeySMR What is this? This is an app that uses keyboard sounds and pleasing music and ambient sounds to create a soothing environment for you. If you are like me and you like to listen to ASMR and especially …

  • A Flutter teaching app design. People can search for teachers and filter them based on prices, gender, and age

    About A Flutter teaching app design. People can search for teachers and filter them based on prices, gender, and age. Preview WhatsApp.Video.2022-03-30.at.3.13.49.AM.mp4 Credits Flutter project by Yasir Kadhim for questions/inquiries email me at yasiroday@protonmail.com Figma design by : Graphic Line Link : https://www.figma.com/community/file/1089540631262529176 GitHub View Github

  • Capyba App Challenge with Flutter and Firebase

    Desafio Capyba App Projeto Foi proposto pela Capyba Software como um teste de capacitação para recrutamento de novos desenvolvedores mobile, o projeto em si demonstra operações básicas, como: login, logout, cadastro e controle de acesso entre áreas da aplicação a partir de verificação por email. Tecnologias Flutter Firebase Executar aplicação em desenvolvimento: $ flutter pub get $ flutter run GitHub …

  • A flutter app to ease the difficulty in sourcing of accommodation

    accomovailable_app 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 on mobile development, and …

  • Flutter app localization example with gen_l10n

    Flutter gen_l10n example This example shows how to localize your Flutter apps with the gen_l10n tool. It contains examples for: The gen_l10n configuration. Different kinds of messages (plain messages, ICU messages, etc.). Language switcher RTL handling For more details, check out the full article: Flutter localization: step-by-step GitHub View Github

  • A Flutter app for practicing and understanding the GetX State Management and Route Management

    getx_statemanagement GetX State Management Demo with full understanding of State Management (with GetBuiler, GetX, Obx), Route Management and SnackBar. 📽️ Demo Demo.GetX.mp4 📕 Usage Going through it, firstly, clone this repository by: $ git clone https://github.com/tduongtad1304/getx_statemanagement_examples.git Then navigate to the folder by: cd getx_statemanagement_examples and type: code . (For VSCode instance) Next, just run: flutter pub get on the Terminal …

  • Beautiful pop up card with app bar and gutter designed for flutter

    xen_popup_card Stunnigly beautiful yet simple to use and customizeable popup card for flutter. To see an example: cd example/ flutter run –release To use package: import ‘package:xen_popup_card/xen_card.dart’; Understanding with image [Example] Screenshot for card with gutter only [Example] Screenshot for card with both gutter and appbar Gutter XenCardGutter gutter = const XenCardGutter( child: Padding( padding: EdgeInsets.all(8.0), child: CustomButton(text: «close»), ), …

  • A full stack clone app of Instagram coded in Dart

    Instagram Clone Full Stack Instagram Clone made with ❤ using Flutter & Firebase. Click on the link below to view the Overview video by Tushar Khatri. Overview Video Click on the link below to download the Apk file to try it out quickly on a real device. Download Apk file Click on the link below to view this web app …