Skip to content

Commit

Permalink
Mobile Screen 23 (#43)
Browse files Browse the repository at this point in the history
* Add install script
Ignored generated files
Improved lints

* Add install script
Ignored generated files
Improved lints

* Update readme

* Update text style

* Update text style
  • Loading branch information
bukunmialuko authored May 25, 2023
1 parent 92440de commit 2c3d2a5
Show file tree
Hide file tree
Showing 20 changed files with 737 additions and 1,055 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

/lib/gen/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ flutter build apk

| Page 21 | Page 22 | Page 23 | Page 24 |
| ------------- | ------------- | ------------- | ------------- |
| <img src="art/screenshots/page_21.png" width="200"/> | | | <img src="art/screenshots/page_24.png" width="200"/> |
| <img src="art/screenshots/page_21.png" width="200"/> | | <img src="art/screenshots/page_23.png" width="200"/> | <img src="art/screenshots/page_24.png" width="200"/> |

| Page 25 | Page 26 | Page 27 | Page 28 |
| ------------- | ------------- | ------------- | ------------- |
Expand Down
4 changes: 2 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ linter:

prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
always_declare_return_types : true


# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
Binary file added art/screenshots/page_23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
PODS:
- Flutter (1.0.0)
- path_provider_ios (0.0.1):
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- Flutter (from `Flutter`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`)

EXTERNAL SOURCES:
Flutter:
:path: Flutter
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/ios"

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
path_provider_foundation: eaf5b3e458fc0e5fbb9940fb09980e853fe058b8

PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
4 changes: 3 additions & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -222,6 +222,7 @@
};
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand All @@ -236,6 +237,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 2c3d2a5

Please sign in to comment.