About API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia. API Dash ⚡️ 🚨 We are participating in GSoC 2024 🎉 Link Learn about GSoC Link Organization page ..
Category : API
Todos is a cross-platform todo list app that helps you stay organized and on top of your tasks. It is built with Flutter, an open-source framework that enables the creation of high-quality and top-performing mobile applications for mobile operating systems (iOS and Android). Todos uses an API to get data, which means that the data ..
NEW: ChatGPT & Whisper APIs are added to the library and can be used directly. Help this grow and get discovered by other devs with a ⭐ star. An open-source Client package that allows developers to easily integrate the power of OpenAI’s state-of-the-art AI models into their Dart/Flutter applications. This library provides simple and intuitive methods for making requests ..
About: This is an example using the pub.dev api where the goal is to list the packages. pub.dev (mobile) official website Find and use packages to build Dart and Flutter apps. This application does not require user authentication and data in this application comes from the https://pub.dartlang.org/api/ Getting Started 🚀 Clone the repo Install the dependicies Run ..
Pokemon catalog created with pokadex.api -Vertically Screenshots -Horizontly Screenshots Download and/ contribute to this code on GitHub https://github.com/icforcode/Pokemon_pokadex?ref=flutterappworld.com FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
What is WikiSanchez WikiSanchez is a app that implement rick and morty api with flutter 🙂 This project project cant exist thank the flutter team and Axel Fuhrmann creator of Rick and Mory api Structure home page character page episode page location page quiz page quiz game page Download rick and morty api source code on GitHub FlutterappworldProvides the list ..
This packages provides a Dart interface to Ryze Tello drones. Getting started Make sure that your Tello has a good amount of battery Turn on your Tello Connect to your Tello’s wifi Run the example script and watch your Tello fly! Usage Here’s some sample code that shows how you can make a Tello takeoff, ..
flutter_breaking Breaking Bad Api Project with BLOC. API: Breaking Bad Characters Download this app source code on GitHub https://github.com/yousefshabaneg/breakingBad_Cubit FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Home Screen Popular Movies on IMDB Popilar Movie detail and trailer Search Screen Searched Movie info Lab: Write your first Flutter app Cookbook: Useful Flutter samples Api Source –https://rapidapi.com For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. Download source code on GitHub ..
ValorantClient valorant_client is a library to interact with VALORANT Game API’s to fetch user specific data such as matches played, user info, store info etc. Usage Add valorant_client as a dependency on pubspec.yaml file on your project root. At the time of this writing, the latest package version is 1.1.0. Do check Package Page to get latest version. dependencies: valorant_client: ^1.1.0 Import ..
open_route_service This package is an encapsulation/wrapper made around openrouteservice API for Dart and Flutter projects. The package enables the easy integration of the openrouteservice API with relevant data models, for generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation, routing Optimizations etc, using their amazing API. Contribute to openrouteservice API by donating to ..
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 { ..
Currency_Converter Running About this Project a Flutter project that does real-time currency conversion. Functionalities -The APP includes API with Json to show updated currency value. Download Currency Converter app source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
About: A Web API developed using Dart as backend, which hosts the data from a local json file. A server app built using Shelf, configured to enable running with Docker. This sample code handles HTTP GET requests to /api and returns a JSON response from a local file. So how does it work ? The dart code reads data ..
Fludex A very basic manga reader made using flutter and mangadex API. It uses the mangadex_library package. A few things to remember The app only supports windows at the moment. Android and other platforms can be compiled too, just remember that it’s never tested on those devices so, it might become a nightmare when you look ..
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 ..
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 ..
SMHI Open Data for Dart A Dart package for usage of the Swedish Meteorological and Hydrological Institute’s Open Data API. The API allows you to get the weather and other meterological data like air temperature & pressure. At the time of writing this, the Meteorological Forecasts API is available in the following countries: Sweden Norway Finland ..
Flat Dataset for different helpful Flutter APIs Flutter Releases Currently does a daily snapshot of the Flutter Releases JSON for all platforms. View Data: https://flatgithub.com/leoafarias/flutter_flat_data?filename=releases_macos.json Flutter Favorites A json with all Flutter Favorites including package information. View Data: https://flatgithub.com/leoafarias/flutter_flat_data?filename=flutter-favorites.json Github Dart Trending Repos A json with a trending Github Repos in Dart in the last month. View ..
Flutter-Navigation-and-API-Integration A Flutter application with proper navigation and routes handling and API data fetching and posting. Preview Download Flutter-Navigation-and-API-Integration source code on GitHub https://github.com/justEhmadSaeed/Flutter-Navigation-and-API-Integration FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter-Bloc-Recipe-app App Features. App includes 5,0000+ recipes. cost breakdown per servings. related Recipes. Auto Complete search Feature. Save recipes for letter. get random recipes. Everyday’s meal plan with nutritions. App Information Here,i created this app with Spoonacular open source food api and firebase to save recipes. In starting of the app add Auth screen and for keep ..
Google Cloud Platform support package (gcloud) The gcloud package provides a high level “idiomatic Dart” interface to some of the most widely used Google Cloud Platform services. Currently the following services are supported: Cloud Datastore Cloud Storage Cloud Pub/Sub The APIs in this package are all based on the generic generated APIs in the googleapis and googleapis_beta packages. This means that ..
Flutter Animations Gallery This project is a showcase of the most common Flutter animation APIs. Preview Also available as a Flutter web demo. Settings Curves: a showcase of all built-in Flutter animation curves Themes: primary color theme selection (red, indigo, green, brown) Duration: slider to set the duration of various animations in the app Implicit Animations ..
Experimental Cronet Dart bindings This package binds to Cronet’s native API to expose them in Dart. Supported Platforms Currently, 64 bit Android and Desktop Platforms (Linux, Windows and MacOS) are supported. Requirements Dart SDK 2.12.0 or above. CMake 3.10 or above. (If on windows, Visual Studio 2019 with C++ tools) C++ compiler. (g++/clang/msvc) Android NDK if targeting ..
ThingsBoard PE API client library for Dart developers. Provides model objects and services to communicate with ThingsBoard PE platform using RESTful APIs and WebSocket protocol. Current client version is compatible with ThingsBoard PE starting from version 3.3.0PE. Usage A simple usage example: import ‘package:thingsboard_pe_client/thingsboard_client.dart’; main() async { try { var tbClient = ThingsboardClient(‘https://thingsboard.cloud’); await tbClient.login(LoginRequest(‘tenant@thingsboard.org’, ..
This library contains methods that make it easy to consume Mpesa Api. It’s multi-platform, and supports CLI, server, mobile, desktop, and the browser. Ready Methods/APIs include LIPA NA MPESA STKPUSH QUERY C2BSIMULATE B2B B2C C2B TRANSACTION STATUS ACCOUNT BALANCE REVERSAL Usage Create an instance of Mpesa, then use its methods to consume the Api import ..
former – Easy form building in Flutter Motivation Formik is one of my favorite React libraries. It is a form library that drastically reduces boilerplate for keeping track of field values, validation, and form submission. Form building in Flutter suffers from similar issues: Developers have to manually keep track of field values, for example using TextEditingControllers. Validation ..
coinbase_commerce A dart library that connects to interact with the Coinbase Commerce API. Enables projects to connect seamlessly to coinbase and receive payments! For more details visit Coinbase API docs. To start using library, you need to register on Coinbase Commerce and get your API_KEY from user settings. Next create a Coinbase object for interacting ..
Flutter GL Flutter GL can call OpenGL ES API with Dart Support iOS,Android,Web OpenGL ES API Now the api is similar to WebGL How to use Now this is only support draw to FBO. then share the FBO texture to Native side. import Usage Run Examples Clone or download this repo Screenshot Issues File any ..
DartWriter DartWriter provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generate Flutter UI code. Hello World Example var context = EditorContext(enableDartFormatter: true); var code = Method( name: ‘main’, returnType: ‘void’, statements: [ Call(‘print’, argument: Argument([ ArgumentItem(“‘Hello World!'”) ]) ), Return(‘0’) ] ); print(context.build([code])); Generated ..
Introduction This project consists of a mobile application developed in Flutter, which shows information about movies by querying the themoviedb.org API. Table of Contents Introduction goals Preview Project Installation Project Structure Clean Architecture Workflow Presentation Layer Domain Cloak Data Layer TDD Unit Testing In Flutter (Unit Testing) goals The objective is to practice, share and discuss the topics ..
Flutter Auth App To use this client, get the server up and running. Try it out now! App Store: https://apps.apple.com/us/app/codeauth/id1575457893 Google Play: https://play.google.com/store/apps/details?id=com.code.auth Images: Download Flutter Auth App source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Dune A simple API Client built with Flutter. Demo [Demo] https://www.youtube.com/watch?v=GdOkVPQxHtc Download API Client source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutter ML Kit Vision This a sample Flutter app integrated with the ML Kit Vision API for recognition of email addresses from an image. NOTE: The ML Kit plugin for Flutter (google_ml_kit) is under development and is only available for Android platform. There was firebase_ml_vision package having similar functionality but providing cloud based ML solution connected to Firebase, and also supported both Android and iOS platforms. Unfortunately, it ..
smartrider The all-in-one RPI transportation app developed with Flutter and Firebase. Our goal is to make transportation in and around RPI safer and more intuitive. RCOS Project Currently planned features: Allows you to call RPI saferide like uber. Contains CDTA bus and RPI shuttle schedule. Allows you to search for specific departures. Shows closest stops and estimated departure time ..
Handle your application routing, synchronize it with browser URL and more. Beamer uses the power of Navigator 2.0 API and implements all the underlying logic for you. Key Concepts Examples Books Advanced Books Deep Location Guards Bottom Navigation (WIP) Usage With *App.router As a Widget (WIP) General Notes Migrating from 0.4.x to >=0.5.x Contributing Key Concepts The ..
Gif Finder About A simple Gif Finder made with Flutter .With this application you can see gifs that are hot on Giphy, being able to share them on your social networks or via link.It was developed using the Giphy API.This application is in version 1.1. Preview > Is acellerated by 1.5, and in the demo folder. Challenges and Learnings ..
Vibration A plugin for handling Vibration API on iOS and Android devices. API docs. Getting Started Add vibration to the dependencies section of pubspec.yaml. dependencies: vibration: ^1.7.1 Import package: import ‘package:vibration/vibration.dart’; Methods hasVibrator Check if the target device has vibration capabilities. hasAmplitudeControl Check if the target device has the ability to control the vibration amplitude, introduced in Android 8.0 ..
Storify Add captions to songs in your Spotify playlists Download Screenshots Features Sign in using Spotify Load playlists from Spotify Add captions to each song in a Spotify playlist Share playlist via link Browse playlists created by other users Save playlists Built With Flutter Spotify Web API Firebase Cloud Firestore Algolia – search provider Download Storify ..
Short Intro: Have you been turned into a problem with writing code for Http requests? This package can help. It has all of the Http and model codegen functionality you have been looking for. Build dart types from Swagger/OpenAPI schemas SwaggerDartCodeGenerator is a code generator that looks for *.swagger files and builds .swagger.dart files, based on the schema. Codegenration ..