Categoría: Apps

Categoría agregada por el Plugin WPeMatico

  • A calculator app with basic functionalities for flutter

    flutter_basic_calulator Sample video calculator.mp4 A calculator app with basic functionalities 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 …

  • A companion app for DnD

    A Dungeons and Dragons app Screenshots go here Sidekick is an open source DnD companion app that makes it easier for you to manage your characters and spells while playing DnD 5e. This project is currently in an alpha state. This is a hobby project of mine, meant to help me explore the capabilities ofFlutter. This app was made possible …

  • A flutter app that reads the qr code and shows the content

    qr_code_reader dependencies: qr_flutter: ^3.2.0 barcode_scan: ^3.0.1 url_launcher: ^6.0.5 lottie: splashscreen: ^1.3.5 Demo video qr_code_reader.mp4 ScreenShots An app that reads the qr code and shows the content 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 …

  • A Flutter Travel guide app UI With Animation

    travell_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 ouronline documentation, which offers tutorials, samples, guidance on mobile development, and a …

  • Bitcoin Ticker App which will fetch you the real time Bitcoin exchange values written in Flutter

    About This project is written completely in Dart & Flutter. The app will basically provide you the real time value of three major cryptocurrencies namely Bitcoin, Ethereum and Litecoin in your favourite currency. The project uses the COINAPI to fetch all the real time values. You can access the API Dcomuentation from below : API Documentation. Getting Started Prerequisites Make …

  • A basic flutter app used to accompany a walkthrough

    FLUTTER WALKTHROUGH Install Flutter SDK Dart SDK comes with the Flutter SDK Android Studio or XCode or VS Code Android Studio Install Flutter plugin from marketplace Project structure android – native android project, build gradle, etc ios – native iOS project, lib – dart and flutter code test – test files pubspec.yaml lib Where your dart files live main.dart pubspec.yaml …

  • A platform adaptive Flutter app for desktop, mobile and web

    Flutter Folio A demo app showcasing how Flutter can deliver a great multi-platform experience, targeting iOS, Android, MacOS, Windows, Linux, and web. Built by gskinner in partnership with Google, Flutter Folio purposefully considers user expectations, input devices and idioms for each platform, ensuring it feels at home on every device. In addition to forking and reviewing the MIT licensed code …

  • Beautiful Weather App UI with support for dark mode

    Flutter Weather App UI with darkmode support Flutter 2.8.0 Null Safety Beautiful Weather App UI with support for dark mode. Created by Martin Gogołowicz. Please leave a ⭐ if you like it 💙 How it looks: Dark mode ⚫ : darkMode.mov Light mode ⚪ : lightMode.mov Features: Dark and Light Mode friendly Backend ready Scalable Performance friendly Today weather info …

  • Simple but pretty cool birthday countdown app built using flutter

    Simple but pretty cool birthday countdown app “For You” 😽 Don’t forget to star⭐ the repo if you like what you I have created😉. 📸 GIF of a sample app screen ✨ Requirements Paste timestamp of birthday date in main.dart file. You can use https://www.unixtimestamp.com/index.php for conversion of date to timestamp Any Operating System (ie. MacOS X, Linux, Windows) Any …

  • A simple Flutter app that lists all the 151 1st generation pokemóns

    Pokémon App   A simple Flutter project that lists all the 151 1st generation pokemóns. This project was created for study purposes. Installation You can download the app on your phone in the link below (Android only): https://www.mediafire.com/file/6ct3p4q4wa4gg21/pokemon-app.apk/file If you want to run the app from the source code, you need to follow the steps below: Download or clone the …

  • Meetup app made using Flutter

    Kaigi – HackMIT Introduction Cross platform application that can help people make friends online and host events. Tested on Android only. Technologies & Architecture Flutter, Dart, Google Maps Places SDK Firebase Authentication Firestore Storage Architecture components Provider Features Setup Create a .env file in the root directory of the project and add your Maps Places API key in the below …

  • A simple application to track everything you want

    Stat Track A simple application to track everything you want Description Stat Track is an app that lets you track numbers, text and many more and export it to JSON. Examples to track: Expenses Sleep Work time Training progress Health Wellbeing … Analyse your Data You can analyse your Stat Track data on your computer with the Stat Track Analyser …

  • A Simple Todo App For Flutter

    Simple Todo App Generated by the Very Good CLI 🤖 Getting Started 🚀 This project contains 3 flavors: development staging production To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands: # Development $ flutter run –flavor development –target lib/main_development.dart # Staging $ flutter run –flavor staging –target lib/main_staging.dart # Production $ …

  • A Book Store App Built Using Flutter

    Book Store App Preview video: https://www.youtube.com/watch?v=ZPu-udyRgG0 My Linkedin My Upwork My Twitter My Instagram My Email: sangvaleap.vanny@gmail.com UI/UX source: https://dribbble.com/shots/11544157-Lifemasto-Online-Book-shop-Screen-Design GitHub View Github

  • Chat Messaging App Light and Dark Theme

    Chat/Messaging App Light and Dark Theme – Flutter UI Watch it on YouTube Complete Source Code (Patreon only) Packages we are using: goole_fonts: link Today we gonna build messing/chat app #ui using #flutter that runs both Android and iOS devices also has a dark and light theme. We create in total 4 screens all of that support both Dark Theme …