Etiqueta: code

  • A Mobile Application to Download Books In Flutter

    LibHive (Android) – Download Free Books, PDFs, Epubs LibHive is an mobile application where you can search,download,save books anytime. These books are collected from the largest free book resource website Libgen in the Internet. Download the APK – link Features This android app lets you: Search books available on Libgen. Download books in available formats. Share the download links. Sort …

  • A residential management app build with flutter

    Metaville – A Community Connect for you! MetaVille is a mobile application that helps in bringing people of a residential society together and also in managing the community very conveniently and efficiently. Why MetaVille? MetaVille will help you in managing societies with just a few clicks. For example, if you want to talk to all the people in a gated …

  • LookBook Assignment app built with flutter

    LookBook-Assignment LookBook Assignment app built with flutter Profile Section Cart Section Removing Items from Cart Items can be removed by tapping on the green colored Bag Icon. Add/Remove from Wishlist Tapping on the heart button just shows the indication on the ui if item has been added to wishlist or not. GitHub https://github.com/darshanhande11/LookBook-Assignment

  • Socket library for creating real-time multiplayer games

    Game socket The library was published in early access and is not stable, as it is being developed in parallel with other solutions. English is not a native language so there are no comments. At this stage, the library is for those who want to understand the source code and get a starting point for their solution or help me …

  • Flutter application for the web-app ClipIo

    ClipIo-App This is the flutter application for the original web-app ClipIo with some added features. Sign in instantly with your google account Sign in instantly with your google account Easily enter your text Save your text for future use Edit your text with live markdown editor Copy/Paste and easily transmit your data to other logges in devices Check out the …

  • Fendi Women’s Lookbook created with Flutter

    Fendi LookBook This is the widely known Fendi Collection or Lookbook, built with flutter. It is inspired by Fendi Summer 2021 Catalogue Portfolio inspired by Adam Sorensen on Dribble. Animations for this portfolio is not yet completed. GitHub https://github.com/Davies-K/fendi

  • A beautiful Grocery Ecommerce App with flutter

    Grocery Ecommerce App A beautiful flutter UI developed by nonybrighto and designed by Shoaib Mahmud. Screenshots Screenshots from the developed flutter application Home Display 1 Display 2 Cart Wish List You Mentions The UI is designed by Shoaib Mahmud. located here For help getting started with Flutter, view it’sonline documentation, which offers tutorials, samples, guidance on mobile development, and a …

  • Cyberpunk-inspired puzzle game prototype created with Flutter and Flame

    Ghost Rigger Prototype of a cyberpunk-inspired puzzle game set in a dystopian future: In the year 2078, the megacorporation Native Development Initiative, aka NDI, rules the Earth. While they look for new evil ways to increase their margins and satisfy their never-ending greed, a group of hackers are trying to stop them. They call themselves Unanymous. Within them, those who …

  • Game RPG build by Flame Flutter

    Darkness Dungeon Game developed for the purpose of testing the use of the Bonfire package! Darkness Dungeon Game developed for the purpose of testing the use of the Bonfire package! Download APK Used packages: Bonfire – Flame – GitHub https://github.com/RafaelBarbosatec/darkness_dungeon

  • Car Store App Concept build with flutter

    Car Store App Flow Car store app flow based on a design on Dribbble. Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Olayemi Garuba GitHub https://github.com/olayemii/flutter-car-store

  • A flarum application build with flutter

    fluam_app A flarum (flarum.org) application, Seamlessly uses all the flarum sites of your added. Supported platforms Android (6.0+) ios (64bit only) Linux MacOS Windows Download https://github.com/fluam/fluam_app/releases GitHub https://github.com/fluam/fluam_app

  • A Nice and clean Online Shop app UI using Flutter

    E-commerce App – Flutter UI Nice and clean Online Shop app UI by using #Flutter. Packages we are using: flutter_svg: link On our E-commerce app UI has two pages one for the product page which has a horizontal list of categories then a list of our products. Then on the details page, it shows the price and short description of …

  • Firebase + Flutter sample apps with code snippets

    FlutterFire Samples This repo is created to contain various sample apps demonstrating the integration of Firebase with Flutter. The final goal is to create something like the Flutter Gallery app, but for Firebase. Also, the recently changes introduced in Flutter 2 create some confusion, mostly with the beginners, as many other repositories are not yet updated to the latest version. …

  • A Boilerplate Project which adopts the concept of Clean Architecture and Modularization

    Flutter-Works Boilerplate Repositori ini adalah Sebuah project Open-Source (Terbuka) yang diperuntukan untuk Boilerplate pada Flutter yang sangat mendukung produktifitas Anda, dengan banyak sekali fitur-fitur yang sudah kami siapkan secara instant yang dapat mempercepat dalam proses kerja Anda. Repositori ini adalah Sebuah project Open-Source (Terbuka) yang diperuntukan untuk Boilerplate pada Flutter yang sangat mendukung produktifitas Anda, dengan banyak sekali fitur-fitur yang …

  • A quiz app built using Flutter

    Quiz-App A quiz app built using Flutter. It currently covers programming topics such as (i.e. TypeScript, Angular, Firebase…) and others. Although the topics can be changed by changing the Firestore data for really any other types of quiz. Going with Flutter is a easy choice with its quick development time and fast execution times. Firebase as the backend and storage …

  • A chat app ui design made in flutter

    Chat Application UI in Flutter a chat application ui created using flutter. this application consits of two pages Homepage view with tab bar and tab barview and chat room page. 📷 ScreenShots HomeScreen Chat Room Screen GitHub https://github.com/tonydavidx/chattie-ui-design

  • A tween that allow defining keyframes for various properties

    keyframes_tween A tween that allow defining keyframes for various properties. Quickstart import ‘package:keyframes_tween/keyframes_tween.dart’; class Example extends StatefulWidget { @override _ExampleState createState() => _ExampleState(); } class _ExampleState extends State<Example> with TickerProviderStateMixin { late final controller = AnimationController( duration: const Duration(seconds: 10), vsync: this, ); final tween = KeyframesTween([ KeyframeProperty<Size>( [ Size(10, 10).keyframe(0), Size(100, 100).keyframe(0.5, Curves.easeInOut), Size(200, 200).keyframe(1.0), ], ), KeyframeProperty<Color>( [ …

  • A Podcast app with Flutter & Redux

    Podcast App – Flutter & Redux A Podcast app with Flutter & Redux Preview Introduction I have built a basic podcast app with an interactive UI, as well as some of its functionalities : Like System Multi-word search system. The app currently has 5 screens : Home: With a hard-coded list of podcasts and an integrated search field. The screen …