Flutter Advanced Examples Application icon

Flutter Advanced Examples 1.0.1

7.6 MB / 5+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Flutter Advanced Examples, developed and published by Feuerberg Software, has released its latest version, 1.0.1, on 2024-07-08. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Flutter Advanced Examples APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: de.feuerbergsoftware.advancedflutterexample

Updated: 7 months ago

Developer Name: Feuerberg Software

Category: Libraries & Demo

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Flutter Advanced Examples on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Reviews

1 ★, on 2019-11-29
The only useful thing is the filtering list. Otherwise everything is so simple

1 ★, on 2020-01-02
NO CODE EXAMPLES accompanying this!

Previous Versions

Flutter Advanced Examples 1.0.1
2024-07-08 / 7.6 MB / Android 4.1+

About this app

Example application for the Flutter Framework with more complex examples.

You can find the corresponding repository at https://github.com/Ephenodrom/FlutterAdvancedExamples.

Examples :

1) Filtering list
Sorting a list of objects by different filters. The example contains a list of cars that can be filtered in different ways.

Dokumentation : https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/filterList

2) Reading json file
Reading a json file from the asset folder and displaying it's content in the ui.

Dokumentation : https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/readingJsonFile

3) Managing favorites in shared preferences
Mark items from a list as your favorite and save the favorites in the shared preferences. The example contains a list of meals. Each meal can be marked as favorite.

Dokumentation :
https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/managingFavoritesInSharedPreferences

4) Managing inputs within a modal or bottom sheet
Outsourcing checkboxes, radiobuttons and switches to a modal or a bottomsheet.

Dokumentation :
https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/managingInputsWithinModalBottomsheet

5) Shopping Cart
A simple shopping cart with the possibility to add an remove items. The example consist of an app bar icon which displays the amount of items in the cart, a product list screen and the shopping cart screen, displaying each item of the cart and the calculated costs of the cart. This example uses BLOC logic.

Dokumentation :
https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/shoppingCart

6) Global Message
Display messages that were created anywhere in the app. Simply push messge to the MessageBloc and the messagewrapper will display them. This example uses BLOC logic.

Dokumentation :
https://github.com/Ephenodrom/FlutterAdvancedExamples/tree/master/lib/examples/globalMessage

New features

Add 64bit version

App Permissions

Allows applications to open network sockets.
Allows applications to access information about networks.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.