Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7dcd2e5
Fixing SQL Lite Create and added button to close task
Nov 15, 2018
e6cd14b
Update test/widget_test.dart
Nov 15, 2018
a7df23b
Update lib/pages/splash.dart
Nov 15, 2018
c391d5b
Update pubspec.yaml
Nov 15, 2018
22d3596
Organizing Imports
Nov 15, 2018
df2a0bf
Commenting Unused Code
Nov 15, 2018
aa76b23
Removing Optional "New"
Nov 15, 2018
5a6f651
Update lib/pages/home_page.dart
Nov 15, 2018
aa953ff
Update lib/pages/home_page.dart
Nov 15, 2018
d83b8f0
Update lib/pages/home_page.dart
Nov 15, 2018
1252d43
Updating New Task UI
Nov 15, 2018
25d9f81
Update lib/pages/home_page.dart
Nov 15, 2018
d550134
Small Icons
Nov 15, 2018
7eeeb45
Add Details Button
Nov 15, 2018
fa73ab5
date Add
Nov 15, 2018
d71c88e
Update lib/pages/home_page.dart
Nov 15, 2018
aea814a
Update lib/pages/home_page.dart
Nov 15, 2018
597ec02
Updating Date View
Nov 15, 2018
77e3928
Update lib/pages/home_page.dart
Nov 15, 2018
1ee9e3c
Update lib/pages/home_page.dart
Nov 15, 2018
8fc1594
Update lib/pages/home_page.dart
Nov 15, 2018
5131475
Update lib/pages/add_task.dart
Nov 15, 2018
b022c4a
DatePicker Increased Range
Nov 15, 2018
81cc3c2
Multiple Lists
Nov 15, 2018
799ab33
Update lib/pages/home_page.dart
Nov 15, 2018
a74e204
Updating Containers
Nov 15, 2018
c5eb1bb
Completed Container
Nov 16, 2018
c219562
Updating lists
Nov 16, 2018
2221df7
Fixing Remove List
Nov 16, 2018
1fa6a9c
Grey out Completed Tasks List
Nov 16, 2018
f48bdef
Sorting in More Menu
Nov 16, 2018
eca6fee
Update lib/pages/home_page.dart
Nov 16, 2018
f669087
Rename List Working Now
Nov 16, 2018
3a25926
Update lib/containers/bottom_sheet/menu.dart
Nov 16, 2018
171934b
Update lib/containers/bottom_sheet/menu.dart
Nov 16, 2018
a015bdf
Updating Safe Area
Nov 16, 2018
06eac6e
Updating Comments
Nov 16, 2018
426a6f1
Updating Storage List
Nov 16, 2018
6d83193
Adding Images from Google Tasks
Nov 16, 2018
b63a029
Showing 2 images for new list and completed
Nov 16, 2018
c6ed031
Update lib/containers/bottom_sheet/menu.dart
Nov 16, 2018
f1cf7a2
Fixing Task Details
Nov 16, 2018
f24d49e
Fixing Remove Tasks
Nov 16, 2018
ff41881
Update lib/pages/task_details.dart
Nov 16, 2018
831e386
Update lib/widgets/date_widget.dart
Nov 16, 2018
e240ce2
Undo Button working for task
Nov 16, 2018
9df0afa
Adding Screenshots
Nov 16, 2018
869e164
Updading Dividers
Nov 16, 2018
10d4544
Fixing Padding
Nov 16, 2018
8313564
Fixing Completed List Padding
Nov 16, 2018
931fe04
Update lib/containers/lists/completed.dart
Nov 16, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 118 additions & 102 deletions .idea/libraries/Dart_Packages.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

560 changes: 250 additions & 310 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file added assets/images/completed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/new_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
101 changes: 101 additions & 0 deletions flutter_01.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
Flutter crash report; please file at https://github.com/flutter/flutter/issues.

## command

flutter packages get

## exception

YamlException: Error on line 47, column 3: Expected ':'.
# An image asset can refer to one or more resolution-specific "variants", see
^

```
#0 Scanner._staleSimpleKeys (package:yaml/src/scanner.dart:491:9)
#1 Scanner._fetchMoreTokens (package:yaml/src/scanner.dart:325:9)
#2 Scanner.peek (package:yaml/src/scanner.dart:317:27)
#3 Parser._parseBlockSequenceEntry (package:yaml/src/parser.dart:355:26)
#4 Parser._stateMachine (package:yaml/src/parser.dart:77:16)
#5 Parser.parse (package:yaml/src/parser.dart:47:19)
#6 Loader._loadSequence (package:yaml/src/loader.dart:142:23)
#7 Loader._loadNode (package:yaml/src/loader.dart:84:16)
#8 Loader._loadMapping (package:yaml/src/loader.dart:165:19)
#9 Loader._loadNode (package:yaml/src/loader.dart:86:16)
#10 Loader._loadMapping (package:yaml/src/loader.dart:165:19)
#11 Loader._loadNode (package:yaml/src/loader.dart:86:16)
#12 Loader._loadDocument (package:yaml/src/loader.dart:62:20)
#13 Loader.load (package:yaml/src/loader.dart:54:20)
#14 loadYamlDocument (package:yaml/yaml.dart:51:25)
#15 loadYamlNode (package:yaml/yaml.dart:42:5)
#16 loadYaml (package:yaml/yaml.dart:34:5)
#17 FlutterManifest.createFromString (package:flutter_tools/src/flutter_manifest.dart:42:28)
<asynchronous suspension>
#18 FlutterManifest.createFromPath (package:flutter_tools/src/flutter_manifest.dart:36:12)
<asynchronous suspension>
#19 FlutterProject._readManifest (package:flutter_tools/src/project.dart:128:60)
<asynchronous suspension>
#20 FlutterProject.fromDirectory (package:flutter_tools/src/project.dart:42:44)
<asynchronous suspension>
#21 FlutterProject.fromPath (package:flutter_tools/src/project.dart:57:58)
#22 PackagesGetCommand.runCommand (package:flutter_tools/src/commands/packages.dart:83:61)
<asynchronous suspension>
#23 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:383:18)
#24 _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#25 _rootRunUnary (dart:async/zone.dart:1132:38)
#26 _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#27 _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#28 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#29 Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#30 Future._complete (dart:async/future_impl.dart:476:7)
#31 _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#32 _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async/runtime/libasync_patch.dart:33:20)
#33 _rootRun (dart:async/zone.dart:1124:13)
#34 _CustomZone.run (dart:async/zone.dart:1021:19)
#35 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:947:23)
#36 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#37 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#38 _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#39 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)
```

## flutter doctor

```
[✓] Flutter (Channel beta, v0.10.2, on Mac OS X 10.13.6 17G3025, locale en-US)
• Flutter version 0.10.2 at /Users/developer/flutter
• Framework revision d8cbb80206 (3 weeks ago), 2018-10-26 01:30:21 -0400
• Engine revision 6c2ade9fa2
• Dart version 2.1.0-dev.8.0.flutter-bf26f760b1

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at /Users/developer/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices (Xcode 10.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 10.1, Build version 10B61
✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
brew install --HEAD libimobiledevice
brew install ideviceinstaller
• ios-deploy 1.9.2
• CocoaPods version 1.5.3

[✓] Android Studio (version 3.2)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 30.0.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.28.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 2.20.0

[✓] Connected device (1 available)
• iPhone XR • 8740478D-307D-484F-BF6D-0C7D1967344D • ios • iOS 12.1 (simulator)

! Doctor found issues in 1 category.
```
1 change: 1 addition & 0 deletions ios/Flutter/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
1 change: 1 addition & 0 deletions ios/Flutter/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
63 changes: 63 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

def parse_KV_file(file, separator='=')
file_abs_path = File.expand_path(file)
if !File.exists? file_abs_path
return [];
end
pods_ary = []
skip_line_start_symbols = ["#", "/"]
File.foreach(file_abs_path) { |line|
next if skip_line_start_symbols.any? { |symbol| line =~ /^\s*#{symbol}/ }
plugin = line.split(pattern=separator)
if plugin.length == 2
podname = plugin[0].strip()
path = plugin[1].strip()
podpath = File.expand_path("#{path}", file_abs_path)
pods_ary.push({:name => podname, :path => podpath});
else
puts "Invalid plugin specification: #{line}"
end
}
return pods_ary
end

target 'Runner' do
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
# referring to absolute paths on developers' machines.
system('rm -rf .symlinks')
system('mkdir -p .symlinks/plugins')

# Flutter Pods
generated_xcode_build_settings = parse_KV_file('./Flutter/Generated.xcconfig')
if generated_xcode_build_settings.empty?
puts "Generated.xcconfig must exist. If you're running pod install manually, make sure flutter packages get is executed first."
end
generated_xcode_build_settings.map { |p|
if p[:name] == 'FLUTTER_FRAMEWORK_DIR'
symlink = File.join('.symlinks', 'flutter')
File.symlink(File.dirname(p[:path]), symlink)
pod 'Flutter', :path => File.join(symlink, File.basename(p[:path]))
end
}

# Plugin Pods
plugin_pods = parse_KV_file('../.flutter-plugins')
plugin_pods.map { |p|
symlink = File.join('.symlinks', 'plugins', p[:name])
File.symlink(p[:path], symlink)
pod p[:name], :path => File.join(symlink, 'ios')
}
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
37 changes: 37 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PODS:
- Flutter (1.0.0)
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5)
- path_provider (0.0.1):
- Flutter
- sqflite (0.0.1):
- Flutter
- FMDB (~> 2.7.2)

DEPENDENCIES:
- Flutter (from `.symlinks/flutter/ios`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- sqflite (from `.symlinks/plugins/sqflite/ios`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- FMDB

EXTERNAL SOURCES:
Flutter:
:path: ".symlinks/flutter/ios"
path_provider:
:path: ".symlinks/plugins/path_provider/ios"
sqflite:
:path: ".symlinks/plugins/sqflite/ios"

SPEC CHECKSUMS:
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
path_provider: 09407919825bfe3c2deae39453b7a5b44f467873
sqflite: 801b6b0983f722fa29baf00d1476e4556ada6de4

PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2

COCOAPODS: 1.5.3
Loading