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...
 Progress.swift ⌛ Add beautiful progress bars to your loops.
Progress.swift ⌛ Add beautiful progress bars to your loops.

Progress.swift ⌛ Just wrap the SequenceType in your loop with the Progress SequenceType and you'll automatically get beautiful progress bars. Updating

Save development time! Respresso automatically transforms and delivers your digital assets into your projects
Save development time! Respresso automatically transforms and delivers your digital assets into your projects

Introduction Respresso is a centralized resource manager for shared Android, iOS and Web frontend projects. It allows you to simply import the latest

Save development time! Respresso automatically transforms and delivers your digital assets into your projects
Save development time! Respresso automatically transforms and delivers your digital assets into your projects

Respresso Android client Respresso is a centralized resource manager for shared Android, iOS and Web frontend projects. It allows you to simply import

Save development time! Respresso automatically transforms and delivers your digital assets into your projects
Save development time! Respresso automatically transforms and delivers your digital assets into your projects

Respresso iOS client Respresso is a centralized resource manager for shared Android, iOS and Web frontend projects. It allows you to simply import the

PBCircularProgressView is a circular progress view for iOS similar to the app store download progress view.
PBCircularProgressView is a circular progress view for iOS similar to the app store download progress view.

Overview PBCircularProgressView is a circular progress view for iOS similar to the app store download progress view. It also ha

MultiPeer-Progress-iOS - Swift project to demo the use of the MultiPeer framework to send files between iOS devices and show the progress
UIView based progress bar that shows a progress based on duration in seconds

DurationProgressBar Create a progress bar based on a duration in seconds. The view is fully customisable. Install Add this repository to your swift pa

Snake Progress shows circular progress for iOS Apps.
Snake Progress shows circular progress for iOS Apps.

SnakeProgress SnakeProgress shows circular progress for iOS Apps. With SnakeProgress With SnakeProgress, you can easily circular progress. @IBOutlet w

TPInAppReceipt is a lightweight, pure-Swift library for reading and validating Apple In App Purchase Receipt locally.
TPInAppReceipt is a lightweight, pure-Swift library for reading and validating Apple In App Purchase Receipt locally.

TPInAppReceipt is a lightweight, pure-Swift library for reading and validating Apple In App Purchase Receipt locally. Features Read all

A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as
A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as "the console")

CleanroomASL Notice: CleanroomASL is no longer supported The Apple System Log facility has been deprecated by Apple. As a result, we've deprecated Cle

Reading animation allows you to click on the different page numbers and accordingly it will animate page changes in a cool way. It has a very attractive UI and is very easy to use.
Reading animation allows you to click on the different page numbers and accordingly it will animate page changes in a cool way. It has a very attractive UI and is very easy to use.

Reading Animation Cool Reading Animation in iOS written in Swift. Preview Table of content :- Description How to add in your project Requirement Licen

Extensions and classes in Swift that make it easy to get an iOS device reading and processing MIDI data

MorkAndMIDI A really thin Swift layer on top of CoreMIDI that opens a virtual MIDI destination and port and connects to any MIDI endpoints that appear

CSV reading and writing library written in Swift.

CSV.swift CSV reading and writing library written in Swift. Usage for reading CSV From string import CSV let csvString = "1,foo\n2,bar" let csv = try

UDPReader : a simple package for reading udp packets

UDPReader is a simple package for reading udp packets

Reading List is an iOS app for iPhone and iPad which helps users track and catalog the books they read
Reading List is an iOS app for iPhone and iPad which helps users track and catalog the books they read

Reading List Reading List is an iOS app for iPhone and iPad which helps users track and catalog the books they read. Reading List v2 As of version 2.0

Hackers is an elegant iOS app for reading Hacker News written in Swift.
Hackers is an elegant iOS app for reading Hacker News written in Swift.

Hackers Hackers is an iPhone and iPad app for reading Hacker News on the go. It's optimised for quickly catching up on the latest news and comments wi

MyNews-iOS - A simple iOS mobile application for reading news articles
MyNews-iOS - A simple iOS mobile application for reading news articles

MyNews A simple iOS mobile application for reading news articles. This app uses

AmiiboReader - Reading data from amiibo by using Core NFC

AmiiboReader Reading data from amiibo by using Core NFC NTAG215 Data Sheet https

My english learning by reading application swift, realm
My english learning by reading application swift, realm

read-answer-learn-app My english learning by reading application swift, realm I used Swift language and storyboard, realm, tureng translate service in

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
An app for Moscow Digital Academy course

AR Drawing This is an app for Moscow Digital Academy course. In this fun app for drawing with geometric shapes and .scn files Interface and Features:

null 0 Dec 1, 2021
I have build a beautiful egg timer app to boil your eggs to perfection depending on how you prefer your eggs.

I build this app when taking course in Udemy. The course is "iOS & Swift - The Complete iOS App Development Bootcamp".

Aidyn Assan 0 Jan 26, 2022
Example on how to print a NSTableView from your app but then also add text to the print-out.

NSTableView Printing Test This is a demo project so you can check out how printing a table could work. The goal here is to show tabular data on screen

Clean Cocoa 3 Mar 29, 2022
Example project guide you schedules multiple thread for network requests in RxSwift, which is optimize your app's performance better.

RxSwift-Multi-Threading-Example Example project guide you schedules multiple thread for network requests in RxSwift, which is optimize your app's perf

Huy Trinh Duc 6 Nov 4, 2022
TransartistryApp is an application that will allow you to transform your photos and images into paintings of great artists

TransartistryApp TransartistryApp is an application that will allow you to transform your photos and images into paintings of great artists. Descripti

Matvey Boykov 1 Jan 19, 2022
A simple app to save your friend's name and date of birth.

Birthday Saver A simple app to save your friend's name and date of birth. Description In this app, you can save your friend's name and date of birth.

Görkem Say 0 Apr 11, 2022
GLWalkthrough is an easily configurable plug-and-play tool to add walkthrough or coachmarker functionality to your app with ease.

GLWalkthrough Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements Installation GLWa

Gokul 40 Dec 17, 2022
A simple application to view your exact hardware on macOS

A simple application to view your exact hardware on macOS. Similar to About This Mac, but with more features, including AMD Processor Support, display resolution, and more! Works on both Hackintoshes and real Macs!

0xCUBE 25 Dec 20, 2022
Reading List - an iOS app to track personal reading lists

Reading List Reading List is an iOS app for iPhone and iPad which helps users track and catalog the books they read. Reading List v2 As of version 2.0

Andrew Bennet 297 Dec 28, 2022
BookShelf - an app for cataloguing and tracking your books

BookShelf An app for cataloguing and tracking your books. Watch the talk » Report Bug · Request Feature Table of Contents About The Project Getting St

Peter Friese 33 Dec 13, 2022