This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Text; | |
using System.Windows.Input; | |
using testxamarin.Models; | |
using Xamarin.Forms; | |
namespace testxamarin.ViewModels | |
{ | |
public class NewItemViewModel : BaseViewModel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackLayout Orientation="Horizontal"> | |
<Button Text="Cancel" Command="{Binding CancelCommand}" HorizontalOptions="FillAndExpand"></Button> | |
<Button Text="Save" Command="{Binding SaveCommand}" HorizontalOptions="FillAndExpand"></Button> | |
</StackLayout> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: package:pedantic/analysis_options.yaml | |
analyzer: | |
strong-mode: | |
implicit-casts: false | |
implicit-dynamic: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "apitest", | |
"version": "1.0.0", | |
"description": "A new Flutter project.", | |
"main": "index.js", | |
"directories": { | |
"lib": "lib", | |
"test": "test" | |
}, | |
"dependencies": {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/ | |
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/buildtime/ | |
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/buildtime/assets/ | |
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/buildtime/assets/logo.png | |
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/buildtime/assets/phone.png | |
App.framework/flutter_assets/ios/Flutter/App.framework/flutter_assets/buildtime/assets/winkydude.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/user/Documents/strutsin/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/App: signed bundle with Mach-O universal (arm64) [io.flutter.flutter.app] | |
/Users/user/Documents/strutsin/build/ios/Release-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter: signed bundle with Mach-O universal (armv7 x86_64 arm64) [io.flutter.flutter] | |
2020-08-14 00:02:17.303 defaults[21292:126352] | |
The domain/default pair of (/Users/user/Documents/strutsin/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/ios/Flutter/App.framework/Info.plist, CFBundleExecutable) does not | |
exist | |
fatal error: lipo: can't map input file: /Users/user/Documents/strutsin/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/ios/Flutter/App.framework/ (Invalid argument) | |
fatal error: lipo: can't map input file: /Users/user/Documents/strutsin/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/ios/Flutter/App.framework/ (Invalid argumen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wsl2] | |
memory=4GB # Limits VM memory in WSL 2 to 4 GB | |
processors=5 # Makes the WSL 2 VM use two virtual processors |
NewerOlder