Author : Flutterappworld

top-snackbar-flutter Made in lanars.com. If you need to show the user some information in a nice way, you can use this package. The API is as simple as API for regular Material method showDialog. If you need to use your own widget to display, you can pass it into showTopSnackBar function. Getting Started In order to show a CustomSnackBar ..

Read more

Motivation soTired is an application for cognitive fatigue assessment. It includes a stand-alone Android app for fatigue detection and an additional part for data management and further analysis. The project is structured as client side (stand-alone app) implemented in Dart/Flutter and a server side (data management) written in Golang. Besides Android, Dart/Flutter provides the ability ..

Read more

Dashed Rect This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line. Screenshots Usage Example To use this package : add the dependency to your pubspec.yaml file. dependencies: flutter: sdk: flutter dashed_rect: ^0.0.3 How to use Container( color: Colors.red, height: 600, width: 300, child: const DashedRect( color: Colors.grey, gap: 1, ..

Read more

Flutter Google OAuth An OAuth authentication system built in Flutter using Google OAuth. To run it locally: Generate the .jks file after configuring your Google cloud console and paste it in the android/app/ directory. Make a new file called keystore.config and fill it keys by looking at the keystore.sample.config file. Make a .env file in the root of this project and fill in ..

Read more

love A state management library that is functional, elegant and predictable. Why love has DNA of ReactiveX, Redux and RxFeedback. so it is: Unified – one is all, all is one (System<State, Event>) Declarative – system are first declared, effects begin after run is called Predictable – unidirectional data flow Flexible – scale well with complex app Elegant – code ..

Read more

Do you ever want to pub run build_runner build into another branch? This is your ticket. Install $ pub global activate peanut Run $ cd ~/my_dart_proj/ $ peanut This will build your project into a temporary directory, and then it will update the local gh-pages branch with its contents. Flutter Flutter apps can be built by running peanut with ..

Read more

flutter_incoming_call A Flutter plugin to show incoming call in your Flutter app! Alpha version(not ready for production!) Usage To use this plugin: Configure android project: Just add to your manifest activity and receiver. Configure Flutter plugin: Listen events: Call api: Demo ios ios (Lockscreen) Android Android (Lockscreen) Example Check out the example in the example ..

Read more

Clima  Beautiful, minimal, and fast weather app. (Requires Android 6.0 or later) Features  Beautiful, minimal UI  5-day forecast  Dark and light themes  No ads or trackers Download weather app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Notes  My notes, todo list, and memories. Android iOS macOS web x x Guest Login Memories Share memory info Confirm empty trash How to run? Follow FlutterFire Overview to learn how to setup firebase and then add your google-services.json (Android) and GoogleService-Info.plist (iOS). Download my notes app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with ..

Read more

Flutter Social Media Integeration A Flutter app based on the design of the Social Media Integeration App, created by Achmad Rizki Nur Fauzie, Features Login with google Login with Facebook After Login, show details ( profile picture, name, email ) Clean Code Clean UI Getting Started  – Clone the repo – Install the dependicies – Run ..

Read more

r_crypto Rust backend support crypto flutter library, much faster than Dart-implementation library, light-weight library. Some crypto support hardware accelerate. Support Algorithm Hashes MD5 SHA1 SHA2 SHA224 SHA256 SHA384 SHA512-trunc224 SHA512-trunc256 SHA3 SHA3-224 SHA3-256 SHA3-384 SHA3-512 SHAKE-128 SHAKE-256 KECCAK224 KECCAK256 KECCAK384 KECCAK512 Whirlpool Blake2 Blake2b Blake2s Blake3 Groestl Groestl224 Groestl256 Groestl384 Groestl512 GroestlBig GroestlSmall RIPEMD160 (RIPEMD-320 ..

Read more

Advanced Icon A flutter package which contains collection of icon decoration tools such as gradient, opacity and icon transition feature with cool animation effects.  See live example. Installing With flutter run this command flutter pub add advanced_icon This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get): dependencies: advanced_icon: ..

Read more

Cool linter This is a custom linter package for dart/flutter code. It can set linter for exclude some of words. This words you can set in analysis_options.yaml by example below Usage 1. Add dependency to pubspec.yaml dev_dependencies: cool_linter: ^1.2.0 # last version of plugin 2. Add configuration to analysis_options.yaml analyzer: plugins: – cool_linter cool_linter: extended_rules: – always_specify_stream_subscription – prefer_trailing_comma ..

Read more

sura_flutter A flutter package from AsurRaa for widgets and utility functions Migrate from 2.x to 3.x BREAKING CHANGE: remove FutureManager, AsyncSubjectManager, FutureManagerBuilder All manager class now has a separate package dependencies: sura_manager: any Installation Add this to pubspec.yaml dependencies: sura_flutter: ^0.4.2 Widgets Widget Description SuraRaisedButton Custom ElevatedButton with loading notifier SuraBadge Small badge like notification ..

Read more

Nest M.U.D – Getting Started Getting Started How to Play API Design A M.U.D (multi user dungeon) with a back end API built with nestjs and a front end UI built with Flutter. Server  Look at what these scripts actually do before running them! Setup Attempts to install nvm, node, yarn, nestjs and package.json defined dependencies. cd server ./script/setup Start Server Starts a postgres database in a docker container, ..

Read more

Short Intro: Dart GraphQL server implementation and utilities. Data loader, code generator, examples and reference implementation. A complete implementation of the official GraphQL specification, in the Dart programming language. The goal of this project is to provide to server-side users of Dart an alternative to REST API’s. Included is also package:angel_graphql, which, when combined with the Angel framework, allows ..

Read more

A GBK codec library for Dart developers. GBK codec, support Stream interface of File and HttpClient. The usage is exactly the same as the utf8 codec. Created from templates made available by Stagehand under a BSD-style license. version fast_gbk: 1.0.0 Usage A simple usage example: Import ‘Package: fast_gbk / fast_gbk.dart’ ; void main () the async { ..

Read more

 Shop State Management  App for Shop Management and State Management Learning  Links   Repo ·  Got Issue  Features Authentication System Using Firebase Auth Add Products Place order Manage Products  Installation Steps Clone the repository git clone https://github.com/Rohit19060/shops_state_management.git Go into the Project Directory Install dependencies flutter pub get Run the app flutter run/Flutter run –release  Available Commands Install dependencies ..

Read more

 Save You  Flutter Application for #Hack20 based on theme Saving the Planet, This app is for showing you what is the current rate of pollution on google map  Links   Repo ·  Got Issue  Features Add Your Own Guide Air Tracker Awesome UI  Installation Steps Clone the repository git clone https://github.com/Rohit19060/Save-You.git Go into the Project Directory Install dependencies ..

Read more

Short Intro: Provides the ability to lock the screen on ios and android. Biometric authentication can be used in addition to passcode. This Flutter plugin provides an feature for screen lock. Enter your passcode to unlock the screen. You can also use biometric authentication as an option. Attention A detailed API description will be provided ..

Read more

flutter_auth_MVVM For Server Connection(NodeJs Server) git clone https://github.com/ahmetfturgut/nodejs-server.git 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, ..

Read more

Converter NOW Why Converter NOW Converter NOW is an effective unit and currency converter  It is made to be easy, fast and immediately useable: just start typing and immediately you have the real-time conversion with all the other units of measurement  It is customizable: the units can be reorganized according to your priorities and your use case  It integrates a Calculator that let ..

Read more

native_context_menu Native context menu for flutter apps Installation flutter pub add native_context_menu Usage import ‘package:native_context_menu/native_context_menu.dart’; import ‘package:flutter/material.dart’; void main() { runApp(App()); } class App extends StatefulWidget { const App({Key? key}) : super(key: key); @override State<App> createState() => _AppState(); } class _AppState extends State<App> { String? action; @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( ..

Read more

Now for some internet optimism. at_widgets This is a common repository for various flutter packages that are published on pub.dev These packages help to achieve the common functionalities associated with atsigns like authentication, chat, etc. Widgets contained (which can also be found on pub.dev as linked): at_backupkey_flutter– A flutter plugin project for saving the backup key ..

Read more

geocoder Forward and reverse geocoding. Usage Import package:geocoder/geocoder.dart, and use the Geocoder.local to access geocoding services provided by the device system. Example: import ‘package:geocoder/geocoder.dart’; // From a query final query = “1600 Amphiteatre Parkway, Mountain View”; var addresses = await Geocoder.local.findAddressesFromQuery(query); var first = addresses.first; print(“${first.featureName} : ${first.coordinates}”); // From coordinates final coordinates = new Coordinates(1.10, 45.50); addresses ..

Read more

Flutter geocoding plugin The Flutter geocoding plugin is build following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the Flutter documentation. This means the geocoding plugin is separated into the following packages: geocoding: the app facing package. This is the package users depend on to use the plugin ..

Read more

Phone Number for Flutter PhoneNumber is a Flutter plugin that allows you to parse, validate and format international phone numbers. The plugin uses the native libraries libphonenumber for Android and PhoneNumberKit pod for iOS. Library Version libphonenumber 8.12.32 PhoneNumberKit 3.3.3 Usage Parsing Parse a phone number with region prefix. String springFieldUSASimple = ‘+14175555470’; PhoneNumber phoneNumber = await PhoneNumberUtil().parse(springFieldUSASimple); Parse ..

Read more

Cambodia Geography Getting Started In this project, we use flutter 2.2.3. If you have different version, you should consider install FVM. Prerequisites Built with Flutter 2.2.3 – The framework used Dart – The language used Data use Cambodia Geography API – By our backend team. https://geo.nestcode.co – A website that inspired us to do this project. Code generation Model generations ..

Read more

session Network request result json to dart https://javiercbk.github.io/json_to_dart/ Getting Started Add dependency dependencies: session: ^1.0.3+2 #latest version Example import ‘dart:io’; import ‘package:dio/dio.dart’; import ‘package:flutter/material.dart’; import ‘package:session/session.dart’; export ‘package:session/session.dart’ show Result; Config configAPI(String baseURL) { return Config( baseUrl: baseURL ?? “https://www.httpbin.org/”, // proxy: ‘PROXY localhost:8888’, connectTimeout: 10, receiveTimeout: 10, ); } SessionInterceptorSendHandler _onRequest = (options) async { ..

Read more

Flutter Light & Dark Theme. A simple application made with Provider and Shared Preferences, where you can change the theme and gets applied throughout the app and also persisting the Theme, so that the application remembers your choice while opening next time. Flutter Light & Dark Theme Source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub ..

Read more

XML Layout for Flutter. Brings Angular’s style to Flutter! Imagine that you can do this : <Container width=”50 | widthPercent” height=”50 | heightPercent” color=”blue” :text=”‘Hello world!'” :opacity=”.9″ :center :if=”ctrl.textVisible | behavior” /> Instead of this: final size = MediaQuery.of(context).size; final __widget = StreamBuilder( initialData: ctrl.textVisible.value, stream: ctrl.textVisible, builder: (BuildContext context, snapshot) { if (snapshot.data) { ..

Read more

stacked_notification_cards A Flutter implementation of iOS style stacked notifications. Features Given notifications can be stacked one upon the other (iOS style) Notifications can be expanded with fan animation. Individual notification card can slide either left or right Individual cards or the entire stack of cards can be dismissed via slide action. It’s possible to use ..

Read more

Dart CLI Packager Short Intro: A set of Grinder tasks that make it easy to release a Dart command-line application. This package provides a set of Grinder tasks that make it easy to release a Dart command-line application on many different release channels, to Dart users and non-Dart users alike. It also integrates with Travis CI to ..

Read more

Usage FlamePluginComponent A simple usage example: import ‘package:composition_rendering/scene.dart’; import ‘package:flame/flame.dart’; import ‘package:flame/game.dart’; import ‘package:flame_composition_rendering/flame_plugin.dart’; import ‘package:flutter/widgets.dart’; void main() { WidgetsFlutterBinding.ensureInitialized(); runApp( GameWidget( game: ExampleLauncher(), ), ); } class ExampleLauncher extends BaseGame { final FlamePluginComponent plugin = FlamePluginComponent(); ExampleLauncher() { plugin.scene = GameScene(); } @override Future<void> onLoad() async { await Flame.images.loadAll([ ‘bg.jpg’, ]); await add(plugin); } ..

Read more

Composition Rendering A graphics engine for creating 2D games. Composition Rendering is not a game engine. This solution can be used as part of a third-party game engine. The functions of creating game scenes and managing graphic objects in the action scene are at your disposal. Object rendering is optimized to minimize the number of ..

Read more

Finamp Finamp is a Jellyfin music player for Android and iOS. Its main feature is the ability to download songs for offline listening. Downloading Note: The F-Droid release may take a day or two to get updates because since F-Droid only builds once a day. The app is also available as an APK from the releases page. ..

Read more