Wednesday, 7 August 2019

A movie app building with Flutter for fun

A Flutter Widget displaying a row of Material Chips



sorted_chips_row

A Flutter Widget displaying a row of Material Chips, sorted according to the provided comparison function.
Flutter library for rendering a row of Material "Chip" buttons that gets sorted according to the given function



How to use

Adding dependency

This package is currently available only through GitHub (we'll soon publish it in the pubrepository). To add this package as a dependency, add the following under dependenciessection in your pubspec.yaml:
  sorted_chips_row:
    git:
      url: https://github.com/callstackincubator/flutter-sorted-chips-row.git
By default this dependency will get upgraded whenever a new version is being pushed to the master branch. To avoid that, we recommend that you also specify a ref pointing to a commit you verified:
      ref: COMMIT_ID

Using in code

The main widget class in this package is SortedChipsRow. See the library's main file for usage example.

GitHub

Flutter library for rendering a row of Material "Chip" buttons that gets sorted according to the given function — Read More
Latest commit to the master branch on 4-29-2019
Download as zip

A Tissue Box game made by Flutter


TissueBox

A mobile phone game made by Flutter.



Build Info

$ flutter --version
Flutter 1.2.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 8661d8aecd (6 weeks ago) • 2019-02-14 19:19:53 -0800
Engine • revision 3757390fa4
Tools • Dart 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)

Dependencies

Assets

Assets are all made by yum650350.
  • Images
    1. Tissue Box (assets\images\0, 1, 2, 3, 4, 5, 6)
    2. Tissue (assets\images\t)
    3. Background (assets\images\b)
    4. Crown (assets\images\c)
  • Audio
    1. Tissue (assets\audio\s.mp3, d.mp3, t.mp3)
    2. Tick Tock (assets\audio\tk.mp3)
    3. Game Over (assets\audio\a.mp3)

Game Play

Beat the best to win the crown.


  1. Drag the tissue up straight to start game and gain point(s).
  2. If box is empty, drag it to the right/left to reload.
  3. Drag more tissue before time out.


Game Tips

  1. Do not drag the box if it's not empry.
  2. Drag the tissue up as straight as you can to get more points.

GitHub

A simple game made by Flutter — Read More
Latest commit to the master branch on 4-11-2019
Download as zip

A note keeper created using Flutter and sqlite

Tuesday, 6 August 2019

A new Tamil Dictionary Flutter application



vasitionary

Tamil Dictionary - Flutter App

Getting Started

This App is a new and first of its kind app for Tamil Language.
It servers the purpose of a dictionary and also we can play the Sorkkuvari (Tamil version of Scrabble game).
You can search the meaning for any valid Tamil word.


You can enter the letter you have in the tiles.




Once you press the Submit button you will get the list of meaningful words.

You can also see the word of the day. You can hear it for knowing the right pronounciation and view a video on correct usage.


You can also rate the app and share it with your friends.

GitHub

Tamil Dictionary - Flutter App — Read More
Latest commit to the master branch on 5-17-2019
Download as zip