A digital BookShelf for your reading progress.

Overview

BookSearch a flutter medium series

What is this?

An open source app which revolves all around books: “Collecting books as you read them, virtually”.

I post updates and tutorials on medium, go check it out!

https://medium.com/@norbertkozsir

Here are some gifs

Sounds cool? Leave a star so others can also find this project!

Code for the medium posts:

Master contains the newest code

First Post "v1"-branch

https://medium.com/@norbertkozsir/flutter-how-i-built-a-simple-app-in-under-an-hour-from-scratch-and-how-you-can-do-it-too-6d8e7fe6c91b

Second Post "v2"-branch

https://proandroiddev.com/flutter-bookshelf-app-part-2-personal-notes-and-database-integration-a3b47a84c57

Third Post "v3"-branch

https://proandroiddev.com/flutter-bookshelf-app-part-3-managing-data-the-right-way-30569abf9487

Old gifs

Getting Started with flutter

For help getting started with Flutter, view our online documentation.

You might also like...

About This is Personal Expenses Planner. You can add your expenses in to the app and manage your transaction. and you can see How much did you spend on which day. I developed this project using flutter.

expense_planner A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Jul 6, 2022

A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a discord bot. It can link multiple farmers/harvesters to your account.

A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a discord bot. It can link multiple farmers/harvesters to your account.

farmr A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a di

Jan 2, 2023

This app is a minimal TodoList app that functions like a whiteboard. You can add new tasks, keep track of your tasks to make your day more productive, and then delete it after it is done.

My First Mobile App _ Minimal TodoList Flutter A new Flutter project. Getting Started This project is a starting point for a Flutter application. A fe

Nov 23, 2021

Quickly generate a personalized WhatsApp link with a predefined message and share it with your audience on your Social Networks!

Quickly generate a personalized WhatsApp link with a predefined message and share it with your audience on your Social Networks!

Quickly generate a personalized WhatsApp link with a predefined message and share it with your audience on your Social Networks!

Aug 28, 2021

BankGit helps you manage your account and transactions more efficiently by breaking your account into branches for various purposes and then making transactions directly from them.

BankGit helps you manage your account and transactions more efficiently by breaking your account into branches for various purposes and then making transactions directly from them.

Bank Git Web Hosted Here : https://bank-management-45848.web.app/ Bank Git is an application built with Flutter and Firebase to help you manage your b

Dec 26, 2022

A task manager app made with flutter where you can mark your tasks for specific days and keep your life organized!

A task manager app made with flutter where you can mark your tasks for specific days and keep your life organized!

task_manager_app A task manager app made with flutter where you can mark your tasks for specific days and keep your life organized! Getting Started Th

Sep 1, 2021

Get your users to know your app with ease

Get your users to know your app with ease

nice_intro Get your users to know your app with ease Getting Started Onboarding is a great way to introduce your app to newcomers, to help them quickl

Nov 7, 2022

App to seamlessly share files/images from your phone to your pc

App to seamlessly share files/images from your phone to your pc

Self-Share App to seamlessly share files/images from your phone to your pc Image

May 28, 2022

A personal app to track and manage your expenses.

A personal app to track and manage your expenses.

👝 Batua 👝 A Personal App to track and manage your expenses! Batua is the best money manager and daily expense tracker to automatically and securely

Dec 22, 2022
Comments
  • Does master work on iphone X simulator

    Does master work on iphone X simulator

    documentation improvement if time permitting?

    i have flutter configured in android studio where new project build and runs in iphone x simulator, but when i check out the project, tell it where flutter sdk is, and try to build it fails with

    Running "flutter packages get" in BookSearch... Launching lib/main.dart on iPhone X in debug mode... Upgrading project.pbxproj of Runner.app' to include the 'flutter_assets' directory Removing app.flx from project.pbxproj since it has been replaced with flutter_assets. Warning: CocoaPods version 1.0.0 or greater not installed. Skipping pod install. CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side. Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS. For more info, see https://flutter.io/platform-plugins To install: brew install cocoapods pod setup

    Running Xcode clean... Starting Xcode build... Xcode build done Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **

    Xcode's output: ↳ === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === Debug.xcconfig line 1: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" Debug.xcconfig line 1: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" /Users/neilwarner/BookSearch/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'path_provider/PathProviderPlugin.h' file not found #import <path_provider/PathProviderPlugin.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Could not build the application for the simulator. Error launching application on iPhone X.

    opened by neiljaywarner 3
  • Error: The getter ‘JSON’ isn’t defined for the class ‘#lib::Repository’.

    Error: The getter ‘JSON’ isn’t defined for the class ‘#lib::Repository’.

    The app throws the following error:

    package: test_app/data/repository.dart: error: line 154:24 Error: The getter ‘JSON’ isn’t defined for the class ‘#lib::Repository’. Try correcting the name to the name of an existing getter, or defining a getter or field named ‘JSON’.

    I am using Flutter SDK v1.0 stable, and here are the dependencies versions I have in the pubspec.yaml:

    http: ^0.11.3+16 sqflite: ^0.13.0
    path_provider: "^0.4.1" redux: '^3.0.0' flutter_redux: '^0.5.2'

    cupertino_icons: ^0.1.2 rxdart: 0.19.0

    opened by AnassL 1
  • v1 Error launching application on iPhone 6s

    v1 Error launching application on iPhone 6s

    The following error occurs.

    How should I fix it?

    Launching lib/main.dart on iPhone 6s in debug mode...
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1044:17: Error: The method 'Observable::cast' has more required arguments than those of overridden method 'Stream::cast'.
    compiler message:   Observable<S> cast<S>(TypeToken<S> typeToken) =>
    compiler message:                 ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('cast').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1300:31: Error: The return type of the method 'Observable::firstWhere' is #lib1::AsObservableFuture<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib2::Observable::T>).
    compiler message: Change to a subtype of dart.async::Future<#lib2::Observable::T>.
    compiler message:   AsObservableFuture<dynamic> firstWhere(bool test(T element),
    compiler message:                               ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('firstWhere').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1300:31: Error: The method 'Observable::firstWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::firstWhere'.
    compiler message:   AsObservableFuture<dynamic> firstWhere(bool test(T element),
    compiler message:                               ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('firstWhere').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1420:31: Error: The return type of the method 'Observable::lastWhere' is #lib1::AsObservableFuture<dynamic>, which does not match the return type of the overridden method (dart.async::Future<#lib2::Observable::T>).
    compiler message: Change to a subtype of dart.async::Future<#lib2::Observable::T>.
    compiler message:   AsObservableFuture<dynamic> lastWhere(bool test(T element),
    compiler message:                               ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('lastWhere').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1420:31: Error: The method 'Observable::lastWhere' doesn't have the named parameter 'orElse' of overriden method 'Stream::lastWhere'.
    compiler message:   AsObservableFuture<dynamic> lastWhere(bool test(T element),
    compiler message:                               ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('lastWhere').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1664:25: Error: The method 'Observable::singleWhere' has fewer named arguments than those of overridden method 'Stream::singleWhere'.
    compiler message:   AsObservableFuture<T> singleWhere(bool test(T element)) =>
    compiler message:                         ^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: This is the overriden method ('singleWhere').
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/buffer_with_count.dart:20:7: Error: The non-abstract class 'BufferWithCountStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class BufferWithCountStreamTransformer<T, S extends List<T>>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/cast.dart:40:7: Error: The non-abstract class 'CastStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class CastStreamTransformer<T, S> implements StreamTransformer<T, S> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/debounce.dart:17:7: Error: The non-abstract class 'DebounceStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class DebounceStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/default_if_empty.dart:11:7: Error: The non-abstract class 'DefaultIfEmptyStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class DefaultIfEmptyStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/dematerialize.dart:25:7: Error: The non-abstract class 'DematerializeStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class DematerializeStreamTransformer<T>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/distinct_unique.dart:24:7: Error: The non-abstract class 'DistinctUniqueStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class DistinctUniqueStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/do.dart:40:7: Error: The non-abstract class 'DoStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class DoStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/flat_map.dart:18:7: Error: The non-abstract class 'FlatMapStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class FlatMapStreamTransformer<T, S> implements StreamTransformer<T, S> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/flat_map_latest.dart:20:7: Error: The non-abstract class 'FlatMapLatestStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class FlatMapLatestStreamTransformer<T, S> implements StreamTransformer<T, S> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/ignore_elements.dart:13:7: Error: The non-abstract class 'IgnoreElementsStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class IgnoreElementsStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/interval.dart:11:7: Error: The non-abstract class 'IntervalStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class IntervalStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/materialize.dart:17:7: Error: The non-abstract class 'MaterializeStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class MaterializeStreamTransformer<T>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/of_type.dart:33:7: Error: The non-abstract class 'OfTypeStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class OfTypeStreamTransformer<T, S> implements StreamTransformer<T, S> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/on_error_resume_next.dart:16:7: Error: The non-abstract class 'OnErrorResumeNextStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class OnErrorResumeNextStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/repeat.dart:11:7: Error: The non-abstract class 'RepeatStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class RepeatStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/sample.dart:13:7: Error: The non-abstract class 'SampleStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class SampleStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/scan.dart:12:7: Error: The non-abstract class 'ScanStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class ScanStreamTransformer<T, S> implements StreamTransformer<T, S> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/skip_until.dart:13:7: Error: The non-abstract class 'SkipUntilStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class SkipUntilStreamTransformer<T, S> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/start_with.dart:10:7: Error: The non-abstract class 'StartWithStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class StartWithStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/start_with_many.dart:10:7: Error: The non-abstract class 'StartWithManyStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class StartWithManyStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/switch_if_empty.dart:27:7: Error: The non-abstract class 'SwitchIfEmptyStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class SwitchIfEmptyStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/take_until.dart:15:7: Error: The non-abstract class 'TakeUntilStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class TakeUntilStreamTransformer<T, S> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/throttle.dart:11:7: Error: The non-abstract class 'ThrottleStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class ThrottleStreamTransformer<T> implements StreamTransformer<T, T> {
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/time_interval.dart:12:7: Error: The non-abstract class 'TimeIntervalStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class TimeIntervalStreamTransformer<T, S extends TimeInterval<T>>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/timestamp.dart:11:7: Error: The non-abstract class 'TimestampStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class TimestampStreamTransformer<T>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/window_with_count.dart:17:7: Error: The non-abstract class 'WindowWithCountStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class WindowWithCountStreamTransformer<T, S extends Stream<T>>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/transformers/with_latest_from.dart:17:7: Error: The non-abstract class 'WithLatestFromStreamTransformer' is missing implementations for these members:
    compiler message:   'cast', 'retype'.
    compiler message: Try to either
    compiler message:  - provide an implementation,
    compiler message:  - inherit an implementation from a superclass or mixin,
    compiler message:  - mark the class as abstract, or
    compiler message:  - provide a 'noSuchMethod' implementation.
    compiler message: 
    compiler message: class WithLatestFromStreamTransformer<T, S, R>
    compiler message:       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'cast' is defined here.
    compiler message: file:///b/build/slave/Linux_Engine/build/src/third_party/dart/sdk/lib/async/stream.dart: Context: 'retype' is defined here.
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1134:26: Error: A value of type '#lib1::DematerializeStreamTransformer<#lib2::Observable::T>' can't be assigned to a variable of type 'dart.async::StreamTransformer<#lib2::Observable::T, #lib2::Observable::dematerialize::S>'.
    compiler message: Try changing the type of the left hand side, or casting the right hand side to 'dart.async::StreamTransformer<#lib2::Observable::T, #lib2::Observable::dematerialize::S>'.
    compiler message:     return transform(new DematerializeStreamTransformer<T>());
    compiler message:                          ^
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1303:35: Error: No named parameter with the name 'defaultValue'.
    compiler message:           stream.firstWhere(test, defaultValue: defaultValue));
    compiler message:                                   ^^^^^^^^^^^^
    compiler message: file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/rxdart-0.15.0/lib/src/observable.dart:1423:34: Error: No named parameter with the name 'defaultValue'.
    compiler message:           stream.lastWhere(test, defaultValue: defaultValue));
    compiler message:                                  ^^^^^^^^^^^^
    Compiler failed on /Users/hiroshi.matsui/flutter_tutorial/book_app/lib/main.dart
    Error launching application on iPhone 6s.
    
    opened by hrsma2i 1
  • v1 branch doesn't seem to work on Android

    v1 branch doesn't seem to work on Android

    flutter version Android studio plugijn Flutter 0.1.5 • channel beta • https://github.com/flutter/flutter.git Framework • revision 3ea4d06340 (4 weeks ago) • 2018-02-22 11:12:39 -0800 Engine • revision ead227f118 Tools • Dart 2.0.0-dev.28.0.flutter-0b4f01f75

    Error Running "flutter packages get" in BookSearch... Launching lib/main.dart on Android SDK built for x86 in debug mode... Initializing gradle... Resolving dependencies... Running 'gradlew assembleDebug'... Built build/app/outputs/apk/app-debug.apk (22.7MB). Installing build/app/outputs/apk/app.apk... I/FlutterActivityDelegate( 4315): onResume setting current activity to this I/flutter ( 4315): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter ( 4315): The following _CompileTimeError was thrown building _ModalScopeStatus(active): I/flutter ( 4315): 'dart:async/stream.dart': error: line 942: signature type '(TypeToken) => Observable' of function I/flutter ( 4315): 'cast' is not a subtype of signature type '() => Stream' of function 'cast' I/flutter ( 4315): I/flutter ( 4315): Stream < R > cast < R >() { I/flutter ( 4315): ^ I/flutter ( 4315): 'package:rxdart/src/observable.dart': error: line 1044: class 'Observable' overrides method 'cast' I/flutter ( 4315): of super class or interface 'Stream' with incompatible parameters I/flutter ( 4315): Observable < S > cast < S >(TypeToken < S > typeToken) => I/flutter ( 4315): ^ I/flutter ( 4315): I/flutter ( 4315): When the exception was thrown, this was the stack: I/flutter ( 4315): #0 new _MyHomePageState (file:///Users/neilwarner/BookSearch/lib/main.dart:33) I/flutter ( 4315): #1 MyHomePage.createState (file:///Users/neilwarner/BookSearch/lib/main.dart:27) I/flutter ( 4315): #2 new StatefulElement (package:flutter/src/widgets/framework.dart:3693) I/flutter ( 4315): #3 StatefulWidget.createElement (package:flutter/src/widgets/framework.dart:781) I/flutter ( 4315): #4 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2888) I/flutter ( 4315): #5 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #6 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #7 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #8 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #9 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #10 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #11 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #12 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #13 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #14 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #15 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #16 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #17 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #18 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #19 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #20 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #21 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #24 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #25 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #26 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #27 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #28 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #29 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #30 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #31 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #32 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #34 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #35 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #36 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #37 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #38 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #39 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #40 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #41 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #42 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #43 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #44 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #46 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #47 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #48 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #49 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #50 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #52 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #53 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #54 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #55 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #56 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #57 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #58 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #59 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #60 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #61 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #62 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #63 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #64 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #65 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #66 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #67 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #68 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #69 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #70 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #71 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #72 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #73 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #74 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #75 MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4716) I/flutter ( 4315): #76 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #77 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #78 _TheatreElement.mount (package:flutter/src/widgets/overlay.dart:493) I/flutter ( 4315): #79 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #81 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #82 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #83 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #84 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #85 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #86 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #87 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #88 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #89 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #90 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #91 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #92 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #93 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #94 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #95 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #96 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #97 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #98 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #99 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #100 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #101 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #102 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #103 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #104 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #105 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #106 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #107 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #108 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #109 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #110 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #111 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #112 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #113 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #114 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #115 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #116 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #117 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #118 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #119 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #120 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #121 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #122 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #123 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4611) I/flutter ( 4315): #124 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #125 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #126 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #127 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #128 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #129 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #130 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #131 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #132 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #133 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #134 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #135 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #136 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #137 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #138 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #139 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #140 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #141 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #142 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) Syncing files to device Android SDK built for x86... D/ ( 4315): HostConnection::get() New Host Connection established 0xa3fa9e00, tid 4342 D/EGL_emulation( 4315): eglMakeCurrent: 0xa3fb48e0: ver 2 0 (tinfo 0xa5c70a90) I/Choreographer( 4315): Skipped 53 frames! The application may be doing too much work on its main thread. D/EGL_emulation( 4315): eglMakeCurrent: 0xb3405600: ver 2 0 (tinfo 0x943cc000) I/flutter ( 4315): #143 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #144 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #145 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #146 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #147 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #148 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #149 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #150 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #151 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #152 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #153 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #154 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #155 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #156 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #157 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #158 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #159 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #160 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #161 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #162 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #163 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #164 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #165 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #166 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #167 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #168 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #169 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #170 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #171 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #172 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #173 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #174 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #175 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #176 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #177 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #178 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #179 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #180 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #181 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #182 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #183 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #184 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #185 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #186 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #187 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #188 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #189 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #190 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #191 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #192 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #193 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #194 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #195 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #196 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #197 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #198 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #199 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #200 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #201 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #202 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #203 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #204 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #205 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #206 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #207 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #208 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #209 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #210 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3741) I/flutter ( 4315): #211 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #212 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #213 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #214 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3636) I/flutter ( 4315): #215 Element.rebuild (package:flutter/src/widgets/framework.dart:3478) I/flutter ( 4315): #216 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3605) I/flutter ( 4315): #217 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3600) I/flutter ( 4315): #218 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2890) I/flutter ( 4315): #219 Element.updateChild (package:flutter/src/widgets/framework.dart:2693) I/flutter ( 4315): #220 RenderObjectToWidgetElement._rebuild (package:flutter/src/widgets/binding.dart:852) I/flutter ( 4315): #221 RenderObjectToWidgetElement.mount (package:flutter/src/widgets/binding.dart:823) I/flutter ( 4315): #222 RenderObjectToWidgetAdapter.attachToRenderTree. (package:flutter/src/widgets/binding.dart:769) I/flutter ( 4315): #223 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2205) I/flutter ( 4315): #224 RenderObjectToWidgetAdapter.attachToRenderTree (package:flutter/src/widgets/binding.dart:768) I/flutter ( 4315): #225 BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&RendererBinding&WidgetsBinding.attachRootWidget (package:flutter/src/widgets/binding.dart:657) I/flutter ( 4315): #226 runApp (package:flutter/src/widgets/binding.dart:699) I/flutter ( 4315): #227 main (file:///Users/neilwarner/BookSearch/lib/main.dart:6) I/flutter ( 4315): #228 _startIsolate. (dart:isolate-patch/dart:isolate/isolate_patch.dart:279) I/flutter ( 4315): #229 _RawReceivePortImpl._handleMessage (dart:isolate-patch/dart:isolate/isolate_patch.dart:165) I/flutter ( 4315): ════════════════════════════════════════════════════════════════════════════════════════════════════

    opened by neiljaywarner 1
Owner
Norbert Kozsir
Student, Android Developer, Machine-Learning enthusiast and in love with flutter. Follow me in twitter @ norbertkozsir
Norbert Kozsir
A simple app to keep track the time you Learn, Playing, Reading, ... in every week. This is also my attempt to teach myself Flutter & Dart

Progressor 0.0.1 Sometime you want to set a target for you weekly, for example: "Reading Book for 8 hours every week". This app helps you to do that.

Son Nguyen Hoang 4 Oct 12, 2022
Noor is a mobile app designed to help in providing a comfortable reading experience for Muslims, by referencing the book "Hisnul Muslim", and some other references.

Noor App | تطبيق نُور Overview Noor is an islamic mobile app, consists of four main pages: home, favorite, alsabha, and settings. The data is structur

Mais Alheraki 78 Dec 22, 2022
Recyclomedia is a digital platform that aims to save the planet from pollution which is the major threat to the functioning of earth.

Recyclomedia Recyclopedia is a vintage inspired digital platform that aims to save the planet from the pollution which is the major threat to the func

Iconicto 38 Oct 8, 2022
Platform Digital Pencari dan Perekrut Tenaga Kerja

flutter_job_portal A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

premanterminal 1 Nov 29, 2021
A cryptocurrency, crypto-currency, or crypto is a digital currency designed to work as a medium of exchange through a computer network that is not reliant on any central authority

A cryptocurrency, crypto-currency, or crypto is a digital currency designed to work as a medium of exchange through a computer network that is not reliant on any central authority, such as a government or bank, to uphold or maintain it.

Prashant Kumar Singh 10 Dec 3, 2022
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

WhatTodo Life can feel overwhelming. But it doesn’t have to. A Simple To-do app design in flutter to keep track of your task on daily basis. You can a

Burhanuddin Rashid 1k Jan 6, 2023
A mobile image uploader in which you can upload image to your personal gallery from either your camera or mobile gallery and it can detect your current geographic location and address using firebase firestore and storage.

Image Uploader In Flutter About It is an Image Uploader gallery which tracks your address from which you're uploading using Flutter and Image picker.

Prahen parija 6 Dec 20, 2022
Movie Lib is a mobile application where you can find the movies of your interest. This app provides a collection of movies of different languages according to your interest.

Movie Lib Movie Lib is a mobile application where you can find the movies of your interest. This app provides a collection of movies of different lang

Abhijith Kp 6 Sep 28, 2021
A simple easy to use Flutter DApp , which keeps a track of all your day to day transactions by using Ethereum blockchain in the background which in turn increases your credit score.

Sahayog A simple easy to use Flutter DApp , which keeps a track of all your day to day transactions by using Ethereum blockchain in the background whi

Utkarsh Agarwal 15 May 21, 2022
Your grades across all your devices.

Gradely 2 A Grade Calculator App, that syncs all your Grades across all your devices, built with Flutter and with the amazing backend Appwrite. Screen

Elias Schneider 16 Dec 8, 2022