Category : Flutter App

#Requirements #1.Android Studio #2.Intall Flutter ใน Android Studio #3.Dart, Kottlin in Android Studio #Emulator for simulating a phone It must be installed in Android Studio because it doesn’t come with it in the first place. #How to Run #1.Clone this project onto the device. #2. Open Android Studio and File > Open > Project Address. #//This ..

Read more

P2P Audio Room A simple audio room using peer to peer technology with WebRTC mesh network. Download the app from here Here I have used:- flutter_webrtc for peer to peer connection. A signalling server running socket.io A public STUN/TURN server Screenshots Download P2P Audio Room app source code on GitHub FlutterappworldProvides the list of the ..

Read more

Git Assistant Assists you to use git and .git in easy and simple way with robust API. Features Implemented Command generator and executor Generates command sequence var git = Git(); print(git.log.prettyOpt(PF.oneline)); // ‘git log –pretty=oneline’ print(git.log); // ‘git log’ Executes command sequence var git = Git(); // Executes ‘git log –pretty=tformat:commit hash = %H’ and ..

Read more

contextualized Context is a HashMap with shadowing (inherits parent values) and helpers to work with Types as keys Installation pubspec.yaml: dependencies: contextualized: ^1.0.0 Example class A { const A(this.value); final int value; } class B { const B(this.value); final int value; } const key = A(42); const value = B(15); typedef Factory<T> = T Function(); final ..

Read more

audio_chat A Flutter project to replicate audio chat functionality as seen in popular instant messaging applications. Dependencies The project makes use of the following open source packages just_audio – To interact with audio files from application document storage. font_awesome_flutter – Font Awesome provides a great set of Icon to use in your application. permission_handler – A package to ..

Read more

Project img : Home screen Splash screen Logo another img another img   another img Note !! : Please include your photos to show Download Flutter Facebook Clone app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

cupertinew  Experimental and work in progress  A collection of pixel-perfect iOS-styled components and properties for Flutter, following the official guidelines. About the Cupertinew project Last updated: 2021-09-28 Reasoning Cupertinew is a Flutter project that spawned out of a desire to create a set of pixel-perfect iOS-styled components and properties for Flutter. While support for widgets ..

Read more

Features  translation without context  Translation Loaders  json  yaml  dart  even Api or any data source  translation  Pluralization   Gender   Arguments  Nested translation ‘validation.too_short’  App  auto RTL – LTR based on the current locale  reloading the app automatically  productivity – avoiding bugs  automatically save the last preferred language  – no shared prefs  –  detecting a duplicate or a missing ..

Read more

DChisel Dart Framework DChisel is simple Dart Framework for creating REST API Features Custom host server and port GET, POST, PUT, DELETE, PATCH Routes ORM CRUD to PostgreSQL Usage To add the dchisel to your Dart application read the install instructions. Host Server Default host is “localhost” and port 8000 import ‘package:dchisel/dchisel.dart’; Future<void> main(List<String> arguments) async { ..

Read more

GifView Load GIF images and can set framerate Features With GifView you can load GIF images of easy way and can configure frameRate. Load from Assets; Load from Network; Load from Memory; Set frame rate; Listen when start (onStart), change frame (onChange) and finish (onFinish) animation. Set progress while loading GIF Getting started Add gif_view as a dependency in your pubspec.yaml file. Usage GIF from ..

Read more

Project img : Home screen Splash screen another img another img     another img   Note !! : Please include your photos to show Download Flutter Instagram Clone app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Hacktoberfest 2021 Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.  Alert Check CONTRIBUTING.md and CODE_OF_CONDUCT.md before contributing. Instructions Follow the given steps :  Register yourself for hacktoberfest Registrations will start from 1st October ..

Read more

Flutter-awesome-bottom-navigation-bar 🐱‍👤 Fast code and awesome design-ui for flutter navigation bar  Getting Started # First you need to add flashy_tab_bar 0.0.3 in the dependency at pubspec.yaml: Basic Usage # Add this inside your main.dart or your page ! Note From : flashy_tab_bar in pub.dev !! 🐱‍👤 made with algeria  Download this design UI source code on GitHub ..

Read more

Week 2 View Voucher Page & Create Voucher Page Week 3 View Voucher Page (Update), Create / Modify Voucher Page (Update), Notification Page (New), Add Applicable Goods Page (New) Week 4 Add Firebase in View Voucher Page, Create / Modify Voucher Page, Add Applicable Goods Page Add Applicable Goods Page (Update), View Voucher Page (Update), ..

Read more

RICOH THETA SC2 Live Preview Tester For V/Z1, see my other project using dio as the HTTP library. Save Frames to Disk for Inspection Use Within Flutter Usage create a stream (for Flutter, it is easier to use StreamController pass stream to library specify number of frames to capture listen to stream and either write ..

Read more

Technical architecture components Clean Architecture Dart rule analyze: pedantic State management: flutter_bloc Dependency injection: get_it Network: dio Unit test: Mockito Run Build Release Android: iOS: Refer https://github.com/ResoCoder/flutter-tdd-clean-architecture-course https://geekysingh.medium.com/clean-architecture-for-enterprise-flutter-application-dc254a71059 https://github.com/trunghieuvn/flutter-clean-architecture https://github.com/vantrung8794/flutter_code_base Download Flutter Clean Architecture source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

A tidy utility to handle cache of your flutter app like a Boss. It provides support for both iOS and Android platforms (offcourse). Installing dependencies: cache_manager: ^<latest_version> Awesome Features Cache Utilities CacheManagerUtils.conditionalCache({key, valueType, actionIfNull, actionIfNotNull}) Conditional builder based on the value of cache. actionIfNull & actionIfNotNull are dynamic arguments used for Navigation through views, Rendering UI, Debugging values etc. ..

Read more

Quiz App This is a basic personality quiz app made using flutter and dart. The app has been developed only for practice purposes but it does implements most basic dart and flutter features. Just fork the repository and start testing your personality. App Screenshots Welcome Screen This Screen Shows Your Personality personality_quiz_app A new Flutter ..

Read more

uts_181021450006 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 ..

Read more

Food Recipe App In Flutter Using API’S Recipe App in Flutter Short Intro: Recipes app in flutter using API to get data. Amazing Recipes app UI in Flutter using dart with simple widgets. Demo OutPut Images Download Food Recipe App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..

Read more

Hangman Hangman game that tests your general knowledge skills. Mobile Download .apk file on release file Just Install it and Enjoy Web Play on this web https://hangman.zerachiuw.my.id Screenshots Download Hangman app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

I’m starting my flutter journey with this simple QuizApp 🙂 There are some screenshots of my first app : Quiz : Result : Download Quiz App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flutter-Animation  List Animated Staggered Animations GridView ListView Column Getting Started # First you need to add flutter_staggered_animations 1.0.0 Or + in the dependency at pubspec.yaml: Get New Version of flutter_staggered_animations Check in .Here ! Import # Basic Usage # For List.builder For List Manual List Generate Note From : flutter_staggered_animations in pub.dev !! Note : This Package dont Support ..

Read more

waether_app Donate some crypto  Dai = 0x4186571c034fB122089d86583cfB1c85d5C7C6f4BNB bnb1cxzqucsycqt3ktgztlpm8gywg9w8eh6mxpad0w Pay me via Trust Wallet: https://link.trustwallet.com/send?coin=714&address=bnb1cxzqucsycqt3ktgztlpm8gywg9w8eh6mxpad0w Download waether app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

bstevr_assessment BSTEVR Assessment. How To Run You can run this Flutter app through Android Studio by simply opening the project and tapping the run button. Also you can run tests inside the project by simply using command below: Contents The app has two screens and one unit test. Screens:  Alphabet Tree Unit Testing:  Assessment Details ..

Read more

Cool 3D Drawer Animated With flutter part 2  Getting Started First you need to add flutter_zoom_drawer 2.1.1 Or + in the dependency at pubspec.yaml: Get it from Here . Also You need to add this : Documentation Download Cool 3D ANIMATED DRAWER source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

Overview This is the Zuri Chat Android app project repository handled by TEAM SOCRATES, written with pure Flutter. NB: Always contact Team leads before attempting any task except assigned to. All team members must adhere to the following instructions while working on this project. Make sure you understand the project architecture before proceeding with any task. Project Description ZuriChat is a ..

Read more

Project Violet Open Source Hentai Viewer App Screenshots • Download • User Manual • docs Community Leave any questions on the github issue or on the Discord channel below. Discord Channel: https://discord.gg/fqrtRxC Sub Projects Violet Server – Real-time statistics provided by collecting user behavior libviolet – Native multithread downloader for android, ios hsync – Very fast metadata synchronizer Code Refactoring Plan Violet is my first ..

Read more

udemy_flutter A new Flutter application. 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 ..

Read more

Course App – Flutter Hi! this is my course app created in flutter. I hope you enjoy! I developed this app in order to learn some more techniques, widgets and code structuring, the App consists on a UI of courses that pulls data from a database, I hope you like it. Home Screen Course Screen ..

Read more