diff --git a/examples/now_in_dart_flutter/.gitignore b/examples/now_in_dart_flutter/.gitignore new file mode 100644 index 00000000..4be7d820 --- /dev/null +++ b/examples/now_in_dart_flutter/.gitignore @@ -0,0 +1,47 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release + +# Isar specific +libisar.so diff --git a/examples/now_in_dart_flutter/LICENSE b/examples/now_in_dart_flutter/LICENSE new file mode 100644 index 00000000..64a93f2d --- /dev/null +++ b/examples/now_in_dart_flutter/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Biplab Dutta + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/examples/now_in_dart_flutter/README.md b/examples/now_in_dart_flutter/README.md new file mode 100644 index 00000000..1b923a9c --- /dev/null +++ b/examples/now_in_dart_flutter/README.md @@ -0,0 +1,73 @@ +# now_in_dart_flutter + +This app serves the purpose of staying up-to-date with the latest changes across Dart and Flutter ecosystem. The way this app works is by fetching markdowns from Dart and Flutter's official Github repo via REST API and rendering the information in a `WebView` widget. + +## Features + +- Display Dart CHANGELOG +- Display Flutter What's New +- Display Flutter Release Notes +- Offline Support + +## Application Demo + +
+ + | ++ + | +