Code Monkey home page Code Monkey logo

flutter-challenges's Introduction

Flutter UI demos

18 templates, Redux, CRUD Sqlite and Firebase, http request, webview, google and firebase auth, global notification strategy create and preview PDF, create and load csv, pagination, infinite scroll, touch id, map, change theme, custom fonts, download & share files and more.

Screenshots

Created & Maintained By

Javier González

Native integration like firebase it's only supported by android platform, you need add this config for IOS or disable this feature if you want run the app. ):
MapBox example: change in AndroidManifest.xml the 'MAPBOX_API_KEY'

Social links

Show some ❤️ and star the repo to support the project

GitHub stars GitHub forks GitHub watchers GitHub followers

Open Source Love License Flutter Awesome

Donate

Si encontró útil este proyecto o aprendió algo del código fuente y quiere agradecerme, considere comprarme una taza de ☕ : )

If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕ : )

Getting Started

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

☁️ Credits

Designs: dribbble, uplabs, behance

Icons: Icons8, FlatIcon, Icofont

flutter-challenges's People

Contributors

javico2609 avatar kabbouchi avatar nitishk72 avatar rockyprabowo 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  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

flutter-challenges's Issues

Compiler errors

Can you help ?

Launching lib/main.dart on Android SDK built for x86 in debug mode...
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)

Compiler message:
file:///home/arch/WORKSPACE/mobile/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-1.6.0/lib/flushbar.dart:203:3: Error: Type 'FocusAttachment' not found.
  FocusAttachment _focusAttachment;
  ^^^^^^^^^^^^^^^
file:///home/arch/WORKSPACE/mobile/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-1.6.0/lib/flushbar.dart:203:3: Error: 'FocusAttachment' isn't a type.
  FocusAttachment _focusAttachment;
  ^^^^^^^^^^^^^^^
file:///home/arch/WORKSPACE/mobile/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-1.6.0/lib/flushbar.dart:224:35: Error: The method 'attach' isn't defined for the class 'FocusScopeNode'.
 - 'FocusScopeNode' is from 'package:flutter/src/widgets/focus_manager.dart' ('file:///home/arch/WORKSPACE/mobile/flutter/packages/flutter/lib/src/widgets/focus_manager.dart').
Try correcting the name to the name of an existing method, or defining a method named 'attach'.
    _focusAttachment = _focusNode.attach(context);
                                  ^^^^^^
file:///home/arch/WORKSPACE/mobile/flutter/.pub-cache/hosted/pub.dartlang.org/flushbar-1.6.0/lib/flushbar.dart:235:16: Error: The method 'dispose' isn't defined for the class 'FocusScopeNode'.
 - 'FocusScopeNode' is from 'package:flutter/src/widgets/focus_manager.dart' ('file:///home/arch/WORKSPACE/mobile/flutter/packages/flutter/lib/src/widgets/focus_manager.dart').
Try correcting the name to the name of an existing method, or defining a method named 'dispose'.
    _focusNode.dispose();
               ^^^^^^^
Compiler failed on /home/arch/WORKSPACE/mobile/flutter-challenges/lib/main.dart
Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Hi Sir, can you guide how to make import csv in sqlite

I really don't understand how to start with because i don't know how the sqlite structure that you build so that i can't call the because it has so many file....Can you guide me how to do it? Your help will be really helpful for me.

Error on compilation

I am getting the following error while compiling the code

Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

Compiler message:
file:///Volumes/D/Flutter/Application/.pub-cache/hosted/pub.dartlang.org/flushbar-1.8.0/lib/flushbar.dart:265:3: Error: Type 'FocusAttachment' not found.
  FocusAttachment _focusAttachment;
  ^^^^^^^^^^^^^^^
file:///Volumes/D/Flutter/Application/.pub-cache/hosted/pub.dartlang.org/flushbar-1.8.0/lib/flushbar.dart:265:3: Error: 'FocusAttachment' isn't a type.
  FocusAttachment _focusAttachment;
  ^^^^^^^^^^^^^^^
file:///Volumes/D/Flutter/Application/.pub-cache/hosted/pub.dartlang.org/flushbar-1.8.0/lib/flushbar.dart:286:35: Error: The method 'attach' isn't defined for the class 'FocusScopeNode'.
 - 'FocusScopeNode' is from 'package:flutter/src/widgets/focus_manager.dart' ('file:///Volumes/D/Flutter/Application/packages/flutter/lib/src/widgets/focus_manager.dart').
Try correcting the name to the name of an existing method, or defining a method named 'attach'.
    _focusAttachment = _focusNode.attach(context);
                                  ^^^^^^
file:///Volumes/D/Flutter/Application/.pub-cache/hosted/pub.dartlang.org/flushbar-1.8.0/lib/flushbar.dart:297:16: Error: The method 'dispose' isn't defined for the class 'FocusScopeNode'.
 - 'FocusScopeNode' is from 'package:flutter/src/widgets/focus_manager.dart' ('file:///Volumes/D/Flutter/Application/packages/flutter/lib/src/widgets/focus_manager.dart').
Try correcting the name to the name of an existing method, or defining a method named 'dispose'.
    _focusNode.dispose();
               ^^^^^^^
file:///Volumes/D/Flutter/Application/.pub-cache/hosted/pub.dartlang.org/flare_flutter-1.5.4/lib/flare.dart:1027:18: Error: The argument type 'Uint16List' can't be assigned to the parameter type 'Int32List'.
 - 'Uint16List' is from 'dart:typed_data'.
 - 'Int32List' is from 'dart:typed_data'.
Try changing the type of the parameter, or casting the argument to 'Int32List'.
        indices: _indices, textureCoordinates: _uvBuffer);
                 ^
Compiler failed on /Volumes/D/Flutter/Practices/flutter-challenges/lib/main.dart
Finished with error: Gradle task assembleDebug failed with exit code 1

Build failed error

Hi,

I'm using flutter version 1.10.14 and I get the following error while building the project:

c:\flutter\.pub-cache\hosted\pub.dartlang.org\camera-0.5.6+2\android\src\main\java\io\flutter\plugins\camera\CameraPlugin.java:69: error: cannot access LifecycleOwner
    maybeStartListening(
                       ^
  class file for android.arch.lifecycle.LifecycleOwner not found
1 error

FAILURE: Build failed with an exception.

Compile error

Xcode's output:

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
:0: error: module map file '/Users/kingwu/Downloads/flutter-challenges-master/build/ios/Debug-iphonesimulator/mapbox_gl/mapbox_gl.modulemap' not found
:0: error: module map file '/Users/kingwu/Downloads/flutter-challenges-master/build/ios/Debug-iphonesimulator/mapbox_gl/mapbox_gl.modulemap' not found
2 errors generated.
:0: error: failed to emit precompiled header '/Users/kingwu/Library/Developer/Xcode/DerivedData/Runner-cjocfzzikqtrjpbujtqizppxzpiz/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-swift_921O44N4TOMW-clang_1DSMN03GK5GSR.pch' for bridging header '/Users/kingwu/Downloads/flutter-challenges-master/ios/Runner/Runner-Bridging-Header.h'
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
:0: error: generate-pch command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator.
Error launching application on iPhone Xʀ.

运行不了的

Configuring the default Firebase app...
6.0.0 - [Firebase/Core][I-COR000004] App with name __FIRAPP_DEFAULT does not exist.
6.0.0 - [Firebase/Core][I-COR000012] Could not locate configuration file: 'GoogleService-Info.plist'.
6.0.0 - [Firebase/Core][I-COR000005] No app has been configured yet.
*** First throw call stack:
(
0 CoreFoundation 0x0000000113a7c1bb __exceptionPreprocess + 331
1 libobjc.A.dylib 0x0000000112ba6735 objc_exception_throw + 48
2 CoreFoundation 0x0000000113a7c015 +[NSException raise:format:] + 197
3 Runner 0x000000010f02c260 +[FIRApp configure] + 576
4 Runner 0x000000010f0c0ad9 -[FLTFirebaseAuthPlugin init] + 217
5 Runner 0x000000010f0c092d +[FLTFirebaseAuthPlugin registerWithRegistrar:] + 173
6 Runner 0x000000010efcf1af +[GeneratedPluginRegistrant registerWithRegistry:] + 223
7 Runner <…>

having a error in code

The 'theme' word used in Routes.dart 128 line is showing an error I am completely new can i know the solution to this prblm thanku

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.