NutritionFacts A new Flutter application using BLOC pattern. 📱 iOS Screenshots List Detail Tech Stack Dart – Dart is a client-optimized programming language for apps on multiple platforms. BLoC Architecture – Its a state management system for Flutter recommended by Google developers. It helps in managing state and make access to data from a central place in your project. RxDart …
Mes: noviembre 2020
-
-
A simple notes app written in Dart using Flutter
Notes A simple notes app written in Dart using Flutter framework. Compilation To compile this app, simply clone the repo and run the following command: flutter build <package-type> –target-platform <platform> –split-per-abi Package types can be : apk or aab Platforms can be : As supported by Flutter for e.g. android-arm, android-arm64 etc. If no platform is specified, flutter will default …
-
vSongBook app made possible with Flutter
vSongBook Mobile vSongBook app for both Android and iOS made possible with Flutter. 🚀🚀 New: vSongBook Mobile is now available in the browser! Check it out here. And note there are some limitations to the web variant. Screenshots GitHub
-
A flutter mobile app utilizing firebase
Yaanyo Real time chat and shopping checklist made with flutter utilizing Firebase and Cloud Firestore as backend. Features Real time chat with family and friends. Catagorize shopping tasks by colored grids. Easily add tasks to shopping list on the go. Packages used Provider Firebase Core Firebase Auth Cloud Firestore Flutter SVG Get_It Flutter Material Color Picker Overview of how it …
-
A Fediverse client for micro-blogging instances written in Flutter/Dart
kaiteki Currently Kaiteki has simple Mastodon/Pleroma and Misskey support, future backends could follow. I’m happy about any feedback or contribution you have. Screenshots Welcome page Login page Feed of a Pleroma instance Feed of a Misskey instance About page Download and use Kaiteki If you want to try out Kaiteki, there are automatic releases available for use. Please still note, …
-
A Donation/Charity App made with Flutter
GIVE MORE Give More is Donation/Charity App which is made in Flutter. ★ Developed Android Application Using Flutter ★ which can use for to Give donation with net banking and cards etc. ★ User can see location of donation centers in map and App is implemented For Donating 6 Various needs like Education,food etc. GitHub
-
A Dev Feed News App with flutter
Dev Feed Dev Feed is a Flutter-based mobile application allowing to keep up with top engineering content from companies all over the world. It stemmed from my own needs to not only follow a curated list of tech-related blogs, but also play a little bit with the excellent Flutter SDK. View Demo View Github Building and running Clone the repo …
-
An animated FAB menu with 2 FAB descendants with Flutter
2itemAnimatedFab An animated FAB menu with 2 FAB descendants written in Dart to be used with Flutter. GitHub
-
A simple Gif Finder made with Flutter
Gif Finder A Gif Finder made with Flutter and API from GIPHY. 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. How to Use 🤔 – Clone this repository: $ git clone https://github.com/felipecastrosales/Gif-Finder Gif-Finder – Enter in directory: …
-
A complete Neumorphic ui kit for Flutter
flutter_neumorphic A complete, ready to use, Neumorphic ui kit for Flutter. ⚙️ Installation https://pub.dev/packages/flutter_neumorphic dependencies: flutter_neumorphic: ^3.0.3 //requires flutter > 1.13.18 The in your .dart files import ‘package:flutter_neumorphic/flutter_neumorphic.dart’; 🗂 Widgets Preview Widget Description Neumorphic The main Neumorphic Widget, a container which adds white/dark gradient depending on a lightsource and a depth NeumorphicButton A neumorphic button that plays with the depth …
-
An UI-only Steam client app built with Flutter
SteamClient Proto An UI-only Steam client app, for fun. Getting Started This app is built with Flutter (dev branch). It is inspired by Steam mobile app design by Aveg Vanetsyan and the one by George Shishov, although some screens are modified from Steam Chat app, which is decent, by my standard. TODO: Integrating real Steam’s public API into the app, …
-
Simple screen that is shown when your app gets crashed with flutter
Red Screen Of Death A simple screen that is shown when your app gets crashed instead of the normal crash dialog. It’s very similar to the one in Flutter. Install RedScreenOfDeath is distributed via JCenter. Add the dependencies to your build.gradle file. There is also a no-op implementation of the library that you can use to make it easier to …