Category : website

simple-electron-nodejs-flutter-web A simple Electron application using NodeJS middleware with Flutter web and Dart. This project name is wapui (web application platform for ui). electron release application to MacOS, Linux and Windows (electron: version 21) npm managing scripts supported (npm: version 8) node.js middleware integrated (node: version 16) flutter web integrated (flutter: version 3) internalization supported ..

Read more

Welcome to the code repository for Flutter for web. This repository contains the source code for a fork of Flutter that targets the web. Our goal is to add web support as a first-tier platform in the Flutter SDK alongside iOS and Android. The code in this repository is a stepping stone to that goal, providing web-only packages ..

Read more

About: A flutter app for a wordpress websites with clean and elegant design. This app is available in free and pro version. You can choose to use the one you need.  Get Flutter for WordPress Flutter for wordpress is currently available in free and pro version: Flutter for WordPress Flutter for WordPress Pro Beautiful designOptimized ..

Read more

Personal Portfolio This project made with Flutter and hosted in the website. About Website This website is built taking the screen into account. It adjusts different layout for desktop version, mobile portrait version and mobile landscape version. This website unlike other flutter websites handles the cursor when hovered at a button or clickable. Build the website ..

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

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

This is the second Iteration of my portfolio website (https://github.com/david-legend/aerium). It is inspired by Julius Guevarra’s Designs on Behance  Forking this repo (please read!) I value keeping my site open source, but as you all know, plagiarism is bad. It’s always disheartening whenever I find that someone has copied my site without giving me credit. I spent ..

Read more

Kraken    Have a try Install Kraken CLI (macOS only currently)$ npm i @openkraken/cli -g Open with kraken# kraken [localfile|URL] $ kraken https://raw.githubusercontent.com/openkraken/kraken/master/kraken/example/assets/bundle.js  Why kraken Quick development Compatibility with web standards means you don’t have to change your stack.const text = document.createTextNode(‘Hello World!’); document.body.appendChild(text); Cross platform Seamless integration with Flutter, supports web, mobile (iOS, Android) and desktop (MacOS, ..

Read more

drop_zone A simple way to bring drag’n’drop to flutter web. drop_zone is commonly used for file choosing by dragging and dropping a file(s) onto a designated widget. The user can then use the dropped html file(s). Example An example can be found in the example directory of this repository. How to use Add drop_zone to pubspec.yaml of your project: ..

Read more

Flutter Web Portfolio Demo URL https://web-portfolio-ddd55.web.app SpeedCode Tutorial Web Portfolio, Based on a design on UpLabs and hosted on Firebase . Complete flutter projects are available on my Codecanyon.net Page PRs are welcomed. Issues are welcomed too. Send me UI suggestions for any uplabs project on info@flutterpanda.com  Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter ..

Read more

Responsive and Animated Portfolio Website & App – Flutter UI Live Preview Watch it on YouTube Packages we are using: flutter_svg: link goole_fonts: link animated_text_kit: link Fonts Poppins link Today we will show you how you can create your developer portfolio website and app using flutter. We also add animation which works perfectly on mobile and the web. Responsive ..

Read more

Vocabhub 0.2.2 A vocab app built with Flutter and Supabase Live version here v0.2.0 v0.1.0 Platform Android iOS MacOS Web Yes Yes Yes Yes Contributing Feel Free to contribute to this app, Data being collected from this sheet. Contribution does not necessarily mean sending a pull request you could also contribute by improving the sheet. Getting Started ..

Read more

DrawingBoard Free online drawing application for all ages. Features  Draw  Erase  Add new page  Select between Grid Page and Plane Page.  Change pen stroke, color.  Change Background Color.  Login/SignUp  Save Drawing Book  Create Multiple Drawing Books Screenshots How To Use To clone and run this application, you’ll need Git and Flutter installed on your computer. From your command line: ..

Read more

devs Setup Currently, this DEVS project is using the master channel of the Flutter SDK. TODO: Migrate to beta Clone the project Download dependencies Open the project in an IDE or text-editor, then run the ff: Run the project for web Run the project for mobile TODO: Add responsiveness for mobile Contributing #30DaysOfFlutter Activies 1. Add Developer Details ..

Read more

fibscli An eventual FIBS client written in Flutter and hosted on the web. status Currently, the app works as a stand-alone backgammon game w/o connecting to fibs.net. screenshot You can try it live here: https://playfibs-f3c5b.web.app/#/ It works on desktop and mobile form factors. The goal is to host it on the web and make it work against the ..

Read more

Flutter Minimal Website A minimalistic website for blogs and portfolios built with Flutter. View Flutter Minimal Website Skia Version Screenshots List Post About This minimalistic website template was built as a demo for the Flutter Responsive Framework and to showcase the current state of Flutter Web. Flutter Minimal Website is licensed under Zero-Clause BSD and released as ..

Read more

A Flutter package for building Flutter widget tree from HTML with support for 70+ most popular tags. Live demo Getting Started Add this to your app’s pubspec.yaml file: dependencies: flutter_widget_from_html_core: ^0.5.1+3 Usage Then you have to import the package with: import ‘package:flutter_widget_from_html_core/flutter_widget_from_html_core.dart’; And use HtmlWidget where appropriate: HtmlWidget( // the first parameter (`html`) is required ”’ <h1>Heading 1</h1> <h2>Heading ..

Read more

WebView for Flutter A Flutter plugin that provides a WebView widget. On iOS the WebView widget is backed by a WKWebView; On Android the WebView widget is backed by a WebView. Usage Add webview_flutter as a dependency in your pubspec.yaml file. You can now include a WebView widget in your widget tree. See the WebView widget’s Dartdoc for more details on how ..

Read more

interactive_webview Plugin that allow Flutter to communicate with a native WebView. Warning: This is not a display WebView. This plugin is designed to make communication between Flutter and WebView javascript. You can call a Javascript function; in the other hand, you can send messgage (postMessage) from Javascript to Flutter Android: using JavascriptInterface iOS: using WKUserContentController Getting Started For ..

Read more

DeveloperFolio     A clean, beautiful, and responsive portfolio template for Developers! Still in development stage. If you created something awesome and want to contribute then feel free to open Please don’t hesitate to open a pull request. Desktop View Tablet View Mobile View Sections  Summary and About me  Skills  Achievements   Blogs  Contact me To view a live ..

Read more

A Protfolio Website – Flutter Web Watch it on YouTube This UI is not Responsive A nice clean Portfolio Website for Designer or developer. Which includes almost everything that you want to show. At first, your name and a big picture. Then About section shows more info about you with a cool experience card. Then ..

Read more

Info: A web-safe implementation of dart.io.Platforms. Helps avoid the “Unsupported operation: Platform._operatingSystem” runtime error. Universal Platform – A Web-safe Platform class Currently, if you include the dart.io.Platform anywhere in your code, your app will throw the following error on Web: With this plugin you can perform platform detection on all platforms, including Web, without errors.  Installation dependencies: ..

Read more

ONLY FOR FLUTTER WEB Flutter widget that automatically resizes text to fit perfectly within its bounds. Show some  and star the repo to support the project Resources: Documentation Pub Package GitHub Repository Online Demo Also check out the blazing fast key-value store hive. Contents Usage maxLines minFontSize & maxFontSize group stepGranularity presetFontSizes overflowReplacement Rich Text Parameters Performance ..

Read more

ImagePickerWeb This Web-Plugin allows Flutter Web to pick images (as File, Widget or Uint8List) and videos (as File or Uint8List). Many thanks goes to AlvaroVasconcelos for the implementation of picking images in his plugin: flutter_web_image_picker Disclaimer for Videos Till now [Mar. 2020] it’s not possible (due to security reasons) to play a local video file (see also video_player_web). ..

Read more

Progress State Button A customizable progress button for Flutter Test with DartPad Installation Usage Icon With Custom Widgets Constructors Default constructor of ProgressButton ProgressButton.icon() specific constructors License This project is licensed under the MIT License – see the LICENSE.md file for details Download Progress State Button source code on GitHub https://github.com/slm/progress-state-button FlutterappworldProvides the list of the opensource Flutter ..

Read more

Import JS Library Import & use javascript libraries in your flutter web projects. flutter: assets: – assets/howler.js importJsLibrary(url: “./assets/howler.js”, flutterPluginName: “audio_plugin_example”); Why Audio library compatible with Flutter Web : https://pub.dev/packages/assets_audio_player Howler.js Audio library for the modern web : https://howlerjs.com/ And after weeks, month, years, eternity later…. How to use it 1. Create your plugin Package https://flutter.dev/docs/development/packages-and-plugins/developing-packages flutter ..

Read more

Flutter Web App Demo Responsive web app powered by Flutter and Dart. Contents Features Requirements Develop Building with the production JavaScript compiler FAQ Troubleshooting License ???? Features photos fetched from a remote server infinity scrolling responsive to screen size changes including mobile device orientation changes powered by build_value and built_collection background JSON parsing ⚙️ Requirements ..

Read more

Flutter‘s website Issues, bugs, and requests We welcome contributions and feedback on our website! Please file a request in our issue tracker and we’ll take a look. For simple changes (such as to CSS and text), you probably don’t need to build this site. Often you can make changes using the GitHub UI. If you ..

Read more