GithubHelp home page GithubHelp logo

kilo-loco / 30daysofflutter Goto Github PK

View Code? Open in Web Editor NEW
211.0 211.0 276.0 248.05 MB

Kotlin 0.04% Dart 5.74% Ruby 0.41% Swift 0.13% Objective-C 86.26% C 3.10% HTML 0.15% Makefile 4.08% Java 0.09%

30daysofflutter's People

Contributors

kilo-loco 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  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  avatar  avatar

30daysofflutter's Issues

weather app 11 day

Hello,

good tutorials by the way .....I'm getting an error in the Main.dart file "Weather _response;" section. I've been looking at how to fix it but have come up short. Now I'm a beginner to flutter. So I'm wondering if you can help below is a screen shot of what I
flutter weather app error.docx
ha

The getter 'path' isn't defined for the type 'Uint8List'.

void _takeScreenshot() async {final imageFile = await _screenshotController.capture(); Share.shareFiles([imageFile.path]); }

when I try to call imagefile.the path then it gives me the following errro:
The getter 'path' isn't defined for the type 'Uint8List'.

Some functionalities are deprecated in the latest version

You can assign me to make meaningful contributions to update your #30daysOfFlutter challenge source codes!
today, I started your challenge and got quite an error due to some code being deprecated, so from Flutter docs I will change this into the newest one.

Amplify.DataStore first run sync problem. A lot of sync requests and 0 items

Hello, Kilo, thanks for your projects and great tutorials.
I have found interesting situation with DataStore when running flutter app at first time (clear app, without cache).
E.g look at the todos project. After config plugins, todos bloc starting with getTodos and observeTodos.
So at the first request (DataStore.query(Todo.classType)) DataStore starting sync process, sending some sync requests and return 0 todo items! After that observer starting its requests again and again to get all data correct.
Its happening just at the first launch after installing app. The second one and other - OK, like already syncing and first request return correct amount of items.

Maybe it is nesseccary to check datastore sync after plugins setup or smth else?

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.