flutter_notes_app
Note taking app built with Flutter.
File Explorer
- settings.json
- details.md
- results.csv
- results.md
- results.txt
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- LaunchImage.png
- [email protected]
- [email protected]
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- Podfile
- Podfile.lock
- constants.dart
- note.dart
- note_repository.dart
- note_card.dart
- search_bar.dart
- delete_note_action.dart
- pin_note_action.dart
- note_provider.dart
- home_view_header.dart
- tag_card.dart
- home_view.dart
- content_text_field.dart
- note_creation_view_header.dart
- tag_text_field.dart
- title_text_field.dart
- note_creation_view.dart
- date_of_first_note_card.dart
- profile_view_header.dart
- total_characters_typed_card.dart
- total_notes_created_card.dart
- total_words_typed_card.dart
- profile_view.dart
- tag_view_header.dart
- tag_view.dart
- main.dart
- Simulator Screen Shot - iPhone 12 Pro Max - 2021-06-13 at 18.54.52.png
- simulator_screenshot_18989CB7-77BD-4DCC-92C5-A9062CC1E64F.png
- simulator_screenshot_2795C0E4-D853-4697-8B25-46D43AB87FFC.png
- simulator_screenshot_389D0B14-5BDA-4CA1-8BD3-AB45127C3434.png
- simulator_screenshot_67D06A41-ADCA-43F2-BBB2-53E1FFA06E9E.png
- simulator_screenshot_779C7EDE-5372-4792-950B-B1B4C675C6D8.png
- simulator_screenshot_8B992D8C-23CF-4FEC-8D1C-9B271BBE8E05.png
- simulator_screenshot_91328528-304B-40EB-9B91-81627EF063C9.png
- simulator_screenshot_C550D1B3-FDC4-47F1-80A0-80245BD66BDB.png
- simulator_screenshot_CF1D26E6-3959-4BCB-A47B-1DD69542207C.png
- dark_mode_video.mov
- light_mode_video.mov
- .gitattributes
- .gitignore
- .metadata
- CODE_OF_CONDUCT.md
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
flutter
View Details ▼
flutter
Google's free, open source, and cross-platform mobile app SDK.
Some subcommands such as `pub` have their own usage documentation.
flutter create {{project_name}}
Initialize a new Flutter project in a directory of the same name:
flutter doctor
Check if all external tools are correctly installed:
flutter channel {{stable|beta|dev|master}}
List or change Flutter channel:
// repository documentation
Was this content helpful?
(0 ratings)
