Giter VIP home page Giter VIP logo

goals's Introduction

Hey! Nice to see you.

Welcome to my page!
I'm Sagar Suri, Senior Flutter Engineer from Hyderabad, India, currently living in Munich, Germany.

Things I code with

Flutter Dart Android github actions iOS Kotlin Rust Json VScode Android Studio Material UI Firebase git

Open source projects

๐ŸŽ Projects โญ Stars ๐Ÿ“š Forks ๐Ÿ›Ž Issues ๐Ÿ“ฌ Pull requests
MyMovies Stars Forks Issues Pull Requests
Goals Stars Forks Issues Pull Requests
Gossip Stars Forks Issues Pull Requests

My latest posts


Where to find me

Github Twitter LinkedIn Medium

goals's People

Contributors

sagarsuri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

goals's Issues

First throw call stack:

Thank you for your nice tutorial!

I ran into iOS crash during start and got the following logs.

I tried the things mentioned in this issue but it hasn't worked yet.

How can I make it works?

Logs

*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff23baa1ee __exceptionPreprocess + 350
	1   libobjc.A.dylib                     0x00007fff50864b20 objc_exception_throw + 48
	2   Runner                              0x000000010254acc2 +[FIRAnalytics logEventWithName:parameters:] + 0
	3   libobjc.A.dylib                     0x00007fff50865103 CALLING_SOME_+initialize_METHOD + 17
	4   libobjc.A.dylib                     0x00007fff50865ee9 initializeNonMetaClass + 624
	5   libobjc.A.dylib                     0x00007fff508664ba _ZL24initializeAndMaybeRelockP10objc_classP11objc_objectR8mutex_ttILb0EEb + 157
	6   libobjc.A.dylib                     0x00007fff50870973 lookUpImpOrForward + 595
	7   libobjc.A.dylib                     0x00007fff50861219 _objc_msgSend_unc<โ€ฆ>

Problem didChangeDependencies for repeat load state

I add logout menu in Goal List

              onTap: () {
                Navigator.pushReplacement(
                  context,
                  MaterialPageRoute(
                    builder: (context) => LoginPage(),
                  ),
                );
              },

and get a problem in the second login screen load, and fix with below code

 void didChangeDependencies() {
    super.didChangeDependencies();
    if (_bloc == null) {
      _bloc = LoginBlocProvider.of(context);
    }
  }

is this right way?

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.