Mes: agosto 2022

  • Layouting the UI for Grocery App Toko Sayur dan Buah

    Flutter Grocery UI Layouting the UI for Grocery App Toko Sayur dan Buah Youtube Link https://youtu.be/Ih2Joj9hgys Widget GridView.Builder Card Hero IconButton Gesuture Detector Navigator push Navigator pop Data Class Column Row Image Asset App Bar Stateful widget Stateless widget setState AspectRatio SizedBox Container Text TextStyle Scaffold ScreenShot Home Detail GitHub View Github

  • Canton Design System elements and resources for Flutter

    Canton UI Canton UI elements and resources for Flutter. Examples in Apps Description This includes things such as themes (colors, typography, etc.), custom methods, buttons, text-inputs, a color picker, and more. This all in attempt to limit the amount of time I spend on remaking simple tools and ui, while still customizing my screens to my flavor. Please note that …

  • Marvel Comics App with marvel API and Firebase

    marvelapp A new Flutter project with Marvel Comics api. An marvelapp contains information about All Marvel Characters and comics. I used flutter_bloc package for State Management and firebase also to fetch Some prepages data. Packages used cached_network_image: ^3.0.0 cloud_firestore: ^2.0.0 equatable: ^2.0.0 firebase_core: ^1.1.0 firebase_storage: ^8.0.5 flutter_bloc: ^7.0.0 google_fonts: ^2.0.0 html: ^0.15.0 http: ^0.13.3 & url_launcher: ^6.0.3 Screenshots Download .apk …

  • Oasis: The Shopping App With Flutter

    Oasis: The Shopping App A new-age shopping app that focuses on clean and material UI elements to give users a sophisticated experience. Demo https://drive.google.com/file/d/1IZ2xJWi4yX9bzNQjBhxFGX98yuqRWske/view?usp=sharing Screenshots Welcome Screen Login Screen Login Success(with help of firebase) Home Page Product Page Profile Page Roadmap Option to change color of products Availability of offers based on payment methods Staying signed in on app Adding …

  • A note app created with good dark ui

    📘 Overview Used Flutter with Sqflite to store data locally on the phone. Applied dark modern ui for better user experience while using the application. 💾 Database Sqflite Package : https://pub.dev/packages/sqflite 📱 Screens 🏠 Home Screen Start Screen. Used local database to fetch data. Filter list by searching note title. Used illustration when the no note found with this title. …

  • Flutter Client for Pastoral Care Application

    GRANDstack Starter npx create-grandstack-app myNewApp This project is a starter for building a GRANDstack (GraphQL, React, Apollo, Neo4j Database) application. There are two components to the starter, the web frontend application (in React and Angular flavors) and the API app (GraphQL server). The starter represents a business reviews dashboard. You need to adjust the GraphQL schema, the seed data, database …

  • A mathematical puzzle game with flutter

    Everest A mathematical puzzle game. Try it at https://mwageringel.github.io/everest/ Build dependencies Building with make requires flutter, curl, rsvg-convert, imagemagick. APK signing certificate fingerprint (SHA-256) of releases on GitHub: 576bae61b2aba5d1d32a17d373baa36e05beaaefb67d9b47218d004c0e8333d9 GitHub View Github

  • Flutter Clean Architecture Sample App – Dasher

    Flutter Clean Architecture Sample App – Dasher This project is a starting point for a Flutter application. Dasher App will introduce you to clean architecture structure and how inner / outer layers are connected. Architecture structure Dasher app uses the architecture structure described in handbook. Presentation There is no business logic on this layer, it is only used to show …

  • Anime Facts Flutter App

    Anime Facts Info – A beautiful app to know some unique facts about some popular animes built by consuming This API. This App is built using mobX. Here I have experimented with dart mobX for usecases like multiple stores in a single screen and different stores for different screens. On clicking an anime card in the home screen it leads …

  • The school management application for arnhss

    screen shorts work progress ARNHSS -> School project Description here Libraries used Flutter dart basic language Provider for statemanagement Tools used flutter_lint for lint Google_fonts for typography Preferred tools Code editor VS Code Folder structure utils It will have all the basic utilites dimension,navigation etc… common It will have all the constants and common things like constants , themes , …

  • CRUD Firebase App (Create Read Update Delete)

    CRUD Firebase App (Create Read Update Delete) We created this app in a LIVE CODING on my youtube channel: Join to unlock all the past live videos and join to our discord group! https://www.youtube.com/channel/UCFKZxStYsOVrzdN_FCZ0NGg/join Description We used Provider as state management package. Firebase Configuration https://firebase.flutter.dev/docs/cli/ TODO Realtime integration GitHub View Github

  • Flutter Expense Tracker App

    flutter_expense_tracker_app Also known as expense manager and money manager, an expense tracker is a software or application that helps to keep an accurate record of your money inflow and outflow. Authors @AgweBryan Screenshots | | | | Features Light/dark mode toggle Beautiful UI Smooth page transition Chart Responsive UI Local storage Flutter dependencies dependencies: cupertino_icons: ^1.0.2 date_picker_timeline: dropdown_button2: flutter: sdk: …

  • Note Taking App with Flutter

    iNotes Notes are very integral part of our life as its very often that we learn something new and tend to forget or wish to dogde down a few points which will help us to revise later. This Application is designed to serve this purpose. With its material UI and easy access helps user to sort out the points they …

  • Genz , number one book application, for nerds

    book_app Flutter ## One to many Relationship on Flutter Introduction Using Parse, you can store data objects establishing relations between them. To model this behavior, any ParseObject can be used as a value in other ParseObject. Internally, the Parse framework will store the referred-to object in just one place, to maintain consistency. That can give you extra power when building …