Mes: noviembre 2021

  • Nepal Live Corona Tracking App made using flutter

    Nepal Live Corona Tracking App Overview App Snapshot Motivation Tehnical aspect Installation Updation Technologies used Overview This is a mobile application made using flutter sdk using dart language. From this app it will show us the latest updates of the COVID-19 case of Nepal. Similarly, we can see the latest news about the cases associated with Nepal. I have integrated …

  • Lays Flowers UI For Flutter

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

  • Library that can calculate fusions in Persona 5 game

    p5_fusion_dart Library that can calculate fusions in Persona 5 game. Example SkillRepository skillRepository = new SkillRepository(); final PersonaRepository repo = PersonaRepository(); final PersonaService service = PersonaService(repo); print(service.fuse( repo.getPersonaByName(«Regent»), repo.getPersonaByName(«Obariyon»))); print(service.getFusionsFrom(repo.getPersonaByName(«Arsene»))); print(service.getFusionsTo(repo.getPersonaByName(«Queen’s Necklace»))); print(service.getFusionsTo(repo.getPersonaByName(«Arsene»))); print(skillRepository.getSkill(«Absorb Bless»)); Credits Ideas, logics, data, etc. have been gathered from: https://github.com/arantius/persona-fusion-calculator https://github.com/Heimdall409/persona4-fusion-calculator https://github.com/aqiu384/aqiu384.github.io/tree/master/p5-tool https://github.com/chinhodado/persona5_calculator GitHub View Github

  • A Flutter Make Phone Calls App

    flutter_make_phone_calls A new Flutter Make Phone Calls application. Getting Started For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Do Some Configuration Add these lines to AndroidManifest.xml under manifest.

  • A Flutter Send SMS App

    flutter_send_sms A new Flutter Send SMS application. Getting Started For help getting started with Flutter, view ouronline documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Description Send SMS to single recipient. Send SMS to multiple recipients. Send default typed SMS. SMS can be modified. Working GitHub View Github

  • A flutter quiz app that helps you learn about the City of Munich

    MucQuiz MucQuiz is a quiz app that helps you learn about the City of Munich. It is a submission for the City of Munich challenge at hackaTUM 2021. Screenshots Topic listing Topic Topic Quiz Question Quiz Question Quiz Evaluation Installation You can install this app on your Android device by downloading the APK file from the releases section of this …

  • Yamete Kudasai App Built With flutter

    Yamete Kudasai Cute anime girls moaning when something is plugged in. Getting Started Android only Download the latest release here. I think the sentence above says all about the app… It basically plays a sound whenever a event from the supported events below gets fired. The sounds are predefined within the app and can easily be changed. When you enter …

  • A flutter app shows some meals, its ingredients and cooking steps

    meals_app A new Flutter project. This app shows some meals, its ingredients and cooking steps. Users can choose their meal by filtering their choice E.g. vegan, vegetarian and also can mark a meal as their favourite. Screenshots Installation Download apk zip file from here : release.zip Unzip the file and install apk. Getting Started This project is a starting point …

  • A Flutter package for Offers, Promo and Invites banners

    flat_banners A Flutter package for Offers, Promo and Invites banners. Android support Android and Web. Usage To use this plugin, add flat_banners as a dependency in your pubspec.yaml file. Demo Example import ‘package:flutter/material.dart’; import ‘package:flat_banners/flat_banners.dart’; import ‘package:example/controller/data_controller.dart’; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context) { return …