Author : Flutterappworld

Flutter Notes Short Intro: A Flutter app that allows to create notes and sync them across different devices with the same account. Getting Started First of all, you will need to have to setup the flutter environment to build and run this project. You can follow the official Install guide to set up all properly. Installing Clone ..

Read more

JsonToDart A Dotnet App to create dart class from json, taking null-safety into consideration The dart class extends Serializable base class Here is the Serializable class code import ‘dart:convert’; abstract class Serializable { String serialize() { return json.encode(this.toMap()); } void deserialize(String text) { this.fromMap(json.decode(text)); } //abstract Map<String, dynamic> toMap(); //abstract void fromMap(Map<String, dynamic> map); } Contribute on GitHub FlutterappworldProvides ..

Read more

Piwigo Next Generation (for Android) An android application for managing and uploading images to Piwigo servers. This app is under development by the Piwigo android team. The goal is to close the gap with the IOS Piwigo application while keeping in mind the priority of the features like the upload, and the ability to select multiple images at a time ..

Read more

Splash Screen Developement Stack 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 on ..

Read more

Flutter Todo App with GetX Building a List to do App with Flutter Screenshots Homescreen Add Todo Edit Todo Why flutter? Installation To run this project on your own, do the following: Clone this project. Run flutter pub get. Run the project using flutter run or using your IDE’s tools. For help getting started with Flutter, view the online ..

Read more

Tip Calculator App A Tip Calculator app made in Flutter. Prerequisites These things are required before setting up the project. Git Flutter Read Guide Tech Stack Flutter Download Tip Calculator App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

From JSON to Dart Advanced Table of Contents Features Convert from clipboard Convert from selection Convert from clipboard to code generation Convert from selection to code generation Convert from file Annotations Speed up converting Enhanced file names Context actions The Syntax toString method copyWith method Equality Operator Equatable Null safety Supported Generators Freezed JSON Serializable ..

Read more

flutter toast Toast Library for Flutter Now this toast library supports two kinds of toast messages one which requires BuildContext other with No BuildContext Toast with no context Supported Platforms Android IOS Web (Uses Toastify-JS) This one has limited features and no control over UI Toast Which requires BuildContext Supported Platforms ALL Full Control of the Toast Toasts will ..

Read more

A MangaDex API wrapper for Dart Usage A simple usage example: import ‘package:mangadex_api/mangadex_api.dart’; main() { var client = MDClient(); client.getChapter(‘5e8bc984-5f3f-4fb1-b6ee-cf7f3812b112’).then((chapter) { print(chapter!.title); }); client.getMangaInfo(‘a96676e5-8ae2-425e-b549-7f15dd34a6d8’, appendChapters: true, translatedLang: [‘cs’]).then((m) { print(m!.title[‘en’]); }); } Currently if you login, only requests where authentication is required will be done with your token, unless you set the useLogin parameter in a function as true. Captcha If ..

Read more

Short Intro: Flutter 2.0 (Null safety) Basic, Dynamic & Silver style Staggered Grid views made using flutter staggered grid view package. 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 ..

Read more

Luna Relaxing Music App Download Relaxing Music App source code on GitHub https://github.com/iamAbhishekkumar/Luna FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Movies App  Hi, do you like movies?  Try MoviesApp here. There are currently 4 themes in the app. Search for your favourite movie and add it to your favourites. Operating Principle How to run This application is using api of themoviedb, so before using it you have to create an api from themoviedb and generate an API and apply it ..

Read more

WasswordWonderful Password Generator With Wassword you can easily generate complex passwords and use them for your online accounts. Choose length and chars to be used and generate your passwords safely. Everything works offline and nothing is shared, your safety comes first. Wassword isn’t a password manager, it doesn’t store generated password. Wassword only creates password! ..

Read more

realtime-dart Listens to changes in a PostgreSQL Database and via websockets. A dart client for Supabase Realtime server. Usage Creating a Socket connection You can set up one connection to be used across the whole app. import ‘package:realtime_client/realtime_client.dart’; var client = RealtimeClient(REALTIME_URL); client.connect(); Socket Hooks client.onOpen(() => print(‘Socket opened.’)); client.onClose((event) => print(‘Socket closed $event’)); client.onError((error) => print(‘Socket ..

Read more

An attempt to implement better scrolling for Flutter Web and Desktop. Includes keyboard, MButton and custom mouse wheel scrolling. Getting started Example Usage and features Example Usage and features (from the example app) final controller = ScrollController(); … ImprovedScrolling( scrollController: controller, onScroll: (scrollOffset) => debugPrint( ‘Scroll offset: $scrollOffset’, ), onMMBScrollStateChanged: (scrolling) => debugPrint( ‘Is scrolling: $scrolling’, ..

Read more

Embedded Linux (eLinux) embedding for Flutter This project was created to develop non-official embedded Linux embeddings of Flutter. This embedder is focusing on embedded Linux system use cases. It is also implemented based on Flutter desktop for Windows and has some unique features to use it in embedded systems. flutter-elinux Note that this project is the source code ..

Read more

Installing To get started simply add papercups_flutter: and the latest version to your pubspec.yaml. Then run flutter pub get  Done, It’s that simple. Using the widget Integration with your app requires just a few lines of code, add the following widget wherever you want your papercups chat window to be: import ‘package:papercups_flutter/papercups_flutter.dart’; PaperCupsWidget( props: Props( accountId: “xxxxxxxx-xxxxxxx-xxxx-xxxxxx”, //Your ..

Read more

Flutter Bloc Card Flip  Project on hold ~ August 9th 2021  An exploration of game card dealing and flipping actions using Flutter BloC state management. Web Application https://alienspaces.github.io/flutter-bloc-card-flip/ CI/CD All merges to the master branch run through automated tests followed by an automated web build and push to the publish branch which contains the current source for the above ..

Read more

Dart/Flutter package analyzer This action uses the pana (Package ANAlysis) package to compute the score that your Dart or Flutter package will have on the Pub site. This package, amongst other things: validates the code by performing static analysis with dartanalyzer, checks code formatting with dartfmt or flutter format (detected automatically), checks for outdated dependencies, validates the pubspec.yaml file (dependencies, description’s length…), checks for required ..

Read more

Mobile math puzzles Short Intro: Mobile Puzzle Game for android made in flutter. App on google play store soon! A mobile app with math riddles! Getting Started Riddles are not included into project! You can put your riddles into asset/levels (similar with hints) How to run flutter run –no-sound-null-safety features animations save system ads sounds ..

Read more

 Flutter TextBelt API  Flutter app for authentication using Text Belt API  Links   Repo ·  Got Issue  Features Authenticated user with OTP Authenticated user with google Also Generated Code in every 30 Sec  Installation Steps Clone the repository git clone https://github.com/Rohit19060/flutter_textbelt.git Go into the Project Directory Install dependencies flutter pub get Run the app flutter run/Flutter run –release ..

Read more

CarPlay with Flutter  Flutter Apps now on Apple CarPlay! flutter_carplay aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay. CarPlay takes the things you want to do while driving and puts them on the car’s built-in display. Apple announced some great features in iOS 14, one of ..

Read more

Why Suncheck How much sun do you see in a day? The reason why I feel more depressed or lethargic in Kosi Guk may be because I don’t get enough sunlight. With just 15 minutes of sunlight every day, our brain releases enough serotonin to prevent depression. If we could know how much sunlight we get during ..

Read more

Table of contents Project Description Working App Architecture BLoC/Cubit Pattern Caching using HiveDB App UI Project Setup To-Do Project Description WikiSearch is a Flutter search engine which was build using BLoC/Cubit pattern and powered by the MediaWiki API. It also uses the NewsApi to show the latest news in its homescreen. WikiSearch also uses caching to improve UX, for caching we ..

Read more

progressive_time_picker A Customizable Progressive Time Picker for Flutter. This plugin allow us to customize time picker based on our requirements for selecting a specific range from time picker and it’s supports multiple platforms. Key Features supports selection of both picker handler. easy customization for decorating a time picker. gives feature to show clock numbers in ..

Read more

 The Ultimate Guide to App Development with Flutter  A complete and comprehensive guide to learning Flutter with explanations, screenshots, tips, resources, and examples for Dart, Flutter, Firebase, State Management and more. Table of Contents Introduction Getting Started Learning Dart Variables Functions Conditionals Loops Classes, Objects, and Constructors More Dart Resources Learning Flutter UI Installation Widgets ..

Read more

dio_http A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout etc. This package has been forked from Dio. To read why, click here. Get started Add dependency dependencies: dio_http: ^5.0.4 Already know Dio 3 and just want to learn about what’s new in Dio 4? Check out the Migration Guide! ..

Read more

Awesome Flutter Linux  A curated list of awesomeness for Flutter Linux. Packages Adwaita Icons – Package that contains all icons built for the Adwaita Theme. Appstream – A parser for Appstream data. This package allows Dart applications to access package metadata on Linux systems. Avahi – Provides a client to connect to Avahi – the service that implements mDNS/DNS-SD on ..

Read more

Flutter Split View and Drawer Navigation example This repo contains the source code for this tutorial: Responsive layouts in Flutter: Split View and Drawer Navigation Preview Download Split View and Drawer Navigation example source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

UltroidCli Welcome to the UltroidCli project built for The Ultroid.This project is actively maintained by Akash Pattnaik.All kinds of contributions are reviewed and accepted. What Is UltroidCli ? Well, we all know that is currently the best / largest Telegram Userbot Present. So, as a former developer at TeamUltroid, I wanted to do something out of the box to take Ultroid to the next level. How ..

Read more