Tuesday, 6 August 2019

A Square Puzzle Flutter game



Squazzle

This app implements Didier Boelens' approach to BLoC. The idea is to show data through widgets that react to a bloc's Stream. In order to simplify state management, I've also implemented EventStates: blocs that emit a new widget's state based on an event.

GitHub

...a Square Puzzle Flutter game! — Read More
Latest commit to the master branch on 8-4-2019
Download as zip

Upload Images using Firebase Storage with flutter

flutterimageapp

In this repo you will see how to pick images from the image library and also, see how to store the selected images on Firebase.

GitHub

In this repo you will see how to pick images from the image library and also, see how to store the selected images on Firebase. — Read More
Latest commit to the master branch on 6-9-2019
Download as zip

A flutter library that allows you to create a button with animation



Flutter like_button

Like Button is a flutter library that allows you to create a button with animation effects similar to Twitter's heart when you like something.

Extended official image to support placeholder(loading)/ failed state, cache network,zoom/pan,photo view,crop,save,clip,paint custom etc.

pub package
Extended official text to quickly build special text like inline image or @somebody, also provide custom background,custom over flow.
                                              pub package


Extended official text field to quickly build special text like inline image, @somebody, custom background etc.

Flutter plugin for building pull to refresh effects with PullToRefreshNotification and PullToRefreshContainer quickly.

pub package

Flutter plugin for building a loading more list with loadingMoreList and loadingMoreSliverList quickly.


pub package


Extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work.
Extended tab bar view include color tabIndicator,linkWithAncestor(scroll ancestor tabbarView when current is over scroll),page cache extent


A Flutter plugin for http request with cancel and retry fuctions.

GitHub

custom flutter candies(widgets) for you to easily build flutter app, enjoy it — Read More
Latest commit to the master branch on 8-4-2019
Download as zip

Monday, 5 August 2019

Landmarks SwiftUI demo app built with Flutter

flutter_landmarks

A recreation of the Landmarks sample app used to educate developers about SwiftUI. This codebase was created as an educational exercise to help us and other developers learn SwiftUI and have a comparison to a similar app built with Flutter.
Read our blog post that goes into detail about how we built the Flutter app and what we think about the differences between SwiftUI and Flutter.

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:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.

Using Maps

The maps will need an API key to work, which you can get here.
After you have acquired one, replace "YOUR KEY HERE" with your API key in the main AndroidManifest.xml file and in AppDelegate.swift.

GitHub

Landmarks SwiftUI demo app, built with Flutter — Read More
Latest commit to the master branch on 6-10-2019
Download as zip

A simple app to help you achieve your goals



Goalkeeper



A simple Flutter app to keep track of your goals! Can be built for iOS and Android, and available for free on the Play Store.



Building

To build and run the app on your device, do the following:
  • Install Flutter by following the instructions on their website
  • Clone/fork this repo to your local machine using git clone https://github.com/urmilshroff/goalkeeper.git
  • Connect your devices/emulators and run the app using flutter run in the root of the repo directory.

GitHub

A simple app to help you achieve your goals🎯 — Read More
Latest commit to the flutter branch on 7-14-2019
Download as zip