GithubHelp home page GithubHelp logo

flutter_notes's Introduction

Notes app in flutter

codebook - theme, orientation, form focus.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

flutter_notes's People

Contributors

jaynaikaub 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

Watchers

 avatar

flutter_notes's Issues

Exception: VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)

I am seeing this execption in both my iPhone 11 simulator and iPhone 8 plus hardware.

I believe the issue is in this path in the call to MediaQuery

print('_colForStaggeredView');
if (widget.notesViewType == viewType.List) {
print('widget.notesViewType == viewType.List');
return 1;
}
// for width larger than 600 on grid mode, return 3 irrelevant of the orientation to accommodate more notes horizontally
return MediaQuery.of(context).size.width > 600 ? 3:2 ;

Exception happens whenever the notebook is loaded or a note is tapped on.

Notes not showing !

Screenshot (20)
type 'viewType' is not a subtype of type 'viewType' where
viewType is from file:///E:/PROJECTS/Flutter/app/lib/pages/notes/notes.dart
viewType is from package:app/pages/notes/notes.dart

Please help me fix this ,

although : i am not much experienced with flutter , likely beginner !

no column named content

Exception has occurred.
PlatformException (PlatformException(sqlite_error, table notes has no column named content (code 1 SQLITE_ERROR): , while compiling: INSERT OR REPLACE INTO notes (title, content, date_created, date_last_edited, note_color, is_archived) VALUES (?, ?, ?, ?, ?, ?), {arguments: [[103, 101, 116, 105, 116], [104, 105, 32, 116, 104, 101, 114, 101, 32], 1589205771, 1589205801, 4294967295, 0], sql: INSERT OR REPLACE INTO notes (title, content, date_created, date_last_edited, note_color, is_archived) VALUES (?, ?, ?, ?, ?, ?)}))

Notes will not Display

I just tried out to run the App and while I can see inside the Debug Info that the notes are created correctly the View will not update and will only show a blank screen with 0 Notes.
I did not looked too deep into the source code but this looks like a bug.

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.