Giter Club home page Giter Club logo

flutter_qa's People

Contributors

progrand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flutter_qa's Issues

Compilation still fails

It still throws the following error

> [ Error: 'Page' is imported from both 'package:flutter/src/widgets/navigator.dart' and 'package:flutter_qa_example/qa_page.dart'.
> import 'qa_page.dart';
> ^^^^
> 
> Compiler message:
> lib/main_page.dart:6:1: Error: 'Page' is imported from both 'package:flutter/src/widgets/navigator.dart' and 'package:flutter_qa_example/qa_page.dart'.
> import 'qa_page.dart';](url)

Isn't there a simplistic way to use this widget without involving too much of dependencies?

Using the widget without redux

It throws lots of dependency errors and compilation issues. Now it demands NDK v20.. Could you please share How do I use this widget without the need of redux?

Compilation fails+

I'm getting the following compilation error

> 
> Compiler message:
> lib/redux/states.dart:6:6: Error: Error when reading 'lib/redux/states.g.dart': No such file or directory
> part 'states.g.dart';
>      ^
> lib/redux/states.dart:6:6: Error: Can't use 'lib/redux/states.g.dart' as a part, because it has no 'part of' declaration.
> part 'states.g.dart';
>      ^
> lib/redux/states.dart:14:37: Error: Type 'MatchingStateBuilder' not found.
>     implements Built<MatchingState, MatchingStateBuilder> {
>                                     ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:17:40: Error: Type 'MatchingStateBuilder' not found.
>   factory MatchingState([void Function(MatchingStateBuilder) updates]) =
>                                        ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:29:37: Error: Type 'OrderingStateBuilder' not found.
>     implements Built<OrderingState, OrderingStateBuilder> {
>                                     ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:32:40: Error: Type 'OrderingStateBuilder' not found.
>   factory OrderingState([void Function(OrderingStateBuilder) updates]) =
>                                        ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:41:37: Error: Type 'OrderableItemBuilder' not found.
>     implements Built<OrderableItem, OrderableItemBuilder> {
>                                     ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:44:40: Error: Type 'OrderableItemBuilder' not found.
>   factory OrderableItem([void Function(OrderableItemBuilder) updates]) =
>                                        ^^^^^^^^^^^^^^^^^^^^
> lib/redux/states.dart:52:52: Error: Type 'AppStateBuilder' not found.
> abstract class AppState implements Built<AppState, AppStateBuilder> {
>                                                    ^^^^^^^^^^^^^^^
> lib/redux/states.dart:55:35: Error: Type 'AppStateBuilder' not found.
>   factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
>                                   ^^^^^^^^^^^^^^^
> lib/redux/states.dart:18:7: Error: Couldn't find constructor '_$MatchingState'.
>       _$MatchingState;
>       ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.